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: disable skip upgrades for rebalance load mixed version tests
There is a known edge case in the mixed version framework when there
is only one upgrade that can run user hooks (25.1 -> 25.2) and the
fromVersion (25.1) is skippable. The framework always enforces at
least one skip upgrade if enabled (24.3 -> 25.2), which would lead to
zero upgrades running user hooks. Instead, disable skip upgrades.
0 commit comments