Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: use context timeout to bound descriptor validation check
Previously, the CheckInvalidDescriptors utility would set the crdb `statement_timeout` session variable to 1 minute, which would inadvertently cause subsequent long running queries to fail. This patch runs the validation check with a context timeout instead. Fixes #115852 Fixes #115956 Fixes #115862 Release note: none
- Loading branch information