summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-26146 clean_shutdown_oplog_state.js should use ReplSetTest.initiate()Mathias Stearn2016-10-171-1/+1
* SERVER-24055 increase wtimeout in chaining_removal.jsJudah Schvimer2016-10-061-1/+1
* SERVER-26142 disable timing checks in election_timing.jsBenety Goh2016-09-301-10/+2
* SERVER-24926 fixed invalid write concern to BulkOp.execute() in replset8.jsBenety Goh2016-09-061-1/+1
* SERVER-24926 replset8.js - additional assertions to check bulk operationsBenety Goh2016-09-061-58/+82
* SERVER-24926 ensure replication in replset8.js is caught up after update to c...Benety Goh2016-09-061-6/+3
* SERVER-24254 Wait for nodes to agree on primary in maxSyncSourceLagSecs.js an...Judah Schvimer2016-09-062-8/+25
* SERVER-24901 do not use fast count when checking collection size in replset t...Benety Goh2016-09-0123-60/+60
* SERVER-24901 do not use fast count when checking collection size in replset t...Benety Goh2016-09-011-2/+2
* SERVER-24933 Test-fix: only look at oplog entries for the correct collectionMathias Stearn2016-08-191-1/+4
* SERVER-25353 Clean shutdown shouldn't leave secondaries needing to apply a batchr3.2.9-rc0Mathias Stearn2016-08-011-2/+9
* SERVER-24933 test that oplog is correct following clean shutdownMathias Stearn2016-07-141-0/+66
* SERVER-24700 fix erroneous curop assumption in stepdown_kill_other_ops.jsEric Milkie2016-06-211-2/+3
* SERVER-24424 use ReplSetTest.add and reInitiate (instead of rs.add) to manage...Benety Goh2016-06-211-72/+32
* SERVER-23643 gate state transitions in replsetprio1.jsEric Milkie2016-06-091-1/+4
* SERVER-23853 replsetprio1.js should wait for replication before stopping high...Benety Goh2016-06-091-0/+3
* SERVER-24004 move serverStatus() into try block in reconfig_without_increased...Judah Schvimer2016-05-161-1/+1
* SERVER-22914 Make mongos_no_replica_set_refresh obtain config from the primar...Kaloian Manassiev2016-04-278-11/+11
* SERVER-23351 test read committed snapshots after a rollback occursEric Milkie2016-04-141-0/+156
* SERVER-23556 Disable mmapv1 on non-x86 platformsAndrew Morrow2016-04-061-0/+3
* SERVER-21975 wait for secondary to become secondary before starting tests in ...matt dannenberg2016-03-251-0/+18
* SERVER-23274 renameCollection on a temporary collection correctly replicates.Benjamin Murphy2016-03-241-0/+78
* Revert "SERVER-21975 wait for secondary to become secondary before starting t...Benety Goh2016-03-241-18/+0
* SERVER-21975 wait for secondary to become secondary before starting tests in ...matt dannenberg2016-03-241-0/+18
* SERVER-23086 fix lintRamon Fernandez2016-03-231-2/+2
* SERVER-23086 avoid rollbacks in replsetprio1.jsEric Milkie2016-03-231-2/+2
* Fixing JS formatting for SERVER-22933 SERVER-22934Dianna Hohensee2016-03-211-61/+53
* SERVER-22933 SERVER-22934 make applyOps update the last optime on no-ops, and...Dianna Hohensee2016-03-211-0/+68
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-212-4/+4
* SERVER-22873 updated disallow_adding_initialized_node2.js to accept alternate...Benety Goh2016-03-141-1/+3
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-09133-4400/+4456
* SERVER-22533: disable ReadConcern.Majority tests for noJournal variantScott Hernandez2016-02-244-5/+33
* SERVER-22728: if journaling is off, update durableOpTime with appliedOpTimeScott Hernandez2016-02-241-6/+14
* SERVER-22597 Fix minor javascript errors found by eslintMike Grundy2016-02-191-1/+1
* SERVER-22731 allow replSetInitiate on nodes started with --configsvr but not ...Benety Goh2016-02-191-8/+38
* SERVER-22239 DuplicateKey Error, update optime to latest after insert failureDianna Hohensee2016-02-181-3/+16
* SERVER-22287 added replica set ID validation to heartbeat response processing...Benety Goh2016-02-182-0/+190
* SERVER-22428 added logging for read-after-optime timeoutsBenety Goh2016-02-181-17/+59
* SERVER-22426 priority_takeover_one_node_higher_priority.js should wait for se...Benety Goh2016-02-171-0/+3
* SERVER-22341 fix jslint errors in jstests/replsets with eslint --fixMike Grundy2016-02-1647-124/+124
* SERVER-22270 applyOps takes a write concernJudah Schvimer2016-02-021-0/+156
* SERVER-22420 extend step down duration to allow remaining high priority node ...Benety Goh2016-02-021-1/+1
* SERVER-22152 wait for high priority node to become primary at beginning of testBenety Goh2016-01-291-13/+24
* SERVER-22303 Wait longer for initial sync to finish in csrs_upgrade_during_mi...Spencer T Brody2016-01-251-2/+4
* SERVER-22120 rework bad nested assert.soon()s in no_chaining.jsmatt dannenberg2016-01-141-10/+9
* SERVER-22075 disable flakey test case in election_timing.jsmatt dannenberg2016-01-141-0/+5
* SERVER-20580 Re-enable csrs_upgrade_during_migrate.js testSpencer T Brody2016-01-131-0/+33
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2016-01-131-2/+6
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2016-01-131-2/+2
* SERVER-21744 ElectionID always increases under PV0 and PV1.Siyuan Zhou2016-01-122-0/+106