Skip to content

Commit

Permalink
SERVER-93669 Increases txn lifetime limit for add-participant jstest …
Browse files Browse the repository at this point in the history
…(#26221)

GitOrigin-RevId: 1b2e38bdeb7901403c03390a41ab9cf10f203003
  • Loading branch information
israelhsu authored and MongoDB Bot committed Aug 19, 2024
1 parent 302a2eb commit 3517104
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import {configureFailPoint} from "jstests/libs/fail_point_util.js";
import {Thread} from "jstests/libs/parallelTester.js";

const customTransactionLifetimeLimitSeconds = 5;
const customTransactionLifetimeLimitSeconds = 10;

/**
* Checks that aborted transaction count was incremented for mongos and each participating shard.
Expand Down Expand Up @@ -264,7 +264,7 @@ const allParticipants = [st.shard0, st.shard1, st.shard2];
/* Test case 3 */
{
jsTest.log(
"Testing that an additional participant not reported to mongos is not included in abort" +
"Testing that an additional participant not reported to mongos is not included in abort " +
"protocol and the additional participant is reaped after transactionLifetimeLimitSeconds.");
dropCollections(st);

Expand Down

0 comments on commit 3517104

Please sign in to comment.