Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opt: fix flake in TestExecBuild due to new stats cache refresh mechanism
This commit fixes a flake caused by the new stats cache update mechanism, which refreshes the stats asynchronously. The solution is to retry the test query until the new stats are available in the cache. Fixes cockroachdb#50863 Release note: None
- Loading branch information