mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 00:17:37 +01:00
6c5d8a6b3b
GitOrigin-RevId: 9b1c70783da1eb6d77d0cd2c8f4cfd89b3958205
18 lines
851 B
YAML
18 lines
851 B
YAML
# Feature flags here are turned off even on the "all feature flags" build variants.
|
|
# Feature flags here disable jstests that are tagged with these feature flags on all variants.
|
|
#
|
|
# These flags can be enabled on a per-task or per-build-variant basis
|
|
# by modifying their respective definitions in evergreen.yml.
|
|
|
|
- featureFlagFryer
|
|
# 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
|
|
- featureFlagUpdateDocumentShardKeyUsingTransactionApi
|
|
- featureFlagAllMongodsAreSharded
|
|
- featureFlagGRPC
|
|
- featureFlagCreateCollectionInPreparedTransactions
|
|
- featureFlagSearchInSbe
|
|
- featureFlagEgressGrpcForSearch
|