Skip to content

Commit 527bdc4

Browse files
committed
SERVER-6482 loglong.js is unreliable in parallel suite
1 parent 5a63e37 commit 527bdc4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/mongo/shell/utils.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,10 @@ if ( typeof _threadInject != "undefined" ){
828828
"jstests/fsync2.js", // May be placed in serialTestsArr once SERVER-4243 is fixed.
829829
"jstests/bench_test1.js",
830830
"jstests/padding.js",
831-
"jstests/queryoptimizera.js"] );
831+
"jstests/queryoptimizera.js",
832+
"jstests/loglong.js" // log might overflow before
833+
// this has a chance to see the message
834+
] );
832835

833836
// some tests can't be run in parallel with each other
834837
var serialTestsArr = [ "jstests/fsync.js"

0 commit comments

Comments
 (0)