-
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: Remove unreachable test skipping #16265
Conversation
Signed-off-by: Graham Campbell <[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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16265 +/- ##
=======================================
Coverage 68.60% 68.61%
=======================================
Files 1544 1544
Lines 198016 198016
=======================================
+ Hits 135849 135863 +14
+ Misses 62167 62153 -14 ☔ View full report in Codecov by Sentry. |
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.
We should do this for all the tests that skip if the binary is strictlty below v20
. On main
in the downgrade test we will go as far as v20
, not below.
Otherwise, that's a nice idea!
To be fair, that should be part of the release process, IMHO. I'm sure |
Let's merge this anyway. The rest can be done later.
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.
Thank you @GrahamCampbell 🙇🏻
Description
Vitess 16 is EOL, and as I understand tests are only run one version above and below anyway.
Related Issue(s)
Checklist
Deployment Notes