Commit Graph

27 Commits

Author SHA1 Message Date
Steve McClure
1ffbc6c2e9 SERVER-109432: Autofix JS var usage to favor let (#40637)
GitOrigin-RevId: 9674b7db36a0f3f650d39c1e3fb2ad6ff2141cfb
2025-08-28 19:21:01 +00:00
Zac
591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Brad Cater
2c9a5cc060 SERVER-52987 Use the decision commit time rather than waiting for the txn to commit. (#38149)
GitOrigin-RevId: 93735a8ad37fc741d99e5367052f9b1876f7faae
2025-07-23 13:14:50 +00:00
Abdul Qadeer
dea2804c06 SERVER-97302 Use light weight threads instead of parallel shell in sharding/txn_two_phase* tests (#29383)
GitOrigin-RevId: dd42b81ba8a57df78e97082c02b442fa88c8598f
2024-12-12 18:55:09 +00:00
Abdul Qadeer
09fe0ee4f0 SERVER-94866 Replace parallel shell with thread (#27173)
GitOrigin-RevId: cc3005e350367cd160d4abb65f00400a18acb8c8
2024-09-17 19:59:05 +00:00
Matt Broadstone
771dabd098 SERVER-81339 Convert ReplSetTest and ShardingTest to modules (#26332)
GitOrigin-RevId: 744aa110a53786b23c62ff53f87a1418b5991e8d
2024-08-20 22:00:49 +00:00
George Wangensteen
176ec80b9a SERVER-41314 Make txn_two_phase_commit_failover.js robust to a participant voting abort before other prepare requests are sent (#25576)
GitOrigin-RevId: 2ba1085466f435bcc0b29fcbfa7dbb20e3f34459
2024-08-05 01:57:48 +00:00
Pierlauro Sciarelli
3a627b048e SERVER-84422 Remove movePrimary calls from tests not needing it (#17774)
GitOrigin-RevId: ba30af34d315a11289855c8e09b7fd2155bb8be1
2023-12-27 13:46:13 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Luis Osta
fb20ae3c42 SERVER-45149 Add replset commands to prevent replsetDown timeout 2021-12-09 21:39:27 +00:00
Kshitij Gupta
2bbf4b2451 SERVER-44178: txn_two_phase_commit_failover.js test case implicitly assumes prepare against coordinator's local participant will succeed before test steps coordinator primary down. 2021-10-05 17:22:14 +00:00
Matthew Saltz
cdd914a23e SERVER-43519 Remove unneeded TODO 2020-04-15 18:50:42 +00:00
Cheahuychou Mao
966d9b880a SERVER-44775 Make pauseWhileSet increment _timesEntered once 2019-12-03 15:51:38 +00:00
Cheahuychou Mao
97e827840a SERVER-44261 Replace waitForFailpoint function with waitForFailPoint command 2019-11-01 15:46:39 +00:00
Lamont Nelson
823a293c05 SERVER-42234: make one node not able to assume primary role 2019-08-27 16:52:07 +00:00
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
Matthew Saltz
645c02e7a1 SERVER-40594 Make range deleter interruptible 2019-05-23 13:33:04 -04:00
Jack Mulrow
bb452e17d5 SERVER-37886 Remove config server as coordinator crutch from coordinator stepdown targeted tests
This reverts commit 7f620154e5.
2019-04-17 16:44:25 -04:00
Esha Maharishi
3c26458212 SERVER-40163 Increase transactionLifetimeLimitSeconds from 15 seconds to 30 seconds in txn_two_phase_commit_failover.js 2019-03-18 13:34:28 -04:00
Esha Maharishi
7f620154e5 Revert "SERVER-37886 Remove config server as coordinator crutch from coordinator stepdown targeted tests"
This reverts commit a0555e9be2.
2019-03-08 11:01:46 -05:00
Esha Maharishi
a0555e9be2 SERVER-37886 Remove config server as coordinator crutch from coordinator stepdown targeted tests 2019-03-08 09:16:18 -05: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
Jack Mulrow
b0d3c0d293 SERVER-39624 Put internal router retries for stale version and snapshot errors behind a fail point 2019-02-26 10:36:10 -05:00
Kaloian Manassiev
63220b7df2 SERVER-38522/SERVER-38715 Make all TransactionCoordinator tasks interruptible 2019-02-22 07:19:19 -05:00
Matthew Russotto
c3a72d61dc SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broken by this 2019-02-12 11:07:46 -05:00
Esha Maharishi
d8cef1c71c SERVER-39474 Fix incorrect use of 'skip' parameter to configureFailPoint in txn_two_phase_commit_failover.js 2019-02-11 22:30:57 -05:00
Esha Maharishi
1c61ba3c31 SERVER-39312 Rename targeted jstests for transaction two phase commit to txn_two_phase_commit_*.js 2019-02-07 17:19:58 -05:00