diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-10-22 11:18:50 -0400 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-10-23 09:50:35 -0400 |
commit | 3db9d1338c4d15b9b937516676645fd26d5f0a23 (patch) | |
tree | 639f8de38537f721aeeeb4c2eb804e9212428d65 /jstests/tool/gridfs.js | |
parent | c48ff0ba613fdafd51d26f664371522837809a9d (diff) | |
download | mongo-3db9d1338c4d15b9b937516676645fd26d5f0a23.tar.gz |
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.
Diffstat (limited to 'jstests/tool/gridfs.js')
-rw-r--r-- | jstests/tool/gridfs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/tool/gridfs.js b/jstests/tool/gridfs.js index 42df1180c78..cea92c812f7 100644 --- a/jstests/tool/gridfs.js +++ b/jstests/tool/gridfs.js @@ -4,7 +4,7 @@ var test = new ShardingTest({shards: 3, mongos: 1, config: 1, verbose: 2, - other: {chunksize:1}}) + other: {chunkSize:1}}) var mongos = test.s0 |