diff options
author | Jack Mulrow <jack.mulrow@mongodb.com> | 2023-01-04 15:28:11 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-01-28 15:33:43 +0000 |
commit | 5cb6cc2e6373272bf7fa3ac2f8e364910abedf93 (patch) | |
tree | 223b5afe8e78f916e1e6f649da2992eaba001bba /buildscripts | |
parent | deaca4f6d2dfced173ce19c15a19577672a41b6b (diff) | |
download | mongo-5cb6cc2e6373272bf7fa3ac2f8e364910abedf93.tar.gz |
SERVER-72282 Don't fully disable catalog shard feature flag
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/fully_disabled_feature_flags.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml b/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml index 6450a2768df..73a72925c2c 100644 --- a/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml +++ b/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml @@ -9,8 +9,6 @@ # released create the transactions collection index and is only meant to be enabled adhoc, so only # its targeted tests should enable it. - featureFlagAlwaysCreateConfigTransactionsPartialIndexOnStepUp -# Disable the feature flag for catalog shard until most of the codebase can run in this mode. -- featureFlagCatalogShard # Disable the feature flag for parallelizing prepared transaction application until most of the # codebase can run in this mode. - featureFlagApplyPreparedTxnsInParallel |