summaryrefslogtreecommitdiff
path: root/jstests/replsets/rslib.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60917 Make commands that fail with RetryTransactionInProgress block un...Cheahuychou Mao2022-01-281-0/+37
* SERVER-59796 Wait for replication before stopping replication on secondaries ...Huayu Ouyang2021-09-101-0/+5
* SERVER-59293 Remove featureFlagDefaultReadConcernLocalSamy Lanka2021-08-201-17/+0
* SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading on...ali-mir2021-08-181-14/+0
* SERVER-48545 Remove upgrade/downgrade support for initial sync semantics proj...Huayu Ouyang2021-08-111-6/+0
* SERVER-56846 Fail reconfig for shard server if it would change DWCF and CWWC ...Moustafa Maher2021-08-031-2/+30
* SERVER-44251 Replaced setFailPoint and clearFailPoint with configureFailPointMina Mahmood2021-07-011-22/+0
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-0/+17
* SERVER-55904: Consolidate getFirstOplogEntry and getLeastRecentOp helpersHana Pearlman2021-04-091-15/+10
* SERVER-55189 Call awaitReplication() before returning from syncFrom() in rsli...Ali Mir2021-03-161-0/+1
* SERVER-54825 Use 'toArray()' in addition to array access after 'find()' in rs...Hartek Sabharwal2021-03-021-1/+2
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-0/+14
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-021-1/+1
* SERVER-49938: Create Atlas workflow tests of what Atlas actually does todayXueruiFa2020-09-151-0/+22
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-091-2/+2
* SERVER-49996 Ensure getSiblingDB() is used instead of getSisterDB()Pavi Vetriselvan2020-08-171-1/+1
* SERVER-50280 Remove 'supportsMajorityReadConcern' test helper function in fav...Gregory Wlodarek2020-08-121-14/+0
* SERVER-49187 Make ReplSetTest .stepUp() robust to election failures.Suganthi Mani2020-07-301-1/+2
* SERVER-49690 Retry "CappedPositionLost" to find oldest oplog entryCharlie Swanson2020-07-171-0/+24
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-70/+64
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-64/+70
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-70/+64
* SERVER-46379 upgrade/downgrade support for initial sync semantics.Suganthi Mani2020-05-301-5/+32
* SERVER-46355 Test running user reconfigs while newlyAdded is presentVesselina Ratcheva2020-05-201-2/+6
* SERVER-47495 Ban force reconfig with "newlyAdded" fieldsJudah Schvimer2020-05-141-6/+12
* SERVER-47092 Create integration test that 'newlyAdded' nodes cannot voteJudah Schvimer2020-04-141-0/+10
* SERVER-46348: Test behavior when user provides newlyAdded field in force reco...Xuerui Fa2020-04-091-7/+17
* SERVER-46345 Remove newlyAdded field on heartbeats that indicate a node left ...Judah Schvimer2020-04-021-0/+38
* SERVER-45575 Add Javascript helper function to do automatic safe reconfigsWilliam Schultz2020-03-241-24/+194
* SERVER-45081 Increment config term via reconfig on stepup.Siyuan Zhou2020-03-031-0/+22
* SERVER-44812 Add getReplSetConfig.commitmentStatusA. Jesse Jiryu Davis2020-03-011-0/+10
* SERVER-39165 Add waitForFailpoint command and update other repl testsCheahuychou Mao2019-10-251-3/+6
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Xuerui Fa2019-10-161-0/+19
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-121-0/+35
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-391/+383
* SERVER-32028 Make reconfig() in rslib.js resilient to NodeNotFound errorSiyuan Zhou2017-11-281-2/+14
* SERVER-31002 minValid should alway be set to existent OpTime.Siyuan Zhou2017-10-271-0/+16
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-11/+4
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-0/+11
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-10/+6
* SERVER-30625 Reconnect connection after waiting for repl state transition in ...Spencer T Brody2017-08-111-1/+6
* SERVER-29093 double_rollback.js should ensure stable connections before runni...William Schultz2017-05-151-14/+40
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-0/+1
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-1/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-0/+1
* SERVER-28813 drop collection before doing dummy write in syncFrom helperSpencer T Brody2017-04-181-1/+11
* SERVER-28278 Wait for desired sync source to replicate dummy write in syncFro...Spencer T Brody2017-03-141-1/+7
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-0/+19
* SERVER-27839 Allow for step downs during reconfig in ReplSetTest initiateJudah Schvimer2017-02-271-3/+2