We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a63e37 commit 527bdc4Copy full SHA for 527bdc4
src/mongo/shell/utils.js
@@ -828,7 +828,10 @@ if ( typeof _threadInject != "undefined" ){
828
"jstests/fsync2.js", // May be placed in serialTestsArr once SERVER-4243 is fixed.
829
"jstests/bench_test1.js",
830
"jstests/padding.js",
831
- "jstests/queryoptimizera.js"] );
+ "jstests/queryoptimizera.js",
832
+ "jstests/loglong.js" // log might overflow before
833
+ // this has a chance to see the message
834
+ ] );
835
836
// some tests can't be run in parallel with each other
837
var serialTestsArr = [ "jstests/fsync.js"
0 commit comments