Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-25023 Allow multiple indexes on the same fields with different ↵ | Bernard Gorman | 2020-04-25 | 1 | -6/+12 |
| | | | | partial index filters | ||||
* | SERVER-47126 Clean dbpath when downgrading arbiters in multiversion tests | Alex Cameron | 2020-04-01 | 1 | -4/+17 |
| | |||||
* | SERVER-46089 Test downgrade with arbiter | A. Jesse Jiryu Davis | 2020-03-10 | 1 | -6/+13 |
| | |||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -2/+1 |
| | |||||
* | SERVER-33251 Retry stepdown in multi_rs.js | Spencer T Brody | 2018-02-15 | 1 | -8/+18 |
| | |||||
* | SERVER-31827 Wait for Secondary after stepdown. | ADAM David Alan Martin | 2017-11-03 | 1 | -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 Brody | 2017-05-04 | 1 | -0/+9 |
| | | | | multi_rs.js | ||||
* | SERVER-28815 multi_rs.js steps down primary without {force: true} | Benety Goh | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | SERVER-26952: Cache SCRAM-SHA-1 ClientKey | Spencer Jackson | 2017-02-02 | 1 | -0/+1 |
| | |||||
* | SERVER-27107 remove or modify tests unrelated to the 3.4->3.6 upgrade path | Robert Guo | 2016-12-14 | 1 | -23/+37 |
| | |||||
* | SERVER-23148 patch multi_rs.js to ensure replSetMaintenance command succeeds | Eric Milkie | 2016-03-15 | 1 | -1/+6 |
| | |||||
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 1 | -13/+11 |
| | |||||
* | SERVER-17348 Bump mongos upgrade version for v3.2 | Randolph Tan | 2015-03-17 | 1 | -2/+6 |
| | |||||
* | SERVER-17348 Consolidate ReplSetTest.upgradeSet | Randolph Tan | 2015-03-13 | 1 | -93/+77 |
| | | | | Also removed zero_vote_aribter multiVersion tests. | ||||
* | SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter. | A. Jesse Jiryu Davis | 2014-11-12 | 1 | -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 Milkie | 2014-11-04 | 1 | -14/+0 |
| | | | | This reverts commit 6eccc037b1e6d22d60d0e7aec39dcc183a756790. | ||||
* | SERVER-13627 Test that replSetReconfig prohibits 0-vote arbiter. | A. Jesse Jiryu Davis | 2014-11-04 | 1 | -0/+14 |
| | | | | | | Closes #856 Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | SERVER-12140 add some auth-related options to jstests multi_rs library | Valeri Karpov | 2013-12-20 | 1 | -4/+22 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | Tests for replica set and cluster upgrade | Greg Studer | 2012-07-30 | 1 | -0/+90 |