Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
QE 2023-11-13, QE 2023-11-27
Description
getParameter command sometime used in jstests to determine if some feature flags are enabled.
Examples:
sbe_util.js
This is incorrect, as getParamater doesn't take into account current FCV:
Correct way to check for feature flag status in tests is FeatureFlagUtil.isEnabled()
Attachments
Issue Links
- depends on
-
SERVER-83210 Make featureFlagSbeFull use FCV consistently
-
- Closed
-