summaryrefslogtreecommitdiff
path: root/jstests/replsets/stepdown_kill_other_ops.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-111-2/+2
| | | | | Makes all JS tests access the replica set member state from the class itself instead of the object instance. Also removes some unused code.
* SERVER-18868 Check the exit code of the parallel shell.Max Hirschhorn2015-06-231-2/+3
| | | | | By default the await function returned by startParallelShell() asserts that the exit code is zero.
* SERVER-16391 archor primary in replset tests, or make agnostic to primary nodeEric Milkie2014-12-031-0/+2
|
* SERVER-15310 Kill all user operations on stepdown.Spencer T Brody2014-12-011-0/+65