summaryrefslogtreecommitdiff
path: root/jstests/replsets/drain.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-1/+3
* SERVER-24901 do not use fast count when checking collection size in replset t...Benety Goh2016-07-071-2/+2
* SERVER-21432 Allowed slaveOk reads when node is in drain modehari devaraj2016-06-171-9/+1
* SERVER-21375 fixed drain mode error and added recovery testHari Devaraj2016-06-101-0/+3
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-29/+29
* SERVER-22914 Make mongos_no_replica_set_refresh obtain config from the primar...Kaloian Manassiev2016-03-021-1/+1
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-111-1/+1
* SERVER-21396 raise default electionTimeoutMillis to 10 secondsEric Milkie2015-11-101-1/+1
* increase election timeout for drain.jsScott Hernandez2015-10-231-1/+3
* SERVER-20979 added ReplicationCoordinator::waitForMemberState() and waitForDr...Benety Goh2015-10-211-2/+19
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-2/+2
* SERVER-20649 add slaveOk read test coverage for drain modeEric Milkie2015-10-081-1/+17
* Revert "SERVER-20649 add slaveOk read test coverage for drain mode"Eric Milkie2015-09-281-10/+1
* SERVER-20649 add slaveOk read test coverage for drain modeEric Milkie2015-09-281-1/+10
* SERVER-20094 additional assertions on fail point and write operations in repl...Benety Goh2015-08-241-8/+16
* SERVER-19307 SyncTail::tryPopAndWaitForMore should not consume buffered opera...Benety Goh2015-07-131-2/+14
* SERVER-16391 archor primary in replset tests, or make agnostic to primary nodeEric Milkie2014-12-031-1/+1
* minor replsets/drain.js improvementmatt dannenberg2014-11-111-1/+1
* SERVER-15965 add test for replset drain modematt dannenberg2014-11-051-0/+59