-
Notifications
You must be signed in to change notification settings - Fork 499
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
TiKV upgrade bug fix #626
TiKV upgrade bug fix #626
Conversation
/run-e2e-tests |
tests/actions.go
Outdated
if len(schedulers) == 0 { | ||
return true, nil | ||
} | ||
glog.Errorf("schedulers: %v is not empty") |
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.
glog.Errorf("schedulers: %v is not empty") | |
glog.Errorf("schedulers: %v is not empty", schedulers) |
tests/pkg/webhook/pods.go
Outdated
@@ -24,42 +23,6 @@ var ( | |||
kvLeaderMap map[string]map[string]int |
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.
remove this var
/run-e2e-tests |
/run-e2e-tests |
3 similar comments
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
2 similar comments
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
@shuijing198799 PTAL |
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
Signed-off-by: Ran <[email protected]>
What problem does this PR solve?
this pr fixes: #599
Check List
Tests
Code changes
Side effects
Does this PR introduce a user-facing change?: