The write concern specified in the different test cases of bench_test_crud_commands.js were fixed as part of SERVER-25035. The test consistently fails when run against a mongod started with --nojournal, --storageEngine=ephemeralForTest, or --storageEngine=inMemory now that the intended write concern is being respected because none of the j=true inserts will succeed.
- is related to
-
SERVER-25035 fix malformed write concern documents in js tests
- Closed