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

the router tests demand access to the 1936 port #13036

Merged
merged 1 commit into from
Feb 23, 2017

Conversation

rajatchopra
Copy link
Contributor

@rajatchopra rajatchopra commented Feb 21, 2017

to fix issue #12784

[test]

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 58912aa

@rajatchopra
Copy link
Contributor Author

@marun This should be harmless right? Just wondering how were the router /healthz checks ever working without this.

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/406/) (Base Commit: 20682f2)

1 similar comment
@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/406/) (Base Commit: 20682f2)

@rajatchopra
Copy link
Contributor Author

@ramr you have reviewed it, mark it formally please?

@bparees could we get a merge on this?

@bparees
Copy link
Contributor

bparees commented Feb 22, 2017

I'd like to make sure we understand why this ever works today before merging the change.

Copy link
Contributor

@ramr ramr left a comment

Choose a reason for hiding this comment

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

LGTM

@ramr
Copy link
Contributor

ramr commented Feb 22, 2017

@bparees in order for this test to succeed in isolation those 3 ports need to be open.
So from a specific test perspective - that's a requirement.

Now as re: in conjunction with other tests and it sometimes passing (we don't see anything in the logs to indicate it ran), it could be:

  1. Either the test never ran - which means we have some test selection criteria am not aware off.
  2. Or then for it to succeed, something else is "unblocking" iptables. Because by default, the rules
    block any ports other than 22 and 10250. See: https://github.com/openshift/origin/blob/master/images/dind/node/iptables#L12
    Supposition was the e2e tests but am not certain about that. See comments in Extended.[networking][router] openshift routers The HAProxy router should serve the correct routes when scoped to a single namespace and label set #12784

@bparees
Copy link
Contributor

bparees commented Feb 22, 2017

[merge]

1 similar comment
@bparees
Copy link
Contributor

bparees commented Feb 22, 2017

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 58912aa

@openshift-bot
Copy link
Contributor

openshift-bot commented Feb 23, 2017

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/469/) (Base Commit: 80b2f6d) (Image: devenv-rhel7_5962)

@openshift-bot openshift-bot merged commit d636e5e into openshift:master Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants