diff options
author | Alya Berciu <alya.berciu@mongodb.com> | 2022-09-23 08:04:34 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-09-23 08:33:23 +0000 |
commit | 3d703cbe5be21ac5d099a0e880b234a8c2ca920f (patch) | |
tree | 3fcd9f27b8cfdd859519aed22db8be4390e0d99a /jstests/libs | |
parent | cad54eb5ebdff24ecec53b56788cd151d8d64272 (diff) | |
download | mongo-3d703cbe5be21ac5d099a0e880b234a8c2ca920f.tar.gz |
SERVER-69902 Stop bucket_unpacking_with_sort_plan_cache.js from running in parallel with fsyncLock
Diffstat (limited to 'jstests/libs')
-rw-r--r-- | jstests/libs/parallelTester.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js index aa2c5ddc1f3..92de2fa0878 100644 --- a/jstests/libs/parallelTester.js +++ b/jstests/libs/parallelTester.js @@ -322,6 +322,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. |