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: guarantee deleting user-table sst in OR recovery
As illuminated in #148408, deleting an SST that backs a temporary system
table before the download phase completes may still result in a
successful download phase. Our current OR recovery roachtest deletes
SSTs at random, so it is possible for the test to flake because of this.
This updates the test to always delete the last SST in `SHOW BACKUP`,
which should always cover a user table instead.
Epic: CRDB-51394
Release note: None
0 commit comments