summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Studer <greg@10gen.com>2013-08-22 13:59:56 -0400
committerGreg Studer <greg@10gen.com>2013-08-22 13:59:56 -0400
commit13aaa9b292270514672c86cf9c39c063217b7dc7 (patch)
tree827fcc45144f754e25c2a45449f2143064740981
parentc7412ac58c1c7052157c85bed8d07840ffe1a6fb (diff)
downloadmongo-13aaa9b292270514672c86cf9c39c063217b7dc7.tar.gz
SERVER-10597 autosplit_heuristics.js additional comment
-rw-r--r--jstests/slowNightly/autosplit_heuristics.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/slowNightly/autosplit_heuristics.js b/jstests/slowNightly/autosplit_heuristics.js
index 8f63c25fb93..bc567802498 100644
--- a/jstests/slowNightly/autosplit_heuristics.js
+++ b/jstests/slowNightly/autosplit_heuristics.js
@@ -71,7 +71,7 @@ st.printShardingStatus(true);
printjson(coll.stats());
// Check that all chunks (except the two extreme chunks)
-// have been split at least once.
+// have been split at least once + 1 extra chunk as reload buffer
assert.gte(config.chunks.count(), numChunks * 2 + 3);
jsTest.log("DONE!");