summaryrefslogtreecommitdiff
path: root/jstests/replsets/replset1.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-10/+2
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-11/+5
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-5/+11
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-11/+5
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-3/+1
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-37/+40
* SERVER-22914 Make mongos_no_replica_set_refresh obtain config from the primar...Kaloian Manassiev2016-03-021-2/+2
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-6/+6
* SERVER-21096: only record election win in PV1Scott Hernandez2015-11-201-5/+7
* SERVER-21384 Enable replica set suites for in-memory storage enginesCharlie Swanson2015-11-191-0/+1
* increase election timeout for drain.jsScott Hernandez2015-10-231-1/+1
* SERVER-20532 add a replica_sets_legacy evergreen taskmatt dannenberg2015-10-011-2/+7
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-1/+2
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by...Jason Rassi2015-09-241-2/+1
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-1/+2
* SERVER-18584 write an n-op when transition to primary is completematt dannenberg2015-08-051-0/+5
* SERVER-16371 fix ssl tests to not share replica set monitors between sub-runsEric Milkie2014-12-011-5/+9
* SERVER-16371 clean up unit testsEric Milkie2014-12-011-16/+16
* SERVER-13190 migrate replset jstest suite to use write commands apiRandolph Tan2014-03-141-2/+3
* SERVER-8864 Tests for SSL mixed-modeAndreas Nilsson2013-10-221-2/+5
* allow ReplSetTest to take nodeOptions param to set options common to all rs m...Eric Milkie2012-12-061-3/+3
* add first SSL unit testEric Milkie2012-12-051-4/+4
* Add assert back into test.Spencer T Brody2011-11-141-0/+1
* Make test use rslib's reconnect function as it has logic to work around SERVE...Spencer T Brody2011-11-101-12/+5
* make getlasterror return an optime, not an int64 SERVER-3665Kristina2011-09-161-3/+7
* make tests quicker, remove redundant testsKristina2011-03-171-0/+22
* Revert "fix replset test"Kristina2011-01-141-9/+1
* Revert "fix replset1"Kristina2011-01-141-8/+6
* fix replset1Kristina2011-01-131-6/+8
* fix replset testKristina2011-01-131-1/+9
* rs move error checking logic to the right place 161dwight2010-08-081-1/+2
* fix replset1Eliot Horowitz2010-08-031-5/+4
* SERVER-1463 failing count even when oplog is up to dateKyle Banker2010-07-301-2/+37
* c++ repl set connection will add hosts in hosts array to list SERVER-1320Eliot Horowitz2010-07-301-0/+10
* replaced replica pair connection with basic set version SERVER-1320Eliot Horowitz2010-07-301-0/+15
* minor: replset test cleanupKyle Banker2010-07-291-1/+1
* rs test updates SERVER-1483Kyle Banker2010-07-261-1/+0
* SERVER-1479 and replSet js test cleanupKyle Banker2010-07-261-12/+12
* SERVER-1482 SERVER-1479 failing replica set add testKyle Banker2010-07-261-1/+1
* use getHostName() for replset testsKyle Banker2010-07-231-2/+2
* Initial replica set test framework. See jstests/replsets/replset1.js for exam...Kyle Banker2010-07-231-0/+57