You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roachtest: add more retries to sql-stats/mixed-version
Previously, we had some HTTP requests to SQL Stats which did not
retry. Retries have been added there.
Additionally, we will retry on HTTP errors as well to deal with
timeout errors and cluster network issues. This test is bringing nodes
up and down during upgrades and a retry is sometimes necessary to make
sure we don't get stuck waiting on a draining node.
Resolves: cockroachdb#146699
Release note: None
0 commit comments