summaryrefslogtreecommitdiff
path: root/jstests/libs/txns
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-1/+1
* SERVER-46900 Prohibit transaction operations on system.profileMaria van Keulen2020-05-011-4/+8
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-6/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-272-30/+29
* SERVER-38937 unify txn override and auto retry on network errorJudah Schvimer2019-04-042-623/+2
* SERVER-37972 Create suite for running multi shard jscore with sharded transac...Randolph Tan2019-02-281-22/+45
* SERVER-39418 Ban atClusterTime with enableMajorityReadConcern=falseTess Avitabile2019-02-251-2/+3
* SERVER-38936 Create unittests for txn_override.jsJudah Schvimer2019-02-221-47/+8
* SERVER-38583 JS test fixes for write errors in transactionsA. Jesse Jiryu Davis2019-02-121-11/+2
* SERVER-38583 Fix transaction insert writeError formatA. Jesse Jiryu Davis2019-02-121-1/+12
* SERVER-38215 Retry on transient transaction errors inside txn_override.jsJack Mulrow2019-01-071-20/+65
* SERVER-38733 Change majority read concern transaction passthroughs to use loc...Jack Mulrow2019-01-031-25/+55
* SERVER-33983 Add jscore sharded transaction passthrough suite using majority ...Jack Mulrow2018-12-201-1/+3
* SERVER-38590 Use txn_override.js without causal consistency in suites that do...Jack Mulrow2018-12-171-8/+29
* SERVER-38347 txn_override.js needs to retry on NotMaster errors on implicit c...jannaerin2018-12-041-3/+4
* SERVER-38352 Bump txnNumber in log message on txn retry in txn_override.jsjannaerin2018-12-031-4/+6
* SERVER-38343 txn_override.js should print out lsid object in retryCommitTrans...William Schultz2018-12-021-1/+1
* SERVER-38186 Do not append majority read concern to operations in suites that...Judah Schvimer2018-11-261-3/+2
* SERVER-36311 Add stepdowns, crashes, and shutdowns to replica_sets_multi_stmt...jannaerin2018-11-152-76/+365
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-251-4/+6
* SERVER-35089 Update txn jscore passthrough suite blacklistRobert Guo2018-06-191-0/+3
* SERVER-33738 Create a runCommand() override method to perform operations insi...Robert Guo2018-05-243-0/+286