-
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
Allow for MySQL 8.4 in endtoend tests #16885
Allow for MySQL 8.4 in endtoend tests #16885
Conversation
This allows for running with MySQL 8.4 in these tests by making sure this version number is also ok. Signed-off-by: Dirkjan Bussink <[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 #16885 +/- ##
==========================================
+ Coverage 69.42% 69.44% +0.01%
==========================================
Files 1571 1571
Lines 203276 203276
==========================================
+ Hits 141125 141161 +36
+ Misses 62151 62115 -36 ☔ 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.
LGTM
This allows for running with MySQL 8.4 in these tests by making sure this version number is also accepted as valid.
Related Issue(s)
Part of #16466
Checklist