summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/readConcern_snapshot_mongos.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-5/+6
* SERVER-49139 Skip snapshot tests with inMemoryA. Jesse Jiryu Davis2020-06-271-1/+7
* SERVER-48557: Omit cursor.atClusterTime field from read replies in transactionsLingzhi Deng2020-06-151-10/+28
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-111-1/+1
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-051-1/+1
* SERVER-48028: Ban commands not allowed in snapshot outside of transactionsLingzhi Deng2020-05-131-2/+32
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-37/+5
* 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-127/+126
* SERVER-40386: assert responses of abortTransaction_forTesting() and commitTra...Lingzhi Deng2019-06-011-2/+3
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-261-1/+1
* Revert "SERVER-40005 Add translation for FindAndModify for FLE"Benety Goh2019-04-251-1/+1
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-251-1/+1
* SERVER-39624 Put internal router retries for stale version and snapshot error...Jack Mulrow2019-02-261-0/+4
* SERVER-39418 Ban atClusterTime with enableMajorityReadConcern=falseTess Avitabile2019-02-251-1/+1
* SERVER-37343 Enable single shard transactions tests on 'majority read concern...Tess Avitabile2018-12-131-1/+1
* SERVER-36728 Don't ignore errors when aborting a transaction in testsPavi Vetriselvan2018-10-301-2/+2
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-1/+1
* SERVER-37239 Router should validate if commands are allowed to run within tra...Randolph Tan2018-09-271-15/+0
* SERVER-35707 Allow mongos to retry on re-targeting errors in a transactionJack Mulrow2018-09-191-4/+0
* SERVER-36049 Enable snapshot readConcern w/o atClusterTime for txn commands o...Jack Mulrow2018-07-131-73/+69
* SERVER-35735 Disable snapshot read concern assertions for write commands in r...Jack Mulrow2018-06-291-0/+2
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-9/+0
* SERVER-28524 remove group commandKyle Suarez2018-05-301-11/+0
* SERVER-33989 Add support for afterClusterTime for snapshot reads through mongosJack Mulrow2018-04-131-9/+15
* SERVER-33767 verify targeted shard for global snapshot reads with multi-versi...Misha Tyulenev2018-04-041-5/+4
* Revert "SERVER-33767 verify targeted shard for global snapshot reads with mul...William Schultz2018-04-041-4/+5
* SERVER-33767 verify targeted shard for global snapshot reads with multi-versi...Misha Tyulenev2018-04-041-5/+4
* SERVER-33029 support global snapshot aggregate commandMisha Tyulenev2018-03-271-11/+8
* SERVER-33028 Skip readConcern_snapshot_mongos.js if storage engine doesn't su...Jack Mulrow2018-03-221-0/+6
* SERVER-33028 Support readConcern snapshot in cluster find commandJack Mulrow2018-03-211-7/+4
* SERVER-33882 Add requires_sharding tag to sharding testsjannaerin2018-03-141-1/+1
* SERVER-33061 validate readConcern level snapshot on mongosMisha Tyulenev2018-03-081-0/+162