Commit Graph

15 Commits

Author SHA1 Message Date
Spencer T Brody
8dc995ebef SERVER-33251 Retry stepdown in multi_rs.js 2018-02-15 17:19:07 -05:00
ADAM David Alan Martin
29769e9514 SERVER-31827 Wait for Secondary after stepdown.
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.
2017-11-03 17:25:02 -04:00
Spencer T Brody
765d5393f6 SERVER-28487 call awaitNodesAgreeOnPrimary in upgradePrimary helper in multi_rs.js 2017-05-04 17:46:39 -04:00
Benety Goh
53907c0094 SERVER-28815 multi_rs.js steps down primary without {force: true} 2017-04-19 18:51:56 -04:00
Spencer Jackson
47da0b53f9 SERVER-26952: Cache SCRAM-SHA-1 ClientKey 2017-02-02 17:48:07 -05:00
Robert Guo
b2bca3948f SERVER-27107 remove or modify tests unrelated to the 3.4->3.6 upgrade path 2016-12-14 11:26:18 -05:00
Eric Milkie
ebf68ba092 SERVER-23148 patch multi_rs.js to ensure replSetMaintenance command succeeds 2016-03-15 16:26:07 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Randolph Tan
db982c182c SERVER-17348 Bump mongos upgrade version for v3.2 2015-03-17 13:39:15 -04:00
Randolph Tan
77562fbd1b SERVER-17348 Consolidate ReplSetTest.upgradeSet
Also removed zero_vote_aribter multiVersion tests.
2015-03-13 13:31:52 -04:00
A. Jesse Jiryu Davis
3ebd970fb8 SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter.
This re-applies commit 6eccc037b1 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>
2014-11-12 14:38:27 -05:00
Eric Milkie
6d0405b1d9 Revert "SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter."
This reverts commit 6eccc037b1.
2014-11-04 18:32:20 -05:00
A. Jesse Jiryu Davis
6eccc037b1 SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter.
Closes #856

Signed-off-by: Benety Goh <benety@mongodb.com>
2014-11-04 12:31:42 -05:00
Valeri Karpov
3e6d6e56c0 SERVER-12140 add some auth-related options to jstests multi_rs library
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2013-12-20 14:23:55 -05:00
Greg Studer
b88ce8e3a6 Tests for replica set and cluster upgrade 2012-07-30 14:53:53 -04:00