Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix logic test for showing cluster setting defaults and origin
A logic test that was verifying the results of `ALTER TENANT ALL SET CLUSTER SETTING` was failing under stress runs as the effects of this query can take some time to propagate to tenants. Adding a retry to the select stmt fixes this issue by nesuring we wait for the setting to change. Fixes: #105485 Release note: None
- Loading branch information