summaryrefslogtreecommitdiff
path: root/jstests/replsets/zero_vote_arbiter.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-60696 Add a server parameter to disallow multiple arbitersFrederic Vitzikam2022-02-041-1/+1
|
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-3/+3
|
* SERVER-44347 Blacklist tests that initiate a replica set through runCommand ↵Jason Chan2019-11-071-0/+2
| | | | from multiversion suites
* SERVER-25640 check dbhashes in stopSetKevin Albertson2018-01-221-0/+3
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-13/+2
|
* SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter.A. Jesse Jiryu Davis2014-11-121-0/+114
| | | | | | | | | | | 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-114/+0
| | | | This reverts commit 6eccc037b1e6d22d60d0e7aec39dcc183a756790.
* SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter.A. Jesse Jiryu Davis2014-11-041-0/+114
Closes #856 Signed-off-by: Benety Goh <benety@mongodb.com>