Commit Graph

9 Commits

Author SHA1 Message Date
Kaloian Manassiev
6745d91683 SERVER-21050 Introduce ReplSetTest.State enumeration everywhere
Makes all JS tests access the replica set member state from the class
itself instead of the object instance. Also removes some unused code.
2015-12-11 13:32:56 -05:00
Benety Goh
5eaf403f36 SERVER-20832 use fail point instead of bridging to control replication in stepdown_long_wait_time.js 2015-10-14 10:30:21 -04:00
Benety Goh
e99719a235 Revert "SERVER-20832 use fail point instead of bridging to control replication in stepdown_long_wait_time.js"
This reverts commit cd4a48a490.
2015-10-09 16:32:03 -04:00
Benety Goh
cd4a48a490 SERVER-20832 use fail point instead of bridging to control replication in stepdown_long_wait_time.js 2015-10-09 14:22:14 -04:00
Benety Goh
0eb5debef1 SERVER-20761 clean up stepdown_long_wait_time.js - wait for old primary to step down completely before checking for new primary 2015-10-06 10:10:29 -04:00
Max Hirschhorn
dd0c8d73aa SERVER-18868 Check the exit code of the parallel shell.
By default the await function returned by startParallelShell() asserts
that the exit code is zero.
2015-06-23 22:22:52 -04:00
matt dannenberg
8b28519a23 SERVER-17079 for stability, have stepdown_long_wait_time.js waitForState of the secondary rather than the primary 2015-01-27 10:45:28 -05:00
Eric Milkie
5598c216ca SERVER-16391 archor primary in replset tests, or make agnostic to primary node 2014-12-03 12:58:24 -05:00
matt dannenberg
e8c4f9b33b SERVER-15946 add repro test for replSetStepDown without force argument will fail if secondaries are behind and there is any write load 2014-11-20 14:40:20 -05:00