You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests in SingleNodeQueryFailureTest suite inject failures
into the code paths executed by a test query that uses two indexes.
This commit disables the query optimizer because it was interfering
by removing an index from the plan so sometimes
the path with the injected failure was not taken.
Fixesriptano/cndb#14291
0 commit comments