summaryrefslogtreecommitdiff
path: root/jstests/sharding/transactions_stale_database_version_errors.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54632 Increase number of CSRS nodes in jstests/sharding/query/json_sch...Simon Graetzer2021-05-131-1/+1
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-4/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-93/+88
* SERVER-41739 Attach dbVersion for find operation when attaching shardVersion ...Jason Zhang2019-07-161-2/+9
* SERVER-40386: replace commitTransaction() used in jstests with commitTransact...Lingzhi Deng2019-06-041-2/+2
* 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-3/+4
* SERVER-37764 Update multi-shard transaction jstests to use two-phase commitJack Mulrow2018-11-011-5/+2
* SERVER-36728 Don't ignore errors when aborting a transaction in testsPavi Vetriselvan2018-10-301-2/+2
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-091-2/+15
* 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/+114