summaryrefslogtreecommitdiff
path: root/jstests/sharding/transactions_stale_shard_version_errors.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60415 No longer accept FailPointSetFailed errors on jstests that use m...Enrico Golfieri2022-07-051-17/+3
* SERVER-61208 Prevent transactions_stale_shard_version_errors.js test from run...Marcos Jose Grillo Ramirez2021-11-111-1/+3
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-0/+15
* SERVER-52782 Update test assertions for StaleConfig exceptions in 5.0+.Max Hirschhorn2021-08-061-19/+5
* SERVER-57486 Disable periodic index checker on transactions_stale_shard_versi...Marcos José Grillo Ramirez2021-07-271-1/+7
* SERVER-54632 Increase number of CSRS nodes in jstests/sharding/query/json_sch...Simon Graetzer2021-05-131-1/+1
* SERVER-53105: Amend tests that target config.chunks by ns to target by ns or ...Jordi Serra Torrens2021-01-221-1/+3
* SERVER-28943 Make shards retry non-write commands on stale version exceptionsTommaso Tocci2020-11-111-8/+24
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-4/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-190/+175
* SERVER-40386: replace commitTransaction() used in jstests with commitTransact...Lingzhi Deng2019-06-041-5/+5
* SERVER-39624 Put internal router retries for stale version and snapshot error...Jack Mulrow2019-02-261-0/+4
* SERVER-39227 Mongos should always re-throw original error in a transactionJack Mulrow2019-02-251-5/+5
* SERVER-37764 Update multi-shard transaction jstests to use two-phase commitJack Mulrow2018-11-011-13/+10
* SERVER-36728 Don't ignore errors when aborting a transaction in testsPavi Vetriselvan2018-10-301-6/+6
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-091-5/+17
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-1/+1
* SERVER-35707 Allow mongos to retry on re-targeting errors in a transactionJack Mulrow2018-09-191-0/+251