summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2018-08-08 12:49:34 +0000
committerSara Golemon <sara.golemon@mongodb.com>2018-08-09 15:37:49 +0000
commit4417b04dd860ccbeba41545d34cf26ac084f0b5c (patch)
tree6fa49c31a40a88afe4bc474cdabde7f750d5ac76 /jstests
parent1ba1423693a268d3b40b56da9d23600b393a31e3 (diff)
downloadmongo-4417b04dd860ccbeba41545d34cf26ac084f0b5c.tar.gz
SERVER-35986 Skip tests using db.eval during parallel test suite
(cherry picked from commit 010bd9845011533e0a291903d3647cb641b734cb)
Diffstat (limited to 'jstests')
-rw-r--r--jstests/libs/parallelTester.js29
1 files changed, 29 insertions, 0 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index 6c1c0f0860b..dae585e9728 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -198,6 +198,35 @@ if (typeof _threadInject != "undefined") {
// Views tests
"views/invalid_system_views.js", // Creates invalid view definitions in system.views.
"views/views_all_commands.js", // Drops test DB.
+
+ // Use eval command and potentially cause deadlock.
+ "apitest_db.js",
+ "constructors.js",
+ "error2.js",
+ "eval0.js",
+ "eval1.js",
+ "eval3.js",
+ "eval4.js",
+ "eval5.js",
+ "eval6.js",
+ "eval7.js",
+ "eval9.js",
+ "evala.js",
+ "evalb.js",
+ "evald.js",
+ "evale.js",
+ "evalg.js",
+ "eval_mr.js",
+ "eval_nolock.js",
+ "fsync.js",
+ "recursion.js",
+ "js3.js",
+ "js7.js",
+ "js9.js",
+ "remove8.js",
+ "rename4.js",
+ "shellkillop.js",
+ "storefunc.js",
]);
// The following tests cannot run when shell readMode is legacy.