summaryrefslogtreecommitdiff
path: root/jstests/replsets/read_committed_no_snapshots.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-091-2/+2
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-041-2/+3
* SERVER-50280 Remove 'startSetIfSupportsReadMajority' test helper function in ...Gregory Wlodarek2020-08-121-6/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-63/+60
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+1
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-2/+2
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-2/+2
* SERVER-34236 Move configureFailpoint to replica set startup in read_committed...Vesselina Ratcheva2018-05-071-16/+16
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-2/+2
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-22/+21
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-1/+2
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-2/+1
* SERVER-25640 terminate processes in jstestsKevin Albertson2018-02-201-0/+1
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
* SERVER-30923 Increase wtimeouts to ReplSetTest.kDefaultTimeoutMS in all repli...kvwalker2017-09-181-1/+1
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-7/+7
* SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal ...William Schultz2016-12-011-1/+1
* SERVER-23476: re-enable resync testsScott Hernandez2016-08-181-6/+2
* SERVER-19200: move initial sync behavior out of rs_syncScott Hernandez2016-04-051-2/+6
* SERVER-22533: correct tests for writeConcern majority + journal behaviorsScott Hernandez2016-03-271-4/+4
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-58/+59
* SERVER-22533: disable ReadConcern.Majority tests for noJournal variantScott Hernandez2016-02-091-0/+2
* SERVER-22148 Simplify read committed testsCharlie Swanson2016-01-121-13/+11
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-081-8/+14
* SERVER-19925 move protocolVersion field to top levelmatt dannenberg2015-08-171-3/+1
* SERVER-19890 fix jstests/replsets/read_committed_no_snapshots.js to use lastO...matt dannenberg2015-08-171-5/+12
* SERVER-19891 Fix read_committed_no_snapshots.jsMathias Stearn2015-08-121-1/+7
* SERVER-19675 fix ReplicationMetadata populating and parsingmatt dannenberg2015-08-061-1/+13
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-0/+53