-
Notifications
You must be signed in to change notification settings - Fork 720
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
*: let TestEvictLeaderScheduler run in two modes #8663
Conversation
Signed-off-by: Ryan Leung <[email protected]>
Signed-off-by: Ryan Leung <[email protected]>
/remove-label needs-cherry-pick-release-5.4 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8663 +/- ##
==========================================
+ Coverage 77.61% 77.72% +0.10%
==========================================
Files 474 474
Lines 62115 62112 -3
==========================================
+ Hits 48211 48275 +64
+ Misses 10347 10295 -52
+ Partials 3557 3542 -15
Flags with carried forward coverage won't be shown. Click here to find out more. |
@rleungx: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
ref tikv#8619 Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
ref tikv#8619 Signed-off-by: ti-chi-bot <[email protected]>
ref tikv#8619 Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
ref tikv#8619 Signed-off-by: ti-chi-bot <[email protected]>
ref tikv#8619 Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
ref tikv#8619 Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
/remove-label needs-cherry-pick-release-5.4 |
What problem does this PR solve?
Issue Number: ref #8619
What is changed and how does it work?
Previously, removeStore only takes effect when StoreIDWithRanges has the value. This PR fixes it.
Check List
Tests
Release note