summaryrefslogtreecommitdiff
path: root/jstests/replsets/maintenance.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26227 Increase waitForState timeouts in replicaset testsJudah Schvimer2016-09-221-1/+1
* SERVER-21432 Allowed slaveOk reads when node is in drain modehari devaraj2016-06-171-0/+4
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-25/+26
* 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-1/+1
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-1/+4
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by...Jason Rassi2015-09-241-4/+1
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-1/+4
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-1/+1
* SERVER-13190 migrate replset jstest suite to use write commands apiRandolph Tan2014-03-141-5/+9
* SERVER-10183: fix replsets/maintenance.js test for new exception from getmore...Scott Hernandez2013-07-111-9/+11
* Remove timing-dependent testKristina2012-05-171-3/+0
* getMore uasserts when RS member becomes unreadable SERVER-4853Kristina2012-02-231-1/+19
* command to get into/out of maintenance mode SERVER-3923Kristina2011-09-221-6/+29
* try/catch around all command calls SERVER-3923Kristina2011-09-221-6/+17
* maintenance test debuggingKristina2011-08-101-1/+6
* maintenance mode for commands SERVER-3427Kristina2011-07-291-0/+27