Details
Description
Currently shard_existing_coll_chunk_count.js checks for exact equality on chunk count, but if the timing of inserts is slightly off, the test will fail because there will be too few chunks even though everything is working properly. The easiest workaround for this is to use a more relaxed condition and assert that the number of chunks created is greater than or equal to some minimum amount.