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: update DSC mixed-version test for v25.3-v25.4
Updated the declarative schema changer job compatibility mixed-version
test to test statements added to the DSC in v25.3 and v25.4, replacing
the previous v24.2-v24.3 version range.
The test now validates backward and forward compatibility for:
- v25.3: ALTER TABLE ... DROP NOT NULL
- v25.4: TRUNCATE, RENAME TABLE, ALTER TABLE ... SET ON UPDATE,
ALTER TABLE ... RENAME COLUMN
Added cluster version checks to conditionally execute DDLs based on
the active cluster version, ensuring the test runs correctly during
mixed-version upgrades.
Release note: None
0 commit comments