-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
global_config: update pd version and client go version #31219
Conversation
to adopt global config close: pingcap#31218 Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
[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. |
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
…pdclient_version Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
go.mod
Outdated
@@ -103,3 +103,5 @@ replace github.com/pingcap/tidb/parser => ./parser | |||
|
|||
// fix potential security issue(CVE-2020-26160) introduced by indirect dependency. | |||
replace github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v3.2.6-0.20210809144907-32ab6a8243d7+incompatible | |||
|
|||
replace github.com/tikv/client-go/v2 v2.0.0-rc.0.20211229051614-62d6b4a2e8f7 => github.com/lemonhx/client-go/v2 v2.0.0-rc.0.20211231054516-ed0388e01e9f |
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.
remove this after client-go merged.
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.
for sure
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
…pdclient_version Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/2ee7b134e50999a2e48bda952c4b3996cbac6d40 |
Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
@LemonHX Can we merge this PR? Cause' we are waiting for the kvproto update. |
Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
/run-all-tests |
/run-unit-test |
Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
/run-all-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: f9bc237
|
/merge |
/merge |
1 similar comment
/merge |
/merge |
/merge |
1 similar comment
/merge |
/merge |
/merge |
/run-mysql-test |
to adopt global config
Signed-off-by: lemonhx lemonhx@lemonhx.tech
What problem does this PR solve?
Issue Number: close #31218
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note