cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

sql: reduce job times for randomized syntax change tests

Open fqazi opened this issue 3 years ago • 1 comments
trafficstars

Fixes: #86366, #87569

Previously, the exponential back off time for randomized syntax change tests was 20 seconds, which was inappropriate for some randomized tests, since transaction retry errors could lead to schema changes taking a really long time. This could cause the test to fail with timeout errors, since we would incorrectly think that connections were hung. To address this, this patch makes the exponential back off configurable for the purpose of testing.

Release note: None

fqazi avatar Sep 22 '22 19:09 fqazi

This change is Reviewable

cockroach-teamcity avatar Sep 22 '22 19:09 cockroach-teamcity