summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2012-07-17 14:41:39 -0400
committerEric Milkie <milkie@10gen.com>2012-07-17 14:41:58 -0400
commit527bdc4c5f251422650a3983a7d323248b91b6d5 (patch)
tree914d52b170558511cd0f8c9858bcbf634c05bd11
parent5a63e3766e73a153c47af59acb5cc8941cadbbc9 (diff)
downloadmongo-527bdc4c5f251422650a3983a7d323248b91b6d5.tar.gz
SERVER-6482 loglong.js is unreliable in parallel suite
-rw-r--r--src/mongo/shell/utils.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index 79d242cfa3e..698fe8f44f9 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -828,7 +828,10 @@ if ( typeof _threadInject != "undefined" ){
"jstests/fsync2.js", // May be placed in serialTestsArr once SERVER-4243 is fixed.
"jstests/bench_test1.js",
"jstests/padding.js",
- "jstests/queryoptimizera.js"] );
+ "jstests/queryoptimizera.js",
+ "jstests/loglong.js" // log might overflow before
+ // this has a chance to see the message
+ ] );
// some tests can't be run in parallel with each other
var serialTestsArr = [ "jstests/fsync.js"