Skip to content
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

Merged
merged 1 commit into from Oct 6, 2015

Conversation

mwielgus
Copy link
Contributor

@mwielgus mwielgus commented Oct 6, 2015

No description provided.

@k8s-bot
Copy link

k8s-bot commented Oct 6, 2015

GCE e2e test build/test passed for commit 555cc5e.

@k8s-github-robot k8s-github-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 6, 2015
@k8s-github-robot
Copy link

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")
Copy link
Member

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"))?

Copy link
Contributor Author

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).

@piosz
Copy link
Member

piosz commented Oct 6, 2015

LGTM

@piosz piosz added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 6, 2015
@k8s-github-robot
Copy link

@k8s-bot test this [submit-queue is verifying that this PR is safe to merge]

@k8s-bot
Copy link

k8s-bot commented Oct 6, 2015

GCE e2e test build/test passed for commit 555cc5e.

@k8s-github-robot
Copy link

Automatic merge from submit-queue

k8s-github-robot pushed a commit that referenced this pull request Oct 6, 2015
@k8s-github-robot k8s-github-robot merged commit 82a1b0e into kubernetes:master Oct 6, 2015
j3ffml added a commit that referenced this pull request Nov 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants