summaryrefslogtreecommitdiff
path: root/src/mongo/shell/replsettest.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-25507 use node's existing options if restart flag passed to Re...r3.3.113.3.12Esha Maharishi2016-08-111-12/+5
* Revert "SERVER-25507 fix for 'options is undefined'"Esha Maharishi2016-08-111-3/+2
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a sh...Esha Maharishi2016-08-111-4/+3
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-111-3/+4
* SERVER-25507 fix for 'options is undefined'Esha Maharishi2016-08-111-2/+3
* SERVER-25507 use node's existing options if restart flag passed to ReplSetTes...Esha Maharishi2016-08-111-5/+12
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-0/+5
* SERVER-23663 Add option to wait for durable optime to awaitReplication()Siyuan Zhou2016-08-021-2/+31
* SERVER-24831 read_pref.js should wait for mongos replSet view with proper tagsRandolph Tan2016-07-011-0/+26
* SERVER-24713 ensures config_server_checks.js fails ReplSetTest restart on aut...Judah Schvimer2016-06-221-2/+2
* SERVER-23226 port CheckReplDBHash hook to jSRobert Guo2016-06-221-2/+6
* SERVER-24628 Do proper Timestamp comparison when waiting for last op to be co...Spencer T Brody2016-06-201-1/+8
* SERVER-24201 jsTest.authenticateNodes doesn't handle temp network errorsJonathan Abrahams2016-06-141-31/+8
* SERVER-24466 ReplSetTest getPrimary() now only returns when there is one primaryJudah Schvimer2016-06-091-1/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-43/+18
* SERVER-24254 Wait for nodes to agree on primary in maxSyncSourceLagSecs.js an...Judah Schvimer2016-05-241-0/+39
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-081-2/+0
* SERVER-23287: Cleanup replSetGetStatus output/code (field names)Scott Hernandez2016-03-271-2/+2
* SERVER-22533: correct tests for writeConcern majority + journal behaviorsScott Hernandez2016-03-271-8/+12
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-177/+205
* SERVER-22914 Make mongos_no_replica_set_refresh obtain config from the primar...Kaloian Manassiev2016-03-021-9/+16
* SERVER-22582 wrap assert.soon functions in try...catch in ReplSetTestJudah Schvimer2016-02-181-19/+54
* SERVER-22428 added logging for read-after-optime timeoutsBenety Goh2016-02-111-0/+3
* SERVER-19867 removed oplog reads in ReplSetTestJudah Schvimer2016-02-101-77/+96
* SERVER-22521 extended default timeout for ReplSetTest.initiate() from 60 seco...Benety Goh2016-02-091-1/+1
* SERVER-22287 build ReplSetTest._alldbpaths using actual dbpath from MongoRunn...Benety Goh2016-02-051-8/+4
* SERVER-22148 Simplify read committed testsCharlie Swanson2016-01-121-0/+5
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2015-12-211-66/+90
* SERVER-21923 Propagate ReplSetTest.awaitSecondaryNodes timeout valuesKamran Khan2015-12-171-1/+1
* Revert "SERVER-21050 Continuous config server primary step down"Kaloian Manassiev2015-12-111-31/+22
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2015-12-111-22/+31
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-111-45/+0
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-970/+1024
* SERVER-21327 Add bridgeOptions to ReplSetTest and ShardingTest.Max Hirschhorn2015-11-201-1/+13
* SERVER-21454 Lint replsettest.jsKamran Khan2015-11-191-160/+169
* SERVER-21507 - Add support to ReplSetTest for config.settingsScott Hernandez2015-11-171-0/+8
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-061-176/+57
* SERVER-21288 fix scoping of master variable in awaitReplicationmatt dannenberg2015-11-041-3/+4
* SERVER-21257 Don't add --nojournal to config servers in nojournal suiteSpencer T Brody2015-11-031-67/+0
* SERVER-21237 remove log message in awaitReplication() since variables are no ...matt dannenberg2015-11-031-4/+0
* SERVER-21237: Add back accidentally removed log variabler3.2.0-rc2Geert Bosch2015-11-031-0/+1
* SERVER-21237 fix ReplSetTest.prototype.awaitReplication to use getReplSetStat...matt dannenberg2015-11-021-43/+35
* add validation for waitForState on states to fix initial_sync_cloner_dups.jsScott Hernandez2015-10-261-2/+7
* SERVER-21098 Clean up some sharding jstests to allow them to run under both C...Spencer T Brody2015-10-231-0/+10
* increase election timeout for drain.jsScott Hernandez2015-10-231-5/+17
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-081-1/+1
* SERVER-20151 do not retry replSetInitiate in ReplSetTest.initiateBenety Goh2015-10-071-15/+1
* SERVER-20767 Improve the logging of ReplSetTest.awaitReplicationKaloian Manassiev2015-10-051-28/+43
* SERVER-20532 add a replica_sets_legacy evergreen taskmatt dannenberg2015-10-011-0/+9
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-7/+23