summaryrefslogtreecommitdiff
path: root/jstests/multiVersion/libs/multi_rs.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25023 Allow multiple indexes on the same fields with different ↵Bernard Gorman2020-04-251-6/+12
| | | | partial index filters
* SERVER-47126 Clean dbpath when downgrading arbiters in multiversion testsAlex Cameron2020-04-011-4/+17
|
* SERVER-46089 Test downgrade with arbiterA. Jesse Jiryu Davis2020-03-101-6/+13
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
|
* SERVER-33251 Retry stepdown in multi_rs.jsSpencer T Brody2018-02-151-8/+18
|
* SERVER-31827 Wait for Secondary after stepdown.ADAM David Alan Martin2017-11-031-0/+1
| | | | | | | | | The primary being told to step down will kill all incoming connections during that stepdown process. When this happens, connections which are incoming may be closed before they can enter a state which "reserves" them from closure. To facilitate correct semantics in this test, we should wait for the primary to completely step down to a secondary, before trying to authenticate to it again.
* SERVER-28487 call awaitNodesAgreeOnPrimary in upgradePrimary helper in ↵Spencer T Brody2017-05-041-0/+9
| | | | multi_rs.js
* SERVER-28815 multi_rs.js steps down primary without {force: true}Benety Goh2017-04-191-1/+1
|
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-0/+1
|
* SERVER-27107 remove or modify tests unrelated to the 3.4->3.6 upgrade pathRobert Guo2016-12-141-23/+37
|
* SERVER-23148 patch multi_rs.js to ensure replSetMaintenance command succeedsEric Milkie2016-03-151-1/+6
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-13/+11
|
* SERVER-17348 Bump mongos upgrade version for v3.2Randolph Tan2015-03-171-2/+6
|
* SERVER-17348 Consolidate ReplSetTest.upgradeSetRandolph Tan2015-03-131-93/+77
| | | | Also removed zero_vote_aribter multiVersion tests.
* SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter.A. Jesse Jiryu Davis2014-11-121-0/+14
| | | | | | | | | | | This re-applies commit 6eccc037b1e6d22d60d0e7aec39dcc183a756790 with a fix for occasional failures of zero_vote_arbiter.js: Don't assume that the first member started is always the primary. Closes #856 Signed-off-by: Benety Goh <benety@mongodb.com>
* Revert "SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter."Eric Milkie2014-11-041-14/+0
| | | | This reverts commit 6eccc037b1e6d22d60d0e7aec39dcc183a756790.
* SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter.A. Jesse Jiryu Davis2014-11-041-0/+14
| | | | | | Closes #856 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-12140 add some auth-related options to jstests multi_rs libraryValeri Karpov2013-12-201-4/+22
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* Tests for replica set and cluster upgradeGreg Studer2012-07-301-0/+90