Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: remove slow functions from TestRandomSyntaxFunctions
Previously, we could easily timeout running slower, functions in the random syntax functions test. We attempted to minimize this risk with resettable timeouts which helped, but libpq has limited support for cancellation, so we need to fully pull these out. To address this, this patch will remove: crdb_internal.revalidate_unique_constraints_in_all_tables and crdb_internal.validate_ttl_scheduled_jobs from testing. Fixes: #107929 Release note: None
- Loading branch information