-
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
checker: create operator to match leader role (#3133) #3208
checker: create operator to match leader role (#3133) #3208
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@disksing you're already a collaborator in bot's repo. |
/run-all-tests |
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.
LGTM
/run-all-tests |
/run-integration-compatibility-test |
/run-integration-lightning-test |
/run-integration-compatibility-test |
/merge |
@HunDunDM: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests 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 tidb-community-bots/ti-community-prow repository. |
Can merge label has been added. Git tree hash: 527f4a0
|
/run-integration-compatibility-test |
cherry-pick #3133 to release-4.0
Signed-off-by: disksing i@disksing.com
What problem does this PR solve?
Fix #3130
We only have 'follower' -> 'none follower' logic, no 'none leader' -> 'leader'
What is changed and how it works?
Check List
Tests
Related changes
Release note