summaryrefslogtreecommitdiff
path: root/src/mongo/shell/replsettest.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16580 Remove deprecated system collection references in JS testsSiyuan Zhou2015-01-091-1/+0
* SERVER-15623 Add all RS member states as ReplSetTest constants.A. Jesse Jiryu Davis2014-11-031-11/+16
* SERVER-15623 Test that w:0 is prohibited in getLastErrorDefaults.A. Jesse Jiryu Davis2014-10-311-0/+1
* SERVER-15836 Add TODO and improve messaging in ReplSetTest.initiate().Andy Schwerin2014-10-281-6/+15
* SERVER-14805: initialsync multithreaded oplog applyScott Hernandez2014-09-051-0/+83
* SERVER-15022 don't rely on configServer.ok() for sharding state when recv'ing...Greg Studer2014-08-261-3/+3
* SERVER-14914 Stop using waitForHealth in ReplSetTest.stopRandolph Tan2014-08-191-29/+16
* Revert "SERVER-14755 increase ReplSetTest timeouts to prevent spurious failur...Eric Milkie2014-08-011-4/+4
* SERVER-14755 increase ReplSetTest timeouts to prevent spurious failures while...matt dannenberg2014-07-311-4/+4
* SERVER-14582 Make ReplSetTest.waitForIndicator work with auth when primary is...Spencer T Brody2014-07-251-48/+48
* Revert "SERVER-14582 Make ReplSetTest.waitForIndicator work with auth when pr...Spencer T Brody2014-07-241-8/+5
* SERVER-14582 Make ReplSetTest.waitForIndicator work with auth when primary is...Spencer T Brody2014-07-241-5/+8
* SERVER-14077 fix binding problem in ReplSetTest.awaitReplication()matt dannenberg2014-06-261-1/+1
* SERVER-14077 if awaitReplication() sees a newer configVersion, reobtain mastermatt dannenberg2014-05-301-2/+2
* SERVER-14077 make awaitReplication() change configVersion if it sees a higher...matt dannenberg2014-05-281-75/+83
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-33/+55
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-151-2/+3
* SERVER-13948 improve stability of replsettest.awaitReplication() while gettin...matt dannenberg2014-05-151-1/+9
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-3/+2
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-2/+3
* double initiate timeout in replSetTest class to avoid timeouts during testsMatt Dannenberg2014-03-281-1/+1
* SERVER-13306 mongobridge should not try forever to connect to deadKaloian Manassiev2014-03-211-3/+7
* SERVER-13249 adjust timeout for reInitiateEric Milkie2014-03-191-1/+1
* Increase timeout of replSetReconfig to leave time for initial sync in two_ini...Spencer T Brody2014-03-171-2/+3
* Expand replication testing of user management commandsAndreas Nilsson2014-02-041-10/+10
* SERVER-10848 Speed up auth passthrough tests by using the internal user inste...Spencer T Brody2014-02-031-1/+0
* Fix getNodeId method of ReplSetTest object to return 0, not undefined, when n...Andy Schwerin2014-01-071-1/+1
* SERVER-12167 properly shutdown replsetTest bridgesMatt Dannenberg2013-12-191-8/+8
* SERVER-11280 fix detecting downed replica nodes to check against a copy of th...matt dannenberg2013-12-041-48/+52
* SERVER-10130: add gle to update config callDan Pasette2013-11-171-0/+5
* SERVER-11235 honor timeout parameterEric Milkie2013-11-171-1/+1
* SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) mon...Benety Goh2013-10-291-1/+1
* SERVER-7455 x.509 cluster auth testsAndreas Nilsson2013-10-031-1/+1
* SERVER-7455 x.509 cluster auth tests and expanded use-ssl passthroughAndreas Nilsson2013-09-301-1/+2
* SERVER-10612 self.status() can throw stale_clustered.jsGreg Studer2013-08-231-1/+7
* buildbot fixmatt dannenberg2013-07-291-0/+11
* SERVER-10125 stepdown.js failing on buildbot-special V2.4 Linux 64-bit Subscr...Randolph Tan2013-07-181-36/+44
* Don't re-add users in auth passthrough test when reconfiguring a replSet or r...Spencer T Brody2013-06-261-1/+1
* SERVER-9041 proactively detect background conn failures in conn poolsGreg Studer2013-05-091-3/+4
* SERVER-8558 Support mongobridge delay parameter in ReplSetBridgeJeremy Mikola2013-04-081-4/+18
* SERVER-8444 Print stack trace when ReplSetTest.getMaster() failsTad Marshall2013-02-071-1/+8
* SERVER-8443 Print exception information in ReplSetTest.callIsMasterTad Marshall2013-02-021-2/+2
* Fix BB failure of replsetprio1.js by giving more time to find the primary in ...Spencer T Brody2013-01-151-13/+15
* SERVER-4237 Make ReplSetTest.awaitSecondaryNodes reload who slaves are after ...Spencer T Brody2013-01-141-3/+4
* SERVER-4237 Make ReplicaSetTest wait for nodes to stabilize after initializationSpencer T Brody2013-01-111-0/+2
* SERVER-8017 Improve logic and logging in awaitReplication()Tad Marshall2012-12-241-22/+46
* allow ReplSetTest to take nodeOptions param to set options common to all rs m...Eric Milkie2012-12-061-4/+15
* make timeout param actually work in ReplSetTestEric Milkie2012-11-091-4/+4
* Make ShardingTest add admin users to all its shards when running with auth SE...Spencer T Brody2012-10-231-5/+3
* multiVersion add static node options to ReplSetTestGreg Studer2012-08-011-0/+2