summaryrefslogtreecommitdiff
path: root/jstests/replsets/stepdown.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-4/+4
* SERVER-28590 Invoke validate command on collections before shutting down mong...Eddie Louie2017-06-071-0/+4
* SERVER-28053 allow network errors when turning off rollbackHangBeforeStart fa...Judah Schvimer2017-04-171-9/+1
* SERVER-28135 stepdown.js should always fsyncUnlock() all secondary nodesBenety Goh2017-03-021-31/+57
* SERVER-27839 Allow for step downs during reconfig in ReplSetTest initiateJudah Schvimer2017-02-271-7/+2
* SERVER-26227 Increase waitForState timeouts in replicaset testsJudah Schvimer2016-09-221-1/+1
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-45/+23
* SERVER-22341 fix jslint errors in jstests/replsets with eslint --fixMike Grundy2016-02-051-1/+1
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-111-1/+1
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-8/+8
* SERVER-21384 Enable replica set suites for in-memory storage enginesCharlie Swanson2015-11-191-6/+9
* SERVER-21405 Add more context for shell error message "error doing query: fai...Randolph Tan2015-11-111-1/+1
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-061-3/+3
* SERVER-21077 stepdown.js should wait for expected primarySiyuan Zhou2015-10-221-1/+2
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-091-3/+3
* SERVER-18363: fix for stepdown.jsScott Hernandez2015-08-101-49/+36
* SERVER-18334 preserve existing error message if runCommand fails due to conne...Adam Midvidy2015-05-111-1/+1
* SERVER-18198 use native runCommand method in the shellAdam Midvidy2015-04-291-2/+9
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-261-1/+1
* Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command ...Adam Midvidy2015-03-251-1/+1
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-251-1/+1
* SERVER-17442 increase tolerance for shutdown timeout in stepdown.js to fix wi...matt dannenberg2015-03-031-1/+2
* SERVER-16878 Increase logging verbosity in stepdown.js testSpencer T Brody2015-01-211-1/+1
* SERVER-16878 Add extra diagnostics to help debug stepdown.js test failureSpencer T Brody2015-01-151-1/+9
* SERVER-15535 Perform better error detection in stepdown.jsAndy Schwerin2014-10-201-18/+14
* SERVER-15535 ensure reconfig workedEric Milkie2014-10-171-2/+2
* SERVER-15535 add arbiter to make shutdown test workEric Milkie2014-10-161-1/+16
* SERVER-14857 prevent stepdown.js from failing when grabbing the wrong master ...matt dannenberg2014-08-111-7/+13
* Revert "SERVER-14755 increase ReplSetTest timeouts to prevent spurious failur...Eric Milkie2014-08-011-1/+1
* SERVER-14755 increase ReplSetTest timeouts to prevent spurious failures while...matt dannenberg2014-07-311-1/+1
* SERVER-10211 Give stepdown.js more time for the primary to be elected after a...Spencer T Brody2013-07-301-0/+1
* SERVER-1929 Fix test race conditionKristina2012-10-121-1/+3
* Fix test to make sure correct member is primary before proceedingKristina2012-10-051-0/+9
* Fix test to wait for the master's POV to catch upKristina2012-08-071-3/+16
* Fix MessagingPort to register all ports in global listKristina2011-12-011-0/+3
* fix test edge caseKristina2011-07-191-5/+14
* commentdwight2011-07-191-1/+4
* try to make stepdown.js more robustdwight2011-07-191-10/+29
* don't shut down if slaves aren't up-to-date SERVER-616Kristina2011-06-101-0/+32
* allow lower-priority members to be elected during step downKristina2011-04-131-1/+41
* stepdown is rejected if other nodes are not up-to-date SERVER-2869Kristina2011-04-051-0/+39