summaryrefslogtreecommitdiff
path: root/jstests/sharding/move_chunk_interrupt_postimage.js
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2023-02-25 01:49:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-01 04:23:59 +0000
commit8ebd13ecaecdd2d437afea7d2fe1d7a4b8d5e52c (patch)
treedbab4c831cb7eef43c526aa40e6ba583ca74883b /jstests/sharding/move_chunk_interrupt_postimage.js
parent93864ae1dcbad7bfb5f15a97503111eaad8d2e03 (diff)
downloadmongo-8ebd13ecaecdd2d437afea7d2fe1d7a4b8d5e52c.tar.gz
SERVER-74276 Add catalog shard sharding suites
Diffstat (limited to 'jstests/sharding/move_chunk_interrupt_postimage.js')
-rw-r--r--jstests/sharding/move_chunk_interrupt_postimage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/move_chunk_interrupt_postimage.js b/jstests/sharding/move_chunk_interrupt_postimage.js
index 69537bb9ce0..ef45b888c0c 100644
--- a/jstests/sharding/move_chunk_interrupt_postimage.js
+++ b/jstests/sharding/move_chunk_interrupt_postimage.js
@@ -10,7 +10,7 @@ load("jstests/sharding/libs/create_sharded_collection_util.js");
load("jstests/libs/fail_point_util.js");
load('jstests/libs/parallel_shell_helpers.js');
-const st = new ShardingTest({mongos: 1, config: 1, shards: 2, rs: {nodes: 2}});
+const st = new ShardingTest({mongos: 1, shards: 2, rs: {nodes: 2}});
const interruptBeforeProcessingPrePostImageOriginatingOpFP =
configureFailPoint(st.rs1.getPrimary(), "interruptBeforeProcessingPrePostImageOriginatingOp");