Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: TestRandomSyntaxFunctions use resettable timeouts
Previously, TestRandomSyntaxFunctions could flake since some operations could take a long time. A resettable timeout makes things more dynamic, and allows timeouts to be extended while other connections make progress for a limited time, which can help with certain builtins that are schema changes (i.e. they will wait on other connections). Fixes: cockroachdb#99182 Release note: None
- Loading branch information