summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47067 Fix casing of index builds library function nameGregory Wlodarek2020-03-241-1/+1
* Revert "SERVER-45692 add explicit RWC to inter-node commands (even if merely ...Kaloian Manassiev2020-03-241-13/+4
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-241-4/+13
* SERVER-46824 Fix read_after_optime.js when run in replica_sets_multiversion s...Henrik Edin2020-03-121-1/+3
* SERVER-46677 Ban rollback_index_build* tests from replica_sets_multiversion t...Suganthi Mani2020-03-1111-4/+11
* SERVER-46048 remove unnecessary text log search from js testBenety Goh2020-03-111-8/+1
* SERVER-46600 Fix log checks for election*.js tests in multiversion for prior ...Mark Benvenuto2020-03-111-3/+2
* SERVER-46753 Blacklist index_build_with_incorrect_fast_count_on_unclean_shutd...Jason Chan2020-03-101-1/+3
* SERVER-46624 Make sure config version is high enough in disallow_adding_initi...William Schultz2020-03-041-0/+5
* SERVER-46571 Give initial replica set configs a term of -1William Schultz2020-03-041-39/+6
* SERVER-45997 Test resyncing a majority member against a minority nodeVesselina Ratcheva2020-03-041-0/+107
* SERVER-45001 Ban the replsets jstests that uses 'enableIndexBuildCommitQuorum...Suganthi Mani2020-03-044-0/+6
* SERVER-46473 oplog commitment check should only include voting nodesPavi Vetriselvan2020-03-041-0/+48
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-037-38/+121
* SERVER-46473 config replication check only counts voting nodesPavi Vetriselvan2020-03-031-0/+54
* SERVER-45081 Increment config term via reconfig on stepup.Siyuan Zhou2020-03-038-11/+124
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-4/+6
* SERVER-46235 convert drop_collections_two_phase_rename_drop_target.js to use ...Benety Goh2020-03-021-1/+6
* SERVER-45997 Fix optimes check in no_progress_updates_during_initial_sync.jsVesselina Ratcheva2020-03-021-1/+1
* SERVER-45090 Test force reconfig skips config replication and oplog commitmen...Ali Mir2020-03-022-0/+116
* SERVER-46513 Blacklist trigger_initial_stable_checkpoint.js from replica_sets...Samy Lanka2020-03-021-1/+2
* SERVER-46500: Remove unused function _requestRemotePrimaryStepdown and delete...Lingzhi Deng2020-03-021-38/+0
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-022-8/+8
* SERVER-44812 Add getReplSetConfig.commitmentStatusA. Jesse Jiryu Davis2020-03-014-8/+35
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-9/+20
* SERVER-46496 Retry on exceptions in reconfig_add_remove_arbiter.jsVesselina Ratcheva2020-02-281-1/+1
* SERVER-45091 Test that arbiter can commit a reconfigA. Jesse Jiryu Davis2020-02-281-0/+35
* SERVER-17934 Do not report replication progress upstream while in initial syncVesselina Ratcheva2020-02-271-0/+149
* SERVER-45085 re-enable config quorum checkerPavithra Vetriselvan2020-02-272-2/+9
* SERVER-43514 Remove TODO listed in SERVER-35817Judah Schvimer2020-02-271-3/+0
* SERVER-46186 Single voter replica set primaries for {j: true} writeConcern wr...Dianna Hohensee2020-02-271-2/+5
* SERVER-45965 Implement ReplicaSetNodeProcessInterface methods needed for $outMihai Andrei2020-02-272-13/+0
* Revert "SERVER-17934 Do not report replication progress upstream while in ini...William Schultz2020-02-271-143/+0
* SERVER-45087 JS tests that check oplog commitment condition must wait for con...William Schultz2020-02-272-0/+16
* SERVER-45093 Wait for durability when writing new replica set configs to diskWilliam Schultz2020-02-271-0/+66
* SERVER-17934 Do not report replication progress upstream while in initial syncVesselina Ratcheva2020-02-271-0/+143
* SERVER-45995: Test that nodes in initial sync maintain and gossip the commit ...Xuerui Fa2020-02-261-0/+139
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-2/+1
* SERVER-46284 Serialize term -1 as a missing field in repl_set_config.cppAli Mir2020-02-261-2/+6
* Revert "SERVER-17934 Do not report replication progress upstream while in ini...Vesselina Ratcheva2020-02-261-144/+0
* SERVER-17934 Do not report replication progress upstream while in initial syncVesselina Ratcheva2020-02-261-0/+144
* SERVER-45087 Check oplog commitment condition on replica set reconfigWilliam Schultz2020-02-2617-17/+222
* SERVER-45085 check config replication condition on reconfigPavithra Vetriselvan2020-02-252-1/+49
* SERVER-46361 Format UUID as $uuid:<string> in logv2Henrik Edin2020-02-252-6/+4
* SERVER-41554 remove applyOps support for createIndexesBenety Goh2020-02-253-17/+37
* SERVER-45996: Test that resyncing nodes contribute to liveness majoritiesXuerui Fa2020-02-251-0/+91
* SERVER-46235 Fix reconstruct_prepared_transactions_initial_sync_index_build.j...Benety Goh2020-02-251-7/+8
* SERVER-46235 Fix drop_collections_two_phase_rename_drop_target.js with JSON logsBenety Goh2020-02-241-1/+1
* SERVER-45089 Assert force reconfig with missing term field results in default...Ali Mir2020-02-221-0/+15
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-212-0/+81