summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml
blob: f0a8a0b180cbe69055b4dbb7f1e4540d5ab87947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Feature flags here are turned off even on the "all feature flags" build variants.
#
# These flags can be enabled on a per-task or per-build-variant basis
# by modifying their respective definitions in evergreen.yml.

- featureFlagFryer
- featureFlagCommonQueryFramework
# Disable featureFlagRequireTenantID until all paths pass tenant id to TenantNamespace
# and TenantDatabase constructors.
- featureFlagRequireTenantID
# Disable featureFlagSBELookupPushdown until integration tests can pass with basic SBE
# lookup translation.
- featureFlagSBELookupPushdown
# TODO(SERVER-63574): Remove this feature flag and enable index join in all feature flag variant once all types of local fields are supported.
- featureFlagSBELookupPushdownIndexJoin
- featureFlagAutoParameterization