summaryrefslogtreecommitdiff
path: root/jstests/sharding/movechunk_with_default_paranoia.js
diff options
context:
space:
mode:
authorDan Pasette <dan@mongodb.com>2016-09-29 19:19:59 -0400
committerDan Pasette <dan@mongodb.com>2016-09-29 19:19:59 -0400
commit9a4474ea06409f729121283dadbdf3a17b131cdb (patch)
tree8ec980a5569c8ab6dc3b5d4e93e0f9da29d2edc6 /jstests/sharding/movechunk_with_default_paranoia.js
parent4b6f1b99aea01016e875bb74872927b621c7321a (diff)
downloadmongo-9a4474ea06409f729121283dadbdf3a17b131cdb.tar.gz
Revert "SERVER-26309 Disable auto splitting in ShardingTest by default"
This reverts commit c47eb7408d712ac75c09b54079abfd0c28346a07.
Diffstat (limited to 'jstests/sharding/movechunk_with_default_paranoia.js')
-rw-r--r--jstests/sharding/movechunk_with_default_paranoia.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/sharding/movechunk_with_default_paranoia.js b/jstests/sharding/movechunk_with_default_paranoia.js
index 97b8d5c6db1..52597fec149 100644
--- a/jstests/sharding/movechunk_with_default_paranoia.js
+++ b/jstests/sharding/movechunk_with_default_paranoia.js
@@ -2,8 +2,7 @@
* This test checks that moveParanoia defaults to off (ie the moveChunk directory will not
* be created).
*/
-
-var st = new ShardingTest({shards: 2, mongos: 1, other: {chunkSize: 1, enableAutoSplit: true}});
+var st = new ShardingTest({shards: 2, mongos: 1, other: {chunkSize: 1}});
load("jstests/sharding/movechunk_include.js");
setupMoveChunkTest(st);