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
148967: roachtest: add fingerprint validation to classic restore roachtests r=jeffswenson a=kev-cao
With the switch to the new fixtures in #146555, we temporarily removed fingerprint validation. This commit teaches the restore roachtests to fingerprint after restore, validating the results against the fingerprints stored in the fixtures (introduced in #147662.
Epic: CRDB-50823Fixes: #148962
Release note: None
149265: roachtest: follower-reads/mixed-version handle schema_locked r=rafiss a=fqazi
Previously, we unconditionally attempted to toggle schema_locked in the follower read mixed versions tests, which would fail since versions before 25.3 do not support the new create_table_withschema_locked setting. This patch updates the test to only toggle this setting if the active version for the cluster is 25.3 or greater.
Fixes: #149150
Release note: None
149353: roachtest: mark cluster as expected to die in validate_system_schema_after_version_upgrade r=rafiss a=rafiss
Before wiping the cluster, we need to indicate to the test that the
cluster is going to go down. This is needed after
eae1e78.
fixes#148981fixes#148998
Release note: None
Co-authored-by: Kevin Cao <[email protected]>
Co-authored-by: Faizan Qazi <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
0 commit comments