-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
lightning: fix ipv6 address #35881
lightning: fix ipv6 address #35881
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/cc @gozssky @niubell @buchuitoudegou |
/run-integration-br-test |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/6166fc4b82c4f970685e8857bc3da9e2caeb2be0 |
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.
tidb-tools has been moved to TiDB repo, does it also have this problem?
there're a lot of places joining host and port manually in tidb repo. in which case we can workaround by add square brace manually if they uses same way to join. lightning join them using both ways |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 5d8c3ef
|
/run-integration-br-test |
/run-integration-br-test |
1 similar comment
/run-integration-br-test |
/run-mysql-test |
/run-integration-br-test |
/merge |
1 similar comment
/merge |
/unhold |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-5.3 in PR #35930 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-5.4 in PR #35931 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-6.1 in PR #35932 |
What problem does this PR solve?
Issue Number: close #35880
Problem Summary:
What is changed and how it works?
see issue description
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.