summaryrefslogtreecommitdiff
path: root/jstests/sharding/autosplit_heuristics.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/autosplit_heuristics.js
parentcabfdfe829943440a5307335f2ebc0fc1286aa2d (diff)
downloadmongo-99c905a87a620d50d2bad4659978325032372258.tar.gz
SERVER-26309 for renamed tests, change test name in blacklists to match
Diffstat (limited to 'jstests/sharding/autosplit_heuristics.js')
-rw-r--r--jstests/sharding/autosplit_heuristics.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/autosplit_heuristics.js b/jstests/sharding/autosplit_heuristics.js
index bfde45cfc67..659f74725b0 100644
--- a/jstests/sharding/autosplit_heuristics.js
+++ b/jstests/sharding/autosplit_heuristics.js
@@ -5,7 +5,7 @@
(function() {
'use strict';
- var st = new ShardingTest({shards: 1, mongos: 1, other: {chunkSize: 1}});
+ var st = new ShardingTest({shards: 1, mongos: 1, other: {chunkSize: 1, enableAutoSplit: true}});
// The balancer is by default stopped, thus it will NOT interfere unpredictably with the chunk
// moves/splits depending on the timing.