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
148448: roachtest: guarantee deleting user-table sst in OR recovery r=msbutler a=kev-cao
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
148507: roachtest: deflake gopg r=fqazi a=fqazi
Release note: None
Fixes: #147750
148512: sql/schemachangerccl: deflake multi-region backup tests r=fqazi a=fqazi
Increase the CPU cost per test so that fewer multi-region schema changer backup / restore tests run concurrently. This should reduce some flakes.
Fixes: #148192
Release note: None
148515: storage: set format major verison for v25.3 r=RaduBerinde a=jbowens
Set the storage engine's format major version for cluster version v25.3.
Epic: none
Release note: None
Co-authored-by: Kevin Cao <[email protected]>
Co-authored-by: Faizan Qazi <[email protected]>
Co-authored-by: Jackson Owens <[email protected]>
0 commit comments