summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2012-06-05 19:50:36 +0200
committerAntonin Kral <a.kral@bobek.cz>2012-06-05 19:50:36 +0200
commit291c9687fb2307dc22d1f269eb4d0aa98fe8cadc (patch)
treef46fac7bf8530d100aa55da89dfaa53490fbb350 /shell
parent6d0f215499dda50fdba4a6f60ab359efe0054e0d (diff)
parent3703a282eca7e79e91f4bd651b1b861b76dc6c68 (diff)
downloadmongodb-291c9687fb2307dc22d1f269eb4d0aa98fe8cadc.tar.gz
Merge tag 'upstream/2.0.6'
Upstream version 2.0.6
Diffstat (limited to 'shell')
-rw-r--r--shell/utils.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/utils.js b/shell/utils.js
index 7d7a23b..4e20603 100644
--- a/shell/utils.js
+++ b/shell/utils.js
@@ -739,7 +739,8 @@ if ( typeof _threadInject != "undefined" ){
"jstests/notablescan.js",
"jstests/drop2.js",
"jstests/dropdb_race.js",
- "jstests/bench_test1.js"] );
+ "jstests/bench_test1.js",
+ "jstests/queryoptimizera.js"] );
// some tests can't be run in parallel with each other
var serialTestsArr = [ "jstests/fsync.js",