summaryrefslogtreecommitdiff
path: root/jstests/replsets/linearizable_read_concern.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-127/+127
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-231-1/+1
* SERVER-41200 Change syntax from $out to $merge for tests in other directoriesJacob Evans2019-05-211-2/+2
* SERVER-41200 Change syntax from $out to $merge for tests in other directoriesJacob Evans2019-05-211-4/+10
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* SERVER-37948 Satisfy linearizable read concern on getmore cursors.Jason Chan2019-02-141-0/+13
* Revert "SERVER-37948 Satisfy linearizable read concern on getMores"Louis Williams2019-02-141-13/+0
* SERVER-37948 Satisfy linearizable read concern on getMoresJason Chan2019-02-131-0/+13
* SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broke...Matthew Russotto2019-02-121-5/+2
* SERVER-36255 prohibit $out with readConcern level "linearizable"Kyle Suarez2018-09-121-1/+7
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-1/+1
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-1/+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/+2
* SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal ...William Schultz2016-12-011-1/+1
* SERVER-26934 removed hardcoded ReplSetTest.awaitReplication timeouts from JS ...Benety Goh2016-11-071-4/+4
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-141-31/+1
* SERVER-26169 added startup parameter for linearizable read support defaulting...Benety Goh2016-09-281-1/+31
* SERVER-25888 remove majority-snapshot usage in linearizable readEric Milkie2016-09-151-20/+5
* SERVER-25589 increase awaitReplication() timeout in linearizable_read_concern.jsJudah Schvimer2016-08-151-1/+4
* SERVER-24497 Linearizable read concern implementedhari devaraj2016-08-101-0/+136