Commit Graph

4 Commits

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