jstests/noPassthrough/query/server_status/server_status_multiplanner.js test checks how MultiPlanStage reports server status metrics.
Currently enabling CBR breaks this test because it prevents multi planning from finishing in some cases.
This test passes in default CBR-enabled configuration because it explicitly sets internalQueryFrameworkControl to trySbeEngine and CBR is disabled for SBE, but if we enable CBR for SBE, this test starts to fail.
- is related to
-
SERVER-119606 Introduce CBR call into new get executor
-
- Closed
-