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
147922: roachtest: set pausepoint before backups in OR recovery roachtest r=msbutler a=kev-cao
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
Co-authored-by: Kevin Cao <[email protected]>
0 commit comments