-
Notifications
You must be signed in to change notification settings - Fork 724
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
*: independent the service discovery package #8825
Conversation
@JmPotato: GitHub didn't allow me to request PR reviews from the following users: okJiang, PTAL. Note that only tikv members and repo collaborators can review this PR, and authors cannot review their own PRs. |
a8d77e3
to
fd62812
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8825 +/- ##
==========================================
+ Coverage 75.24% 75.29% +0.05%
==========================================
Files 458 459 +1
Lines 71300 71299 -1
==========================================
+ Hits 53650 53688 +38
+ Misses 14236 14213 -23
+ Partials 3414 3398 -16
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/retest |
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.
rest lgtm
2368933
to
e68f8ae
Compare
4f5462e
to
550240f
Compare
client/utils/mics.go
Outdated
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
package utils |
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.
How about renaming to constant?
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.
I used a constants
dictionary to place them. PTAL.
Signed-off-by: JmPotato <[email protected]>
Signed-off-by: JmPotato <[email protected]>
Signed-off-by: JmPotato <[email protected]>
Signed-off-by: JmPotato <[email protected]>
c2b5d9e
to
5afb182
Compare
Signed-off-by: JmPotato <[email protected]>
5afb182
to
cfef0be
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: okJiang, rleungx 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 pull-integration-realcluster-test |
What problem does this PR solve?
Issue Number: ref #8690.
What is changed and how does it work?
Check List
Tests
Release note