summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlya Berciu <alya.berciu@mongodb.com>2022-09-23 08:04:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-13 14:38:47 +0000
commit92f6cdfee3e12ecfd9483b2aa6d655061978aee9 (patch)
treea92cadfe0119054a044355df9d63f1a2014d53d3
parent9f75b518e341c3e867418f16e06647ffa58bc82f (diff)
downloadmongo-92f6cdfee3e12ecfd9483b2aa6d655061978aee9.tar.gz
SERVER-69902 Stop bucket_unpacking_with_sort_plan_cache.js from running in parallel with fsyncLock
-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 c0a31e54b86..6241c455ff9 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -306,6 +306,7 @@ if (typeof _threadInject != "undefined") {
parallelFilesDir + "/profile_sampling.js",
parallelFilesDir + "/profile_update.js",
parallelFilesDir + "/cached_plan_trial_does_not_discard_work.js",
+ parallelFilesDir + "/timeseries/bucket_unpacking_with_sort_plan_cache.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.