summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21736 disable sync2.js in the replica_sets_legacy taskmatt dannenberg2015-12-021-0/+4
* SERVER-21695 fix rollback_index.jsmatt dannenberg2015-11-301-1/+1
* SERVER-21096: only record election win in PV1Scott Hernandez2015-11-201-5/+7
* SERVER-21483 Don't reorder capped inserts on secondariesMathias Stearn2015-11-191-0/+49
* SERVER-21384 Enable replica set suites for in-memory storage enginesCharlie Swanson2015-11-1930-25/+198
* SERVER-20873 Add separate key file using 644 permissionJonathan Abrahams2015-11-192-24/+23
* SERVER-21505 add extra wiggle room to server_status_metrics.jsmatt dannenberg2015-11-171-3/+5
* SERVER-21474 Remove stepdown_while_draining test and failpointScott Hernandez2015-11-161-53/+0
* SERVER-21250: pushAll from network threadScott Hernandez2015-11-131-1/+1
* SERVER-21457 Disable two_nodes_priority_take_over.jsSiyuan Zhou2015-11-131-0/+6
* SERVER-21236 Don't automatically add 'configsvr':true to replset config when ...Spencer T Brody2015-11-121-3/+77
* SERVER-21437 give the restarted node more time to catch up in resync_with_wri...matt dannenberg2015-11-121-1/+1
* SERVER-21438 check the node for changes in its sync source in maxSyncSourceLa...matt dannenberg2015-11-121-2/+4
* SERVER-21406 add error message to assert.soon due to new timeoutmatt dannenberg2015-11-111-1/+1
* SERVER-21405 Add more context for shell error message "error doing query: fai...Randolph Tan2015-11-111-1/+1
* SERVER-21406 extend timeout in rollback2.js when running in pv0matt dannenberg2015-11-111-2/+14
* SERVER-21396 raise default electionTimeoutMillis to 10 secondsEric Milkie2015-11-101-1/+1
* SERVER-21140 clean up readConcern parsing validationMathias Stearn2015-11-061-2/+2
* SERVER-21337 Add awaitSecondaryNodes() in election_timing_test.jsMike Grundy2015-11-061-2/+2
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-069-101/+55
* SERVER-21298 wait for SECONDARY state before calling countEric Milkie2015-11-041-0/+1
* SERVER-21292 update remove1.js to use newer testing paradigmsEric Milkie2015-11-041-43/+12
* SERVER-20402 Add election failover js testsMike Grundy2015-11-031-0/+94
* SERVER-21237 fix remove1.js to handle failover that occurs in pv0matt dannenberg2015-11-031-6/+12
* SERVER-21237 fix ReplSetTest.prototype.awaitReplication to use getReplSetStat...matt dannenberg2015-11-021-2/+1
* SERVER-21129 wait for batch apply flush in a separate threadmatt dannenberg2015-10-303-0/+3
* increase election timeout for drain.jsScott Hernandez2015-10-235-12/+10
* SERVER-20979 make test_command.js more stable by waiting for node 0 to become...Benety Goh2015-10-221-31/+35
* SERVER-21077 stepdown.js should wait for expected primarySiyuan Zhou2015-10-221-1/+2
* SERVER-20979 added ReplicationCoordinator::waitForMemberState() and waitForDr...Benety Goh2015-10-212-2/+164
* SERVER-20921: test for truncate on batch recoveryScott Hernandez2015-10-201-0/+121
* SERVER-20964 use failpoint instead of bridging to prevent secondary from catc...Benety Goh2015-10-161-6/+12
* SERVER-18194 command should not set slaveOk if ReadPreference == PrimaryOnlyMisha Tyulenev2015-10-151-1/+26
* SERVER-20812 Tag vote request connection to skip closing it when relinquishin...Siyuan Zhou2015-10-141-0/+60
* SERVER-20832 use fail point instead of bridging to control replication in ste...Benety Goh2015-10-141-30/+31
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-2/+2
* Revert "SERVER-20832 use fail point instead of bridging to control replicatio...Benety Goh2015-10-091-31/+30
* SERVER-20722 fix tests that create configsvrs explicitly to pass journal as wellmatt dannenberg2015-10-091-1/+5
* SERVER-20832 use fail point instead of bridging to control replication in ste...Benety Goh2015-10-091-30/+31
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-085-39/+71
* SERVER-20822 make replsets/chaining_removal.js more robust by depending on fe...matt dannenberg2015-10-081-6/+12
* SERVER-20649 add slaveOk read test coverage for drain modeEric Milkie2015-10-081-1/+17
* SERVER-20804 make shouldChangeSyncSource return true if our sync source has n...matt dannenberg2015-10-071-239/+0
* SERVER-20151 updated tags.js to use a timeout for the failing write operation...Benety Goh2015-10-071-184/+241
* SERVER-20326: Make sure to update the existing minvalid doc if it existsScott Hernandez2015-10-061-6/+17
* SERVER-20761 clean up stepdown_long_wait_time.js - wait for old primary to st...Benety Goh2015-10-061-8/+20
* SERVER-20326: fix apply batch boundaries testScott Hernandez2015-10-021-4/+3
* SERVER-20532 add a replica_sets_legacy evergreen taskmatt dannenberg2015-10-013-5/+22
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-0112-69/+48
* SERVER-18983: just check for timing field, not validation of valueScott Hernandez2015-10-011-1/+1