summaryrefslogtreecommitdiff
path: root/jstests/replsets/rslib.js
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Xuerui Fa2020-04-091-7/+17
| | | | reconfig
* SERVER-46345 Remove newlyAdded field on heartbeats that indicate a node left ↵Judah Schvimer2020-04-021-0/+38
| | | | initial sync
* 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 ↵Xuerui Fa2019-10-161-0/+19
| | | | stopped killing user operation
* 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 ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* 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
| | | | the shell
* SERVER-29093 double_rollback.js should ensure stable connections before ↵William Schultz2017-05-151-14/+40
| | | | running database commands
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-0/+1
| | | | This reverts commit c08590a6ac9dc54c9d910822d47ea17140b56f89.
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-1/+0
| | | | This reverts commit d0c851e2f4bfea514e22c97af1838640d2849a8c.
* 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 ↵Spencer T Brody2017-03-141-1/+7
| | | | syncFrom shell helper
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ↵Judah Schvimer2017-03-081-0/+19
| | | | OplogFetcher batch
* SERVER-27839 Allow for step downs during reconfig in ReplSetTest initiateJudah Schvimer2017-02-271-3/+2
|
* SERVER-27123 Only update the commit point as a secondary from oplog queries ↵Spencer T Brody2017-01-041-0/+12
| | | | against your sync source
* SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal ↵William Schultz2016-12-011-15/+2
| | | | variants
* SERVER-26065 Write more generic optime comparator functionRandolph Tan2016-11-091-0/+12
|
* SERVER-26690 Make waitUntilAllNodesCaughtUp check that all nodes areWilliam Schultz2016-11-011-3/+11
| | | | secondary or primary
* SERVER-26435 Refactor replsettest.js to reduce sizeJames Wahlin2016-10-171-0/+93
|
* SERVER-24032 Replicated createIndexes should error on unrecognized fieldsJames Wahlin2016-09-291-0/+21
|
* SERVER-26227 Increase waitForState timeouts in replicaset testsJudah Schvimer2016-09-221-1/+1
|
* SERVER-22533: correct tests for writeConcern majority + journal behaviorsScott Hernandez2016-03-271-0/+13
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-190/+200
|
* SERVER-22341 fix jslint errors in jstests/replsets with eslint --fixMike Grundy2016-02-051-1/+1
|
* SERVER-22303 Wait longer for initial sync to finish in ↵Spencer T Brody2016-01-251-2/+4
| | | | csrs_upgrade_during_migrate.js test
* SERVER-22148 Simplify read committed testsCharlie Swanson2016-01-121-1/+29
| | | | | | Many read committed tests share some fairly complex code to determine if the current storage engine supports committed reads. This commit moves that duplicate code into rslib.js.
* SERVER-20580 Re-enable csrs_upgrade_during_migrate.js testSpencer T Brody2016-01-071-0/+33
|
* SERVER-21164 Use throw instead of assert in rslib.js wait loopJonathan Abrahams2015-12-111-1/+3
|
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-2/+2
| | | | | | This is just a cleanup work to hide some of the private state of ReplSetTest so it is easier to encapsulate and add new logic. Also enables strict mode.
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-04-061-1/+1
|
* Revert "SERVER-17450 Cleanup SSL test infrastructure"Charlie2015-03-241-1/+1
| | | | This reverts commit 43e53251a30e680fb57a3f042f66910355197cde.
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-03-241-1/+1
|
* SERVER-16442 test difference in meaning of w: majority in mixed mode replicasetsmatt dannenberg2014-12-051-2/+2
|
* SERVER-15836 Clean up several rollback js tests.Andy Schwerin2014-10-281-10/+41
|
* SERVER-15535 Perform better error detection in stepdown.jsAndy Schwerin2014-10-201-5/+8
|
* Revert "SERVER-14755 increase ReplSetTest timeouts to prevent spurious ↵Eric Milkie2014-08-011-1/+1
| | | | | | failures while using HybridCoordinator" This reverts commit 9ec7d68a97dc54f534e95959e62cafcab38bd440.
* SERVER-14755 increase ReplSetTest timeouts to prevent spurious failures ↵matt dannenberg2014-07-311-1/+1
| | | | while using HybridCoordinator