diff options
author | Ian Boros <ian.boros@mongodb.com> | 2022-06-17 19:16:54 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-06-17 19:47:19 +0000 |
commit | bb726b35f6bf58c80180d3def57df50afad5f58b (patch) | |
tree | e473f1bc60a9518af45490ab4e2691468a313218 /buildscripts | |
parent | 25450dbb0e50c4194c80cf8719771c58f871eefb (diff) | |
download | mongo-bb726b35f6bf58c80180d3def57df50afad5f58b.tar.gz |
SERVER-67355 Re enable plan cache on all feature flags variant
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/fully_disabled_feature_flags.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml b/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml index 22bf09a9f5c..1188d8163cc 100644 --- a/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml +++ b/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml @@ -8,7 +8,6 @@ # Disable featureFlagRequireTenantID until all paths pass tenant id to TenantNamespace # and TenantDatabase constructors. - featureFlagRequireTenantID -- featureFlagSbePlanCache # This flag exists to help users in managed environments that upgraded to 6.0 before 6.0.0-rc8 was # released create the transactions collection index and is only meant to be enabled adhoc, so only # its targeted tests should enable it. |