-
Notifications
You must be signed in to change notification settings - Fork 287
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
gomod(dm): upgrade go-mysql to 1.9.1 #11630
Conversation
Welcome @fishiu! |
Hi @fishiu. Thanks for your PR. I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
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
[LGTM Timeline notifier]Timeline:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Benjamin2037, lance6716 The full list of commands accepted by this bot can be found here. The pull request process is described here |
/retest |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #11630 +/- ##
================================================
+ Coverage 57.4086% 57.4149% +0.0063%
================================================
Files 852 852
Lines 126845 126845
================================================
+ Hits 72820 72828 +8
+ Misses 48627 48620 -7
+ Partials 5398 5397 -1 |
/retest |
5 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
What problem does this PR solve?
Issue Number: close #11603
What is changed and how it works?
update github.com/go-mysql-org/go-mysql version from 1.7.1 to 1.9.1, which support connecting to mysql 8.0 with password longer than 19 characters.
Check List
Tests
Manual test: run quick-start dm task and saw no more connection error.
Questions
Will it cause performance regression or break compatibility?
No
Do you need to update user documentation, design documentation or monitoring documentation?
No
Release note