summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml
blob: 3c43a0420972faca39072eee2712c0c837fe3b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
# 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.
- featureFlagAlwaysCreateConfigTransactionsPartialIndexOnStepUp
# Disable 'featureFlagServerlessChangeStreams' until the change collection becomes stable.
# TODO SERVER-67267 remove the flag.
- featureFlagServerlessChangeStreams

# Disable 'featureFlagRangeDeleterService' as long as the service is not performing actual range deletions
- featureFlagRangeDeleterService