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
149571: roachtest: Skip flaky endpoint and fix retry logic for db-console/endpoints r=alyshanjahani-crl a=alyshanjahani-crl
This commit skips the rangelog endpoint on the admin server. This failure mode is described in:
#148112 (comment)
This commit also sets an initial backoff when retrying endpoints. The default of 50ms resulted in the 10 retries being exhausted too quickly. In mixed version tests nodes are taken down and brought up, and so we observed many 404 failures due to this.
Fixes: #148187
Release note: None
149615: backup: move retry loop to entire download phase r=msbutler a=kev-cao
The retry loop introduced in #148821 specifically would retry the `DownloadSpan` requests. Moving the retry loop to handle the entire download phase would also allow us to retry the cleanup step as well.
Epic: CRDB-51394
Release note: None
Co-authored-by: Alyshan Jahani <[email protected]>
Co-authored-by: Kevin Cao <[email protected]>
0 commit comments