summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/readConcern_snapshot.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-44403 Allow creation attempts of existing indexes in transactionsMaria van Keulen2019-11-131-3/+2
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-126/+122
|
* SERVER-40386: replace commitTransaction() used in jstests with ↵Lingzhi Deng2019-06-041-3/+3
| | | | commitTransaction_forTesting()
* SERVER-38165 Enable transactions testing with the inMemory storage engineDianna2019-04-221-2/+1
|
* SERVER-39139 Disallow commitTransaction and abortTransaction commands on ↵Vesselina Ratcheva2019-02-061-8/+0
| | | | secondaries
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-2/+2
|
* SERVER-35704 Add uses_transactions tags to snapshot read testsXiangyu Yao2018-06-291-1/+1
|
* SERVER-35388 Improve misleading error messages for operations banned in ↵Samy Lanka2018-06-251-1/+1
| | | | transactions
* SERVER-34113 Remove all support for snapshot reads outside multi-document ↵Xiangyu Yao2018-06-191-23/+8
| | | | transactions
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-13/+0
| | | | | | | | | | This commit removes the geoNear command and moves its implementation into the aggregation framework. Users should use the aggregate command with a $geoNear stage. The implementation rewrite additionally removes the limit in the $geoNear aggregation stage. To limit the number of results, use a $limit stage.
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-2/+11
|
* SERVER-34002 readConcern_snapshot.js should wait for writes to be ↵Sean Tao2018-06-041-0/+1
| | | | majority-committed on secondaries before reading
* SERVER-28524 remove group commandKyle Suarez2018-05-301-12/+2
| | | | Users should use the aggregation $group stage instead.
* SERVER-35257 Forbid count command in transactionsJudah Schvimer2018-05-291-3/+0
|
* SERVER-34388 Convert tests doing snapshot reads to use transactionsXiangyu Yao2018-05-221-33/+21
|
* SERVER-34811 Forbid reads and writes to the config, admin, and local ↵Tess Avitabile2018-05-081-1/+1
| | | | databases within transactions
* SERVER-34434 Shell should ignore errors in abortTransaction() helperTess Avitabile2018-04-181-1/+1
|
* SERVER-34094 Change snapshot read tests to use multi-statement transactionsXiangyu Yao2018-04-171-47/+48
|
* SERVER-33412 Error on writes with unsupported transaction optionsMatthew Russotto2018-04-131-87/+0
|
* SERVER-33940 Enforce multi-statement transaction only contains allowed commandsTess Avitabile2018-04-051-2/+1
|
* SERVER-34095 Restrict snapshot reads to multi-statement transactionsJames Wahlin2018-03-261-0/+22
|
* SERVER-33666 Make $geoNear stage and geoNear command support readConcern ↵James Wahlin2018-03-211-5/+3
| | | | level snapshot
* SERVER-33354 Add snapshot read support for additional commandsJames Wahlin2018-03-201-11/+13
|
* SERVER-33591 Cleanup interaction of write concerns and transactionsSiyuan Zhou2018-03-151-16/+4
|
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-141-2/+6
|
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-12/+0
| | | | This reverts commit c5a4250a649ab0afb4ecdf227d4a0400f9e68786.
* SERVER-33705 Add snapshot read support for findAndModifyJames Wahlin2018-03-121-8/+26
|
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-5/+3
|
* SERVER-33686 Support delete operations in transactions.Siyuan Zhou2018-03-091-5/+4
|
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-0/+12
| | | | This reverts commit d05e04551b7e399a5554858de48541ae11988b10.
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-12/+0
|
* SERVER-33061 validate readConcern level snapshot on mongosMisha Tyulenev2018-03-081-10/+0
|
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-6/+14
|
* SERVER-32325 Snapshot readConcern support for insertsSiyuan Zhou2018-03-021-7/+23
|
* SERVER-33545 readConcern_snapshot.js should confirm storageEngine support ↵James Wahlin2018-02-281-2/+2
| | | | under a session
* SERVER-33477 Always use upsert with _id for session update.Siyuan Zhou2018-02-261-6/+5
| | | | | | | Transactions stash the writes so the in-memory state of transaction table is out of sync during transaction. Two threads (write and chunk migration) will not update the same session entry due to the WCE generated by storage engine.
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-221-4/+16
|
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-57/+133
|
* SERVER-32518 Establish snapshot timestamp for readConcern snapshotTess Avitabile2018-02-051-0/+1
|
* SERVER-32878 readConcern_snapshot.js should not be run on mobile variantsTess Avitabile2018-01-241-0/+1
|
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-0/+157