summaryrefslogtreecommitdiff
path: root/jstests/sharding/shard_existing_coll_chunk_count.js
diff options
context:
space:
mode:
authorMatthew Saltz <matthew.saltz@mongodb.com>2019-01-14 14:10:52 -0500
committerMatthew Saltz <matthew.saltz@mongodb.com>2019-01-14 14:24:13 -0500
commit6820e9990317c10a2b503132b5c14b781bb11ecc (patch)
tree2072e1d14785caff12780ce1663cb06084c25c57 /jstests/sharding/shard_existing_coll_chunk_count.js
parentcf6e22331a81dac4e3c3800c9b94c0df1b439737 (diff)
downloadmongo-6820e9990317c10a2b503132b5c14b781bb11ecc.tar.gz
SERVER-37699 Lower logging verbosity for shard_existing_coll_chunk_count.js
Diffstat (limited to 'jstests/sharding/shard_existing_coll_chunk_count.js')
-rw-r--r--jstests/sharding/shard_existing_coll_chunk_count.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/sharding/shard_existing_coll_chunk_count.js b/jstests/sharding/shard_existing_coll_chunk_count.js
index 883236c29af..4490fed460b 100644
--- a/jstests/sharding/shard_existing_coll_chunk_count.js
+++ b/jstests/sharding/shard_existing_coll_chunk_count.js
@@ -11,9 +11,9 @@
// TODO (SERVER-37699): Lower logging verbosity.
var s = new ShardingTest({
name: "shard_existing_coll_chunk_count",
- shards: [{verbose: 3}],
+ shards: 1,
mongos: 1,
- other: {mongosOptions: {verbose: 3}, enableAutoSplit: true},
+ other: {enableAutoSplit: true},
});
assert.commandWorked(s.s.adminCommand({enablesharding: "test"}));