0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
clang-format-7.0.1
134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Judah Schvimer
5ab3575979 SERVER-38937 unify txn override and auto retry on network error 2019-04-04 11:03:50 -04:00
Randolph Tan
c5f474e072 SERVER-37972 Create suite for running multi shard jscore with sharded transactions with kill 2019-02-28 17:33:31 -05:00
Tess Avitabile
dbf6e78329 SERVER-39418 Ban atClusterTime with enableMajorityReadConcern=false 2019-02-25 15:39:00 -05:00
Judah Schvimer
5606831472 SERVER-38936 Create unittests for txn_override.js 2019-02-22 11:30:34 -05:00
A. Jesse Jiryu Davis
d7fcc8ab5b SERVER-38583 JS test fixes for write errors in transactions 2019-02-12 17:40:26 -05:00
A. Jesse Jiryu Davis
db3baf2ee1 SERVER-38583 Fix transaction insert writeError format 2019-02-12 17:40:26 -05:00
Jack Mulrow
b94945a1ee SERVER-38215 Retry on transient transaction errors inside txn_override.js 2019-01-07 16:58:19 -05:00
Jack Mulrow
4be5caeab1 SERVER-38733 Change majority read concern transaction passthroughs to use local read concern 2019-01-03 17:55:08 -05:00
Jack Mulrow
ddaa9193bf SERVER-33983 Add jscore sharded transaction passthrough suite using majority read concern 2018-12-20 17:26:34 -05:00
Jack Mulrow
9d9ac978eb SERVER-38590 Use txn_override.js without causal consistency in suites that don't require it 2018-12-17 18:53:53 -05:00
jannaerin
648de2147b SERVER-38347 txn_override.js needs to retry on NotMaster errors on implicit collection creation 2018-12-04 14:04:20 -05:00
jannaerin
2866e94e06 SERVER-38352 Bump txnNumber in log message on txn retry in txn_override.js 2018-12-03 15:40:20 -05:00
William Schultz
9ad645839a SERVER-38343 txn_override.js should print out lsid object in retryCommitTransaction 2018-12-02 11:29:05 -05:00
Judah Schvimer
e7f345efe1 SERVER-38186 Do not append majority read concern to operations in suites that don't support it 2018-11-26 11:59:11 -05:00
jannaerin
dbafa9a288 SERVER-36311 Add stepdowns, crashes, and shutdowns to replica_sets_multi_stmt_txn_jscore_passthrough suite 2018-11-15 12:10:02 -05:00
Samy Lanka
a21c7c7e0d SERVER-35388 Improve misleading error messages for operations banned in transactions 2018-06-25 16:50:34 -04:00
Robert Guo
2b4f872010 SERVER-35089 Update txn jscore passthrough suite blacklist 2018-06-19 13:11:09 -04:00
Robert Guo
29c8f66e43 SERVER-33738 Create a runCommand() override method to perform operations inside a transaction 2018-05-24 09:13:56 -04:00