summaryrefslogtreecommitdiff
path: root/jstests/sharding/movechunk_with_moveParanoia.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/movechunk_with_moveParanoia.js')
-rw-r--r--jstests/sharding/movechunk_with_moveParanoia.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/jstests/sharding/movechunk_with_moveParanoia.js b/jstests/sharding/movechunk_with_moveParanoia.js
index f8c2fd0fbd8..740878507b2 100644
--- a/jstests/sharding/movechunk_with_moveParanoia.js
+++ b/jstests/sharding/movechunk_with_moveParanoia.js
@@ -1,8 +1,11 @@
/**
* This test sets moveParanoia flag and then check that the directory is created with the moved data
*/
-var st = new ShardingTest(
- {shards: 2, mongos: 1, other: {chunkSize: 1, shardOptions: {moveParanoia: ""}}});
+var st = new ShardingTest({
+ shards: 2,
+ mongos: 1,
+ other: {chunkSize: 1, enableAutoSplit: true, shardOptions: {moveParanoia: ""}}
+});
load("jstests/sharding/movechunk_include.js");
setupMoveChunkTest(st);