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:
parent
6820e99903
commit
c21a9942a0
@ -158,7 +158,7 @@
|
||||
docSize: 510 * 1024,
|
||||
stages: [
|
||||
{numDocsToInsert: 10, expectedNumChunks: 6},
|
||||
{numDocsToInsert: 10, expectedNumChunks: 12},
|
||||
{numDocsToInsert: 10, expectedNumChunks: 10},
|
||||
],
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user