Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix flake in TestQueryCache/group/statschange
This commit fixes a flake in TestQueryCache/group/statschange, which was introduced by #51616. That PR made updates to the stats cache asynchronous, so we can no longer expect the query cache to be invalidated immediately after a stats update. This commit fixes the problem by introducing a retry mechanism into the test. Fixes #51693 Release note: None
- Loading branch information