-
Notifications
You must be signed in to change notification settings - Fork 21
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
[AN-256] Update mysql version to 8.0 for unit test and local leo #4802
Conversation
@@ -37,7 +37,7 @@ mysql { | |||
port = 3311 | |||
db { | |||
driver = "com.mysql.cj.jdbc.Driver" | |||
url = "jdbc:mysql://"${mysql.host}":"${mysql.port}"/leotestdb?createDatabaseIfNotExist=true&useSSL=false&rewriteBatchedStatements=true&nullNamePatternMatchesAll=true" | |||
url = "jdbc:mysql://"${mysql.host}":"${mysql.port}"/leotestdb?createDatabaseIfNotExist=true&&allowPublicKeyRetrieval=true&useSSL=false&rewriteBatchedStatements=true&nullNamePatternMatchesAll=true" |
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.
Needed now with 8.0, see https://customerportal.qlik.com/article/MySQL-JDBC-connection-Public-Key-Retrieval-is-not-allowed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4802 +/- ##
========================================
Coverage 74.79% 74.79%
========================================
Files 165 165
Lines 14951 14951
Branches 1187 1187
========================================
Hits 11182 11182
Misses 3769 3769 Continue to review full report in Codecov by Sentry.
|
@lucymcnatt it looks like the liquibase and url changes are backward compatible with 5.6 🎉 So I am going to revert my commit back to 8.0 and this is ready for a final review. |
Jira ticket: https://broadworkbench.atlassian.net/browse/AN-256
Summary of changes
What
Why
Testing these changes
What to test
Who tested and where
jenkins retest
orjenkins multi-test
.