summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workload_helpers/auto_retry_transaction.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65633 retry commitTransaction on FailedToSatisfyReadPreferenceAndrew Witten2022-04-251-13/+13
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-1/+1
* SERVER-59342 Add killSessions and failover support to update shard key fsm te...Jack Mulrow2022-02-241-7/+9
* SERVER-62377 retry txn on FailedToSatisfyReadPreference in jstestAndrew Witten2022-01-281-0/+9
* SERVER-45769 Add additional logging about iterations in auto_retry_transactio...Ali Mir2020-11-031-1/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+3
* SERVER-40386: replace abortTransaction() used in jstests with abortTransactio...Lingzhi Deng2019-06-041-8/+9
* SERVER-41427 Bind the isKilledSessionCode return value to a global variableJudah Schvimer2019-06-041-1/+1
* SERVER-41057 Add non-transactional afterClusterTime find to multi_statement_t...Judah Schvimer2019-05-211-1/+1
* SERVER-40186 Retry interrupted commits in auto_retry_transaction.jsJack Mulrow2019-04-251-12/+59
* SERVER-39991 Enable transaction workloads in concurrency sharded stepdown suitesJack Mulrow2019-04-221-7/+30
* Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stab...Pavi Vetriselvan2019-04-011-1/+1
* SERVER-38733 Change majority read concern transaction passthroughs to use loc...Jack Mulrow2019-01-031-1/+8
* SERVER-33983 Add concurrency sharded transaction passthroughs using majority ...Jack Mulrow2018-12-201-1/+3
* SERVER-37801 Add prepared transaction metrics tracking to concurrency test suiteJason Chan2018-11-291-6/+14
* SERVER-37254 Retry on CursorNotFound error in multi_statement_transaction_kil...jannaerin2018-09-241-1/+2
* SERVER-36305 Add KillSessions stage to transactions FSM workloadsjannaerin2018-08-211-4/+9
* SERVER-35559 Correct logic in auto_retry_transaction.jsJonathan Abrahams2018-06-261-8/+10
* SERVER-35559 Update transaction retry functions to not call abort after commitJonathan Abrahams2018-06-261-7/+16
* SERVER-35417 Concurrency workloads using transactions should use autoRetry fo...Jonathan Abrahams2018-06-061-11/+13
* SERVER-34434 Shell should ignore errors in abortTransaction() helperTess Avitabile2018-04-181-11/+6
* SERVER-34293 Add test for atomicity and isolation of transactions.Max Hirschhorn2018-04-161-0/+68