summaryrefslogtreecommitdiff
path: root/jstests/sharding/tag_auto_split.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/tag_auto_split.js')
-rw-r--r--jstests/sharding/tag_auto_split.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/sharding/tag_auto_split.js b/jstests/sharding/tag_auto_split.js
index 5e2fe256619..a239ad88c01 100644
--- a/jstests/sharding/tag_auto_split.js
+++ b/jstests/sharding/tag_auto_split.js
@@ -1,6 +1,9 @@
// test to make sure that tag ranges get split
-s = new ShardingTest( "tag_auto_split", 2, 0, 1, { nopreallocj : true, enableBalancer : true } );
+var s = new ShardingTest({ name: "tag_auto_split",
+ shards: 2,
+ mongos: 1,
+ other: { enableBalancer : true } });
db = s.getDB( "test" );