0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

SERVER-38842 Relax constraint in shard_existing_coll_chunk_count.js

This commit is contained in:
Matthew Saltz 2019-01-14 14:19:36 -05:00
parent 6820e99903
commit c21a9942a0

View File

@ -158,7 +158,7 @@
docSize: 510 * 1024,
stages: [
{numDocsToInsert: 10, expectedNumChunks: 6},
{numDocsToInsert: 10, expectedNumChunks: 12},
{numDocsToInsert: 10, expectedNumChunks: 10},
],
});