summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28378 Extend secondary catch up period in priority_takeover_two_nodes_...William Schultz2017-06-221-30/+32
* SERVER-26136 remove heartbeat error message check from disallow_adding_initia...Benety Goh2017-06-141-3/+0
* SERVER-28100 ReplSetTest.awaitNodesAgreeOnPrimary() accepts an optional expec...Benety Goh2017-05-192-12/+27
* SERVER-28100 moved common test code for all 3 tags.js tests into a test libra...Benety Goh2017-05-192-255/+310
* SERVER-28813 drop collection before doing dummy write in syncFrom helperr3.2.13-rc0r3.2.13Spencer T Brody2017-04-212-4/+27
* SERVER-27231 added disableMaxSyncSourceLagSecs failpoint to turn off re-evalu...Benety Goh2017-04-211-0/+16
* SERVER-26381 Increase timeout for waiting for node to become primary in prior...Spencer T Brody2017-04-211-15/+5
* SERVER-26741 Retain temp collections when node restarted w/o --replSet.Max Hirschhorn2017-04-191-0/+87
* SERVER-28480/27966 last_vote.js should await replication and call stepUp befo...William Schultz2017-04-171-11/+22
* SERVER-28096 fix jstest stepUp functionsJudah Schvimer2017-04-147-92/+8
* SERVER-28686 rollback_after_sync_source_selection.js waits for rollback to co...Benety Goh2017-04-091-1/+4
* SERVER-28184 removed election_timing.jsBenety Goh2017-03-301-143/+0
* SERVER-28135 stepdown.js should always fsyncUnlock() all secondary nodesBenety Goh2017-03-301-31/+57
* SERVER-27861 Make the failover in drain.js more reliableSiyuan Zhou2017-03-291-5/+3
* SERVER-27403 SERVER-28278 Ensure sync source is ahead and not rolled back aft...Judah Schvimer2017-03-249-57/+228
* SERVER-23091 allow enough time for data load to finish on OS X buildersEric Milkie2017-03-061-1/+1
* SERVER-27352: Fix stepdown command in double_rollback.jsSpencer Jackson2017-03-061-1/+6
* SERVER-28041 remove awaitNodesAgreeOnPrimary() call in sync2.jsJudah Schvimer2017-03-061-1/+0
* SERVER-28050 Reconnect connection after stepdown in read_committed_stale_hist...Spencer T Brody2017-03-021-0/+1
* SERVER-23127 add additional tests of readConcern majority following writesSpencer T Brody2017-03-011-33/+132
* SERVER-23127 Add additional tests of majority readConcern following catalog c...Mathias Stearn2017-03-011-0/+343
* SERVER-24811 replSetFreeze should fail if node is primary or running for elec...Benety Goh2017-02-081-0/+4
* SERVER-22291 fixed _requestRemotePrimaryStepdown replSetStepDown commandJudah Schvimer2017-02-031-0/+46
* SERVER-27816 increase wtimeout in sync2.jsJudah Schvimer2017-02-031-56/+54
* SERVER-27840 add write concern wtimeout to protocol_version_upgrade_downgrade.jsJudah Schvimer2017-02-031-3/+6
* SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primary of equ...r3.2.12-rc0r3.2.12r3.2.11Jack Mulrow2017-01-251-0/+60
* SERVER-27050 jstest that rollback detects upstream node rolling backMathias Stearn2017-01-251-0/+152
* SERVER-27282 test that node doesn't get stuck in ROLLBACK after SocketExceptionMathias Stearn2017-01-251-0/+132
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Benety Goh2017-01-2410-70/+552
* SERVER-27657 wait for nodes to agree on config version after reconfig in last...Judah Schvimer2017-01-231-0/+1
* SERVER-27656 Ensure node 0 is not primary during reconfig in last_vote.jsJudah Schvimer2017-01-231-0/+9
* SERVER-27582 initialize lastVote properlyJudah Schvimer2017-01-231-0/+208
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-204-280/+48
* SERVER-27365 ensure node 2 is not primary during reconfig in reconfig_without...Judah Schvimer2017-01-191-0/+10
* SERVER-21432 Allowed slaveOk reads when node is in drain modehari devaraj2017-01-182-8/+7
* SERVER-27544 shutdown_primary.js shouldn't try to disable rsSyncStopApply fai...Jack Mulrow2017-01-171-2/+2
* SERVER-27461 Retry connecting to shut down primary until failure in shutdown_...Jack Mulrow2016-12-281-4/+10
* SERVER-27118 Default shutdown command's timeoutSecs argument to 10 secondsJack Mulrow2016-12-281-0/+62
* SERVER-27214 Disallow chaining in stepdown_needs_electable_secondary.js and s...Judah Schvimer2016-12-282-2/+3
* SERVER-27196 add wtimeouts to stepdown_needs_electable_secondary.js and stepd...Eric Milkie2016-12-282-7/+13
* SERVER-27024 Added test for stepdown needs majority behaviorWilliam Schultz2016-12-282-19/+119
* SERVER-26747 replSetStepDown waits for caught up majority with electable seco...William Schultz2016-12-282-40/+146
* SERVER-25145 fix lintSpencer T Brody2016-11-071-1/+1
* SERVER-25145 Add jstest to ensure that we can no longer trigger double-rollback.Spencer T Brody2016-11-061-0/+161
* SERVER-25145 BackgroundSync provides minValid to sync source selection in REC...Benety Goh2016-11-031-3/+14
* SERVER-25777 When stopping a spawned process, MongoDB shell will now abort af...Eric Milkie2016-11-022-0/+5
* SERVER-22472 wait longer for write concern, for slow hostsEric Milkie2016-10-241-1/+1
* SERVER-25486 increased wait time in slavedelay1.js to check replication delayBenety Goh2016-10-211-2/+2
* SERVER-26296 oplog_replay_on_startup.js should skip fatal tests when journall...Judah Schvimer2016-10-191-0/+8
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-10-174-28/+521