summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2021-12-20 19:23:03 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-21 23:14:07 +0000
commit1807878be48906cc119a3a6e80ab379cb886bf61 (patch)
treef71d65a599db9e04017488399f8df77266e7aff1
parent63fe0256a6efbd5a2101c2ebc9c72e6629e2470f (diff)
downloadmongo-1807878be48906cc119a3a6e80ab379cb886bf61.tar.gz
SERVER-62200 Do not run cached_plan_trial_does_not_discard_work.js in parallel with fsyncLock tests
-rw-r--r--jstests/libs/parallelTester.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index a4b03e5205e..7f4365aa798 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -292,6 +292,7 @@ if (typeof _threadInject != "undefined") {
parallelFilesDir + "/profile_query_hash.js",
parallelFilesDir + "/profile_sampling.js",
parallelFilesDir + "/profile_update.js",
+ parallelFilesDir + "/cached_plan_trial_does_not_discard_work.js",
// These tests rely on a deterministically refreshable logical session cache. If they
// run in parallel, they could interfere with the cache and cause failures.