summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorMatt Broadstone <mbroadst@mongodb.com>2022-08-31 13:30:01 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-31 14:00:31 +0000
commit54746da1485cfca77a1f1fd214ee83d3d6948d0d (patch)
tree338605f0da1493f35464f9ad34ef91bce964666a /jstests
parenta4bd3ce3607d2c3020d7efa3501240ae4b1a1b03 (diff)
downloadmongo-54746da1485cfca77a1f1fd214ee83d3d6948d0d.tar.gz
SERVER-69262 Unconditionally retry stepup and no-op write commands
Diffstat (limited to 'jstests')
-rw-r--r--jstests/serverless/shard_split_abort_while_committing.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/serverless/shard_split_abort_while_committing.js b/jstests/serverless/shard_split_abort_while_committing.js
index a72e0e78144..e3688236657 100644
--- a/jstests/serverless/shard_split_abort_while_committing.js
+++ b/jstests/serverless/shard_split_abort_while_committing.js
@@ -7,10 +7,7 @@
load("jstests/libs/fail_point_util.js");
load("jstests/serverless/libs/basic_serverless_test.js");
-const failpoints = [
- "pauseShardSplitBeforeSendingStepUpToRecipients",
- "pauseShardSplitAfterUpdatingToCommittedState"
-];
+const failpoints = ["pauseShardSplitAfterUpdatingToCommittedState"];
function testAbortAfterSplitIsAppliedStillsCommits(failpoint) {
"use strict";