Commit Graph

7 Commits

Author SHA1 Message Date
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