summaryrefslogtreecommitdiff
path: root/jstests/sharding/movechunk_with_noMoveParanoia.js
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2016-09-30 11:06:53 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2016-09-30 17:54:39 -0400
commit99c905a87a620d50d2bad4659978325032372258 (patch)
treea91fd459ff9ee5cf169efd51790aa089e9c05a84 /jstests/sharding/movechunk_with_noMoveParanoia.js
parentcabfdfe829943440a5307335f2ebc0fc1286aa2d (diff)
downloadmongo-99c905a87a620d50d2bad4659978325032372258.tar.gz
SERVER-26309 for renamed tests, change test name in blacklists to match
Diffstat (limited to 'jstests/sharding/movechunk_with_noMoveParanoia.js')
-rw-r--r--jstests/sharding/movechunk_with_noMoveParanoia.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/jstests/sharding/movechunk_with_noMoveParanoia.js b/jstests/sharding/movechunk_with_noMoveParanoia.js
index 4e75421543a..2ca6ef96f16 100644
--- a/jstests/sharding/movechunk_with_noMoveParanoia.js
+++ b/jstests/sharding/movechunk_with_noMoveParanoia.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: {noMoveParanoia: ""}}});
+var st = new ShardingTest({
+ shards: 2,
+ mongos: 1,
+ other: {chunkSize: 1, enableAutoSplit: true, shardOptions: {noMoveParanoia: ""}}
+});
load("jstests/sharding/movechunk_include.js");
setupMoveChunkTest(st);