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: set pausepoint before backups in OR recovery roachtest
The OR recovery roachtests were encountering intermittent failures where
the download job was found in a succeeded state when the test was
waiting for it to pause. It was determined this was occurring whenever a
full cluster backup/restore was performed. Because the pausepoint was
set _after_ the backups were taken, this meant that the link phase of OR
in a full cluster restore would wipe the pausepoints before the download
phase. This patch moves the pausepoint setting so that it is set before
the backups and therefore will be preserved after a full cluster OR.
Fixes: #147557
Release note: None
0 commit comments