-
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
*: unify the use of PD API URL constants #48132
Conversation
Signed-off-by: JmPotato <ghzpotato@gmail.com>
/cc @hawkingrei @nolouch |
Great job. It is a better way to supply a pd client library for tidb. |
Signed-off-by: JmPotato <ghzpotato@gmail.com>
a HTTP client? |
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #48132 +/- ##
================================================
+ Coverage 71.5920% 72.9821% +1.3900%
================================================
Files 1400 1424 +24
Lines 405894 414456 +8562
================================================
+ Hits 290588 302479 +11891
+ Misses 95488 93106 -2382
+ Partials 19818 18871 -947
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Yes, but it is enough for this pr. |
Signed-off-by: JmPotato <ghzpotato@gmail.com>
/retest-required |
/test check-dev2 |
@JmPotato: The specified target(s) for
Use In response to this:
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. |
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Signed-off-by: JmPotato <ghzpotato@gmail.com>
[LGTM Timeline notifier]Timeline:
|
Signed-off-by: JmPotato <ghzpotato@gmail.com>
76b763b
to
171e66d
Compare
@lance6716 @Leavrth Please help take a look, thx. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CabinfeverB, hawkingrei, lance6716, Leavrth, nolouch The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test mysql-test |
@JmPotato: The specified target(s) for
Use In response to this:
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. |
/test mysql-test |
@JmPotato: The specified target(s) for
Use In response to this:
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. |
/test mysql-test |
@JmPotato: The specified target(s) for
Use In response to this:
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. |
What problem does this PR solve?
Issue Number: ref #35319.
What is changed and how it works?
Unify the use of PD API URL constants to make sure it can be maintained more easily.
Check List
Tests
Release note