-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 8.2.0-rc0
-
Component/s: Upgrade/Downgrade
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v8.1
-
CAR Team 2025-03-03, CAR Team 2025-03-17
-
200
The percentile test cases inside expression_bm and sbe_expression_bm should initialize the FCV before running the test, as the code under test checks the AccuratePercentiles feature flag using FCVGatedFeatureFlag::isEnabled. This is a precondition violation as FCVGatedFeatureFlag::isEnabled must only be called with an initialized FCV snapshot.