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
154113: logictest: fix probable flake around using old stats cache entry r=yuzefovich a=yuzefovich
We just saw a failure in a logic test that verifies the number of parallel lookup joins based on the recently added heuristic. I couldn't immediately reproduce it, but I think what happened was that we used a stale stats cache entry which didn't pick up the newly-collected table stats. In this test we need precise control of which stats are used, so this commit clears the stats cache before each query where we need it.
Fixes: #154072.
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments