summaryrefslogtreecommitdiff
path: root/jstests/sharding/linearizable_read_concern.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-100/+100
|
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-1/+1
| | | | | | Adds a new 'MaxTimeMSExpired' error code, returned when a timeout occurs due to exceeding of maxTimeMS. Timeouts unrelated to maxTimeMS will continue to return 'ExceededTimeLimit'.
* SERVER-34496 Await all operations committed in ↵Blake Oler2018-04-201-1/+3
| | | | ShardingTest::checkUUIDsConsistent hook
* SERVER-25640 check dbhashes in stopSetKevin Albertson2018-01-221-0/+3
|
* SERVER-29337 sharding/linearizable_read_concern.js should wait for ↵William Schultz2017-08-141-0/+6
| | | | | | shardIdentity to replicate to all secondaries
* SERVER-24498 Write tests for linearizable reads in a sharded systemWilliam Schultz2017-03-091-0/+117