-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QO 2024-02-05
Currently, the following tests fail when run with parameterization because they expect plans with constant values, not FunctionCall [getParam] nodes:
- jstests/cqf/optimizer/redundant_conditions.js
- jstests/cqf/optimizer/index_hints.js: Queries on indexed collections with a $natural hint are eligible for the Bonsai plan cache, so their plans will contain getParam nodes.
These tests should be adjusted to account for parameterization.
- is duplicated by
-
SERVER-83512 Run CQF tests with parameterization
- Closed
-
SERVER-83597 Adjust CQF tests for parameterization
- Closed
-
SERVER-85147 [CQF] Profiler entry does not contain planCacheKey property
- Closed
-
SERVER-85149 [CQF] Profiler entry does not contain queryHash property
- Closed
- related to
-
SERVER-85533 Investigate overlap between parameterization and shard targeting
- Backlog