-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: enable test in downgrade testing #14625
Conversation
Signed-off-by: Andres Taylor <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
utils.SkipIfBinaryIsBelowVersion(t, 19, "vtgate") | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh you still need to skip the test if the vtgate version in less than v18 if it doesn't work with v18 vtgate
this PR is blocked waiting for the next |
This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:
If no action is taken within 7 days, this PR will be closed. |
Signed-off-by: Harshit Gangal <[email protected]>
Description
Enables a downgrade test for V18.
In #14607 a bug was fixed, that was also present in V18. We had to disable the downgrade test for this fix since the fix had not been backported to V18 and was failing CI.
That fix has since been backported and merged into V18, so we can enable the downgrade testing.
Related Issue(s)
Original fix #14607
Backport to V18 #14615
Checklist