summaryrefslogtreecommitdiff
path: root/jstests/replsets/read_committed_on_secondary.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-126/+126
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-2/+2
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-1/+1
* SERVER-25640 terminate processes in jstestsKevin Albertson2018-02-201-0/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-2/+4
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-2/+2
* 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-2/+1
* SERVER-28046 increase maxTimeMS in read_committed_on_secondary.jsJudah Schvimer2017-04-171-5/+8
* SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal ...William Schultz2016-12-011-1/+1
* SERVER-22533: correct tests for writeConcern majority + journal behaviorsScott Hernandez2016-03-271-7/+42
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-83/+85
* SERVER-22533: disable ReadConcern.Majority tests for noJournal variantScott Hernandez2016-02-091-0/+2
* SERVER-22148 Simplify read committed testsCharlie Swanson2016-01-121-12/+12
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-081-8/+14
* SERVER-19208 Add a basic test of majority readConcern on secondariesMathias Stearn2015-08-271-0/+87