-
Notifications
You must be signed in to change notification settings - Fork 501
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
refine defer deleting pvc codes #190
Conversation
* add more unit tests
err := gs.deleteAllDeferDeletingPVC(tc, setName, test.memberType, test.from, test.to) | ||
test.expectFn(g, err) | ||
} | ||
tests := []testcase{ |
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.
these cases lack of normal case.
/run-e2e-tests |
/run-e2e-tests |
|
…-operator into pvc-defer-deleting
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
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-e2e-tests |
Signed-off-by: liubo02 <liubo02@pingcap.com>
wait.Poll
scaler.go
coverage from 82.8% to 95.2%@tennix @xiaojingchen PTAL