Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-50408 Change NotMaster error name to NotWritablePrimary | Pavi Vetriselvan | 2020-09-03 | 1 | -1/+1 |
| | |||||
* | SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵ | James Wahlin | 2019-08-14 | 1 | -1/+1 |
| | | | | assert.commandWorked() | ||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -100/+100 |
| | |||||
* | SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeout | James Wahlin | 2018-07-24 | 1 | -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 Oler | 2018-04-20 | 1 | -1/+3 |
| | | | | ShardingTest::checkUUIDsConsistent hook | ||||
* | SERVER-25640 check dbhashes in stopSet | Kevin Albertson | 2018-01-22 | 1 | -0/+3 |
| | |||||
* | SERVER-29337 sharding/linearizable_read_concern.js should wait for ↵ | William Schultz | 2017-08-14 | 1 | -0/+6 |
| | | | | | | shardIdentity to replicate to all secondaries | ||||
* | SERVER-24498 Write tests for linearizable reads in a sharded system | William Schultz | 2017-03-09 | 1 | -0/+117 |