summaryrefslogtreecommitdiff
path: root/jstests/replsets/rslib.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
* SERVER-7455 x.509 cluster auth testsAndreas Nilsson2013-10-031-1/+1
|
* SERVER-1929 Remove unused heartbeat options from stepdown logicKristina2012-10-041-3/+1
| | | | | Fixed test because stepdown is so much faster that the connection is dead by the time ismaster is called.
* SERVER-4237 make waitForAllMembers function retry replSetGetStatus on socket ↵Spencer T Brody2012-07-241-20/+28
| | | | exception
* SERVER-4237 Make reconnect function wait for authentication to succeedSpencer T Brody2012-07-241-1/+1
|
* make ARBITER one of the valid states to wait forEric Milkie2012-06-191-1/+3
|
* Add re-authentication logic to rslib reconnect to work-around SERVER-4241.Spencer T Brody2011-11-101-2/+6
|
* better debuggingEliot Horowitz2011-04-271-2/+2
|
* fix infinite loop in rs testsKristina2011-04-181-4/+8
|
* clean up config change code SERVER-2706Kristina2011-03-171-0/+36
|
* rs test should check for initial sync completeKristina Chodorow2010-11-111-2/+3
|
* fix rs testsKristina Chodorow2010-11-101-1/+19
|
* allow initial sync from secondaries SERVER-1829Kristina Chodorow2010-11-091-0/+11
|
* add rs lib for common test funcs, fix testKristina Chodorow2010-11-081-0/+33