Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: skip reset sql stats in TestRandomSyntaxFunctions
Previously, crdb_internal.reset_sql_stats() causes timeout in TestRandomSyntaxFunctions. This is very unlikely due to implementation of the function, and it is likely caused by contentions. This commit skip the tests for crdb_internal.reset_sql_stats() to prevent nightly failures. Related cockroachdb#69731 Release justification: Non-production code changes Release note: None
- Loading branch information