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

ensure new endpoint is registered before testing it #16067

Merged
merged 1 commit into from Aug 31, 2017

Conversation

bparees
Copy link
Contributor

@bparees bparees commented Aug 30, 2017

No description provided.

@openshift-merge-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bparees

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Aug 30, 2017
@openshift-merge-robot openshift-merge-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 30, 2017
@bparees
Copy link
Contributor Author

bparees commented Aug 30, 2017

/test extended_image_ecosystem

@openshift/devex ptal

@bparees bparees force-pushed the ecosystem_flakes branch 2 times, most recently from 868cef7 to 98f1b7c Compare August 30, 2017 22:06
@bparees
Copy link
Contributor Author

bparees commented Aug 30, 2017

/test extended_image_ecosystem

newEndpoint, err := oc.KubeFramework().ClientSet.Core().Endpoints(oc.Namespace()).Get(dcName, metav1.GetOptions{})
o.Expect(err).NotTo(o.HaveOccurred())
if err != nil {
return false, err
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cannot be hit because of prior o.Expect(err).NotTo(o.HaveOccurred())

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, removed the expects (err is handled outside the wait block)

@jim-minter
Copy link
Contributor

@bparees one minor issue (which occurs in multiple files, maybe we should see if this can be refactored one day) then lgtm

@bparees
Copy link
Contributor Author

bparees commented Aug 31, 2017

@bparees one minor issue (which occurs in multiple files, maybe we should see if this can be refactored one day) then lgtm

yeah, I gladly admit there is room for further improvement.

@bparees
Copy link
Contributor Author

bparees commented Aug 31, 2017

/test extended_image_ecosystem

@bparees
Copy link
Contributor Author

bparees commented Aug 31, 2017

/retest

@bparees bparees added the lgtm Indicates that a PR is ready to be merged. label Aug 31, 2017
@bparees
Copy link
Contributor Author

bparees commented Aug 31, 2017

/retest

@openshift-ci-robot
Copy link

@bparees: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
ci/openshift-jenkins/extended_image_ecosystem b05a329 link /test extended_image_ecosystem

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@bparees
Copy link
Contributor Author

bparees commented Aug 31, 2017

this is going to fail until the junit issue is fixed, and the junit PR is going to fail until this is fixed, but this has passed the relevant test, so manually merging.

@bparees bparees merged commit 4198f66 into openshift:master Aug 31, 2017
@bparees bparees deleted the ecosystem_flakes branch September 15, 2017 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants