summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/snapshot_reads.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54743 Enable tests in noPassthrough that now pass with SBE onMihai Andrei2021-03-251-1/+0
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-1/+5
* SERVER-43154 Add 'requires_majority_read_concern' tag to transactions tests t...Samyukta Lanka2019-09-041-1/+1
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-115/+113
* SERVER-40386: replace commitTransaction() used in jstests with commitTransact...Lingzhi Deng2019-06-041-2/+2
* SERVER-38906 Test readConcern local txn isolationA. Jesse Jiryu Davis2019-02-051-10/+31
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-5/+1
* SERVER-34961 read_concern_snapshot_aggregation.js & snapshot_reads.js should ...James Wahlin2018-05-111-1/+1
* SERVER-34094 Change snapshot read tests to use multi-statement transactionsXiangyu Yao2018-04-171-64/+19
* SERVER-33412 Error on writes with unsupported transaction optionsMatthew Russotto2018-04-131-24/+0
* SERVER-33354 Add snapshot read support for additional commandsJames Wahlin2018-03-201-24/+55
* SERVER-33698 batchSize:0 snapshot reads must allocate a WiredTiger transactionJames Wahlin2018-03-151-27/+29
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-12/+21
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-7/+29
* SERVER-33544 snapshot_reads.js should check for storage engine support once a...James Wahlin2018-02-281-6/+6
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-0/+119