diff options
author | Milena Ivanova <milena.ivanova@mongodb.com> | 2022-11-04 16:41:41 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-11-04 18:39:19 +0000 |
commit | 607321d51ba43d04509da5a09f8aa59c930a9935 (patch) | |
tree | f4616c3edd6d265cebb0d2071ec69b7fe94c5928 /jstests/libs | |
parent | 805171eb5b013dd36e5f1b9aca6fd25fba3b38e6 (diff) | |
download | mongo-607321d51ba43d04509da5a09f8aa59c930a9935.tar.gz |
SERVER-71063 Use test name as database name
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 9e18b0ad69c..040ab5ab852 100644 --- a/jstests/libs/parallelTester.js +++ b/jstests/libs/parallelTester.js @@ -323,6 +323,7 @@ if (typeof _threadInject != "undefined") { parallelFilesDir + "/profile_sampling.js", parallelFilesDir + "/profile_update.js", parallelFilesDir + "/cached_plan_trial_does_not_discard_work.js", + parallelFilesDir + "/sbe/from_plan_cache_flag.js", parallelFilesDir + "/timeseries/bucket_unpacking_with_sort_plan_cache.js", // These tests rely on a deterministically refreshable logical session cache. If they |