summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Saltz <matthew.saltz@mongodb.com>2019-01-14 14:19:36 -0500
committerMatthew Saltz <matthew.saltz@mongodb.com>2019-01-14 14:24:13 -0500
commitc21a9942a0141e0dbd626ff7861271faaa2a7fe4 (patch)
treeac650cf16518595f048a710f9d9c3fb51e29f820
parent6820e9990317c10a2b503132b5c14b781bb11ecc (diff)
downloadmongo-c21a9942a0141e0dbd626ff7861271faaa2a7fe4.tar.gz
SERVER-38842 Relax constraint in shard_existing_coll_chunk_count.js
-rw-r--r--jstests/sharding/shard_existing_coll_chunk_count.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/shard_existing_coll_chunk_count.js b/jstests/sharding/shard_existing_coll_chunk_count.js
index 4490fed460b..4910b5e8964 100644
--- a/jstests/sharding/shard_existing_coll_chunk_count.js
+++ b/jstests/sharding/shard_existing_coll_chunk_count.js
@@ -158,7 +158,7 @@
docSize: 510 * 1024,
stages: [
{numDocsToInsert: 10, expectedNumChunks: 6},
- {numDocsToInsert: 10, expectedNumChunks: 12},
+ {numDocsToInsert: 10, expectedNumChunks: 10},
],
});