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
upgrade_manager: fix ListBetweenOverride for some tests
`ListBetweenOverride` is used by tests to override
`clusterversion.ListBetween` when we are not testing with real
versions. This function is supposed to return versions that are
*after* `from`; some tests return `from` in the result which causes
some failures when trying to mint the 25.1 release.
This commit fixes these and adds validation of the
`ListBetweenOverride` result.
Epic: none
Release note: None
0 commit comments