-
Notifications
You must be signed in to change notification settings - Fork 40k
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
update test to pass properly and reflect actual behavior #18356
update test to pass properly and reflect actual behavior #18356
Conversation
Labelling this PR as size/S |
GCE e2e build/test failed for commit f2b73d0b85ee2abb475176ad85e53399a66fb11f. |
no way a unit test change broken e2e @k8s-bot test this please |
GCE e2e build/test failed for commit f2b73d0b85ee2abb475176ad85e53399a66fb11f. |
f2b73d0
to
7118f90
Compare
GCE e2e build/test failed for commit 7118f90. |
No code changed. @k8s-bot test this please |
GCE e2e test build/test passed for commit 7118f90. |
LGTM. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
The existing code was always erroring and simply returning the default, "I failed" output, which happened to pass the test. This tightens the handling to fail on errors and updates the test case to reflect what's actually happening.
Kinds are expected to singular, not plural.
@janetkuo I think you wrote the original test: https://github.com/kubernetes/kubernetes/pull/10652/files#diff-c9c115e8b8a40ad87d50a100d746b178R147.