-
Notifications
You must be signed in to change notification settings - Fork 742
test: add follower proxy when pd leader changed #9243
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
Conversation
Signed-off-by: 童剑 <1045931706@qq.com>
Signed-off-by: 童剑 <1045931706@qq.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9243 +/- ##
==========================================
+ Coverage 76.01% 76.11% +0.09%
==========================================
Files 470 470
Lines 73103 73028 -75
==========================================
+ Hits 55568 55583 +15
+ Misses 14082 14017 -65
+ Partials 3453 3428 -25
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Signed-off-by: 童剑 <1045931706@qq.com>
_, _, err = pdClient.GetTS(reqCtx) | ||
re.ErrorContains(err, "requested pd is not leader of cluster") | ||
pdCluster.WaitLeader() | ||
// it will work when pull/9219 is 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.
we can delete this line
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.
Thanks for the test!
@Tema: adding LGTM is restricted to approvers and reviewers in OWNERS files. 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-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Tema The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@bufferflies can you land it or want me to take over? |
What problem does this PR solve?
Issue Number: ref #9188
What is changed and how does it work?
Check List
Tests
Code changes
Side effects
Related changes
Release note