summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/read_concern_snapshot_yielding.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-3/+2
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-1/+4
* SERVER-51002 Fix jstests/noPassthrough/read_concern_snapshot_yielding.js rand...Mindaugas Malinauskas2020-09-181-0/+6
* SERVER-48219 Fix multiversion tests which are failing after introducing the f...Bernard Gorman2020-06-111-40/+13
* SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only.Ruoxin Xu2020-03-191-14/+15
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-310/+303
* SERVER-40386: replace commitTransaction() used in jstests with commitTransact...Lingzhi Deng2019-06-041-9/+9
* SERVER-37006 Move originatingCommand from currentOp inprog to cursor objectTed Tuckman2018-10-021-2/+2
* SERVER-35919 Ensure all tests that use transactions perform collection drops ...Tess Avitabile2018-07-261-2/+2
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-16/+0
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-6/+1
* SERVER-34595 Increase transactionLifetimeLimitSeconds default in testingMaria van Keulen2018-06-041-7/+0
* SERVER-28524 remove group commandKyle Suarez2018-05-301-15/+0
* SERVER-35257 Forbid count command in transactionsJudah Schvimer2018-05-291-11/+0
* SERVER-34731 Fixes race condition in read_concern_snapshot_yielding.jsSuganthi Mani2018-05-231-6/+18
* SERVER-34388 Convert tests doing snapshot reads to use transactionsXiangyu Yao2018-05-221-133/+70
* SERVER-34726 Lock acquisitions for profiling in transaction have 0 second tim...Tess Avitabile2018-05-181-27/+13
* SERVER-34966 Increase transaction reaper timeout in read_concern_snapshot_yie...Ian Boros2018-05-111-0/+7
* SERVER-34094 Change snapshot read tests to use multi-statement transactionsXiangyu Yao2018-04-171-0/+2
* SERVER-33412 Error on writes with unsupported transaction optionsMatthew Russotto2018-04-131-34/+42
* SERVER-33666 Make $geoNear stage and geoNear command support readConcern leve...James Wahlin2018-03-211-7/+29
* SERVER-33354 Add snapshot read support for additional commandsJames Wahlin2018-03-201-1/+68
* SERVER-33698 batchSize:0 snapshot reads must allocate a WiredTiger transactionJames Wahlin2018-03-151-0/+28
* SERVER-33705 Add snapshot read support for findAndModifyJames Wahlin2018-03-121-2/+33
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-0/+13
* SERVER-33686 Support delete operations in transactions.Siyuan Zhou2018-03-091-4/+21
* SERVER-32858 Add Evergreen tasks back to Linux (No Journal) builderIan Whalen2018-03-091-0/+8
* SERVER-33704 read_concern_snapshot_yielding.js should not be tested on mobile...Tess Avitabile2018-03-061-0/+1
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-221-134/+168
* SERVER-33221 Add find & getMore commands to session checkout whitelistJames Wahlin2018-02-131-14/+35
* SERVER-32685 Disable lock and WT transaction yielding under readConcern snaps...Tess Avitabile2018-02-081-0/+192