Skip to content
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

Merged
merged 9 commits into from
Nov 22, 2024

Conversation

LizBaldo
Copy link
Collaborator

@LizBaldo LizBaldo commented Nov 20, 2024

Jira ticket: https://broadworkbench.atlassian.net/browse/AN-256

Summary of changes

What

Why

Testing these changes

What to test

Who tested and where

  • This change is covered by automated tests
    • NB: Rerun automation tests on this PR by commenting jenkins retest or jenkins multi-test.
  • I validated this change
  • Primary reviewer validated this change
  • I validated this change in the dev environment

@LizBaldo LizBaldo marked this pull request as ready for review November 20, 2024 21:04
@LizBaldo LizBaldo requested a review from lucymcnatt November 20, 2024 21:05
@@ -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"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.79%. Comparing base (7bb0c3b) to head (d286b2d).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7bb0c3b...d286b2d. Read the comment docs.

---- 🚨 Try these New Features:

@LizBaldo
Copy link
Collaborator Author

@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.

@LizBaldo LizBaldo merged commit eac42c2 into develop Nov 22, 2024
23 checks passed
@LizBaldo LizBaldo deleted the AN-256-upgrade-mysql-to-8 branch November 22, 2024 21:50
LizBaldo added a commit that referenced this pull request Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants