-
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
etcdutil: refine the etcd client healthy checker code #7727
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. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #7727 +/- ##
==========================================
+ Coverage 73.82% 73.87% +0.05%
==========================================
Files 429 429
Lines 47528 47537 +9
==========================================
+ Hits 35086 35118 +32
+ Misses 9451 9441 -10
+ Partials 2991 2978 -13
Flags with carried forward coverage won't be shown. Click here to find out more. |
341c3c7
to
32a5bd8
Compare
Signed-off-by: JmPotato <ghzpotato@gmail.com>
32a5bd8
to
d1f921e
Compare
/merge |
@JmPotato: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger
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 ti-community-infra/tichi repository. |
This pull request has been accepted and is ready to merge. Commit hash: d1f921e
|
What problem does this PR solve?
Issue Number: ref #7499.
What is changed and how does it work?
Check List
Tests
Release note