summaryrefslogtreecommitdiff
path: root/jstests/sharding/transactions_stale_shard_version_errors.js
Commit message (Expand)AuthorAgeFilesLines
* 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