-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2025-07-07
-
None
-
3
-
TBD
-
🟥 DDL
-
None
-
None
-
None
-
None
-
None
-
None
In timeseries_index_partial.js tests we issue an explain on find request and then we use getAggPlanStage hlper to find the expected IXSCAN stage.
The problem is that for viewless untracked timeseries collection the format of the find explain output on sharded clusters when SBE is in use will not be in the aggregation format, so we should use getPlanStage instead.