Mikhail Shchatko
3681b03baa
SERVER-50748 Add repl and sharding tasks to the undodb variant
2020-09-27 23:23:02 +00:00
William Schultz
eb08c1db38
SERVER-45087 Check oplog commitment condition on replica set reconfig
...
create mode 100644 jstests/replsets/reconfig_waits_for_oplog_commitment_condition.js
create mode 100644 jstests/replsets/reconfig_waits_for_oplog_commitment_condition_when_leaving_force.js
2020-02-26 04:37:04 +00:00
James Wahlin
39c3a5d77b
SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked()
2019-08-14 13:52:59 +00:00
Lingzhi Deng
7e6017be12
SERVER-41087: Set a smaller numInitialSyncAttempts for initial_sync_unsupported_auth_schema.js
2019-05-10 14:23:49 -04:00
Samy Lanka
a5e629be44
SERVER-26601 Remove assert.soon wrappers around rawMongoProgramOutput
2018-03-26 10:43:03 -04:00
Robert Guo
7b112f71fe
SERVER-27549 Better check for when a server has shut down
2017-05-30 14:51:48 -04:00
Robert Guo
df10adbfe5
SERVER-27549 Print message on intentional server crash.
2017-05-23 15:18:12 -04:00
James Wahlin
8e5e8f0fc1
SERVER-24032 Replicated createIndexes should error on unrecognized fields
2016-09-29 09:16:57 -04:00
Scott Hernandez
42eb946450
SERVER-23059: storage interface improvements
2016-06-17 11:53:01 -04:00
Jonathan Abrahams
4ae691e8ed
SERVER-22468 Format JS code with approved style in jstests/
2016-03-09 12:18:14 -05:00
Jonathan Reams
9db9a38229
SERVER-20838 stopMongod should throw if mongod exits abnormally
2016-01-19 11:17:30 -05:00
Kamran Khan
0c0b19ded8
SERVER-17998 Ignore socket exceptions in initial_sync_unsupported_auth_schema.js
...
A socket exception can legitimately occur if the added node aborts while an
ismaster command is running.
Closes #952
Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com >
2015-04-13 13:46:55 -04:00
Kamran Khan
0ffc0e9294
SERVER-17826 Ignore ismaster errors in initial_sync_unsupported_auth_schema.js
...
reInitiate can throw because it causes an ismaster command to be run on each
secondary. These exceptions can cause intermittent test failures if the
newly added secondary aborts before the ismaster command is run on it.
Closes #945 .
Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com >
2015-03-31 17:02:38 -04:00
Kamran Khan
474a456b77
SERVER-17808 Ensure availability in initial_sync_unsupported_auth_schema.js
...
Previously, the test could fail if the primary transitioned to a secondary
before reInitiate finished executing.
Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com >
2015-03-30 17:57:29 -04:00
Kamran Khan
934bd1b101
SERVER-17671 Test that initial sync aborts on unsupported auth schemas
...
Closes #940
Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com >
2015-03-27 19:21:59 -04:00