From 3db9d1338c4d15b9b937516676645fd26d5f0a23 Mon Sep 17 00:00:00 2001 From: Kaloian Manassiev Date: Thu, 22 Oct 2015 11:18:50 -0400 Subject: SERVER-21009 Remove usages of the multi-argument ShardingTest constructor No functional changes, just converting everything to use the JSON-based constructor. Also moves some sharding-specific tests out of noPassthroughWithMongod and under the sharding suite. --- jstests/sharding/split_with_force_small.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/sharding/split_with_force_small.js') diff --git a/jstests/sharding/split_with_force_small.js b/jstests/sharding/split_with_force_small.js index 8b313590a52..86fb4667132 100644 --- a/jstests/sharding/split_with_force_small.js +++ b/jstests/sharding/split_with_force_small.js @@ -2,7 +2,7 @@ // Tests autosplit locations with force : true, for small collections // -var options = { chunksize : 1, // MB +var options = { chunkSize: 1, // MB mongosOptions : { noAutoSplit : "" } }; -- cgit v1.2.1