cockroach
cockroach copied to clipboard
sql: reduce job times for randomized syntax change tests
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