-
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
Error checks from waitForEndoint in e2e examples tests #15152
Conversation
GCE e2e test build/test passed for commit 555cc5e. |
Labelling this PR as size/S |
@@ -148,7 +148,8 @@ var _ = Describe("Examples e2e", func() { | |||
_, err := lookForStringInLog(ns, pod.Name, "rabbitmq", "Server startup complete", serverStartTimeout) | |||
Expect(err).NotTo(HaveOccurred()) | |||
}) | |||
waitForEndpoint(c, ns, "rabbitmq-service") | |||
err := waitForEndpoint(c, ns, "rabbitmq-service") |
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.
how about expectNoError(waitForEndpoint(c, ns, "rabbitmq-service"))?
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.
In this file cluster control is not mixed with assertions (in a single line).
LGTM |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit 555cc5e. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
…-pick-of-#11694-kubernetes#14984-kubernetes#15152-kubernetes#15445-kubernetes#15875-kubernetes#16473-kubernetes#16979-upstream-release-1.1 Automated cherry pick of kubernetes#11694 kubernetes#14984 kubernetes#15152 kubernetes#15445 kubernetes#15875 kubernetes#16473 kubernetes#16979
…-pick-of-#11694-kubernetes#14984-kubernetes#15152-kubernetes#15445-kubernetes#15875-kubernetes#16473-kubernetes#16979-upstream-release-1.1 Automated cherry pick of kubernetes#11694 kubernetes#14984 kubernetes#15152 kubernetes#15445 kubernetes#15875 kubernetes#16473 kubernetes#16979
No description provided.