Stop using ephemeral ports for integration tests#2299
Stop using ephemeral ports for integration tests#2299openshift-bot merged 1 commit intoopenshift:masterfrom liggitt:test_flake
Conversation
|
Fixes #1674 |
|
Hrmm... not the only issue, apparently: |
|
Awesome. Probably uses that port for free outgoing or something.
|
|
two options:
|
|
I'd rather search ourselves in a lower range. Will update tomorrow |
|
[test] |
|
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/2245/) |
|
LGTM [merge] |
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/1988/) (Image: devenv-fedora_1562) |
|
Evaluated for origin up to 54a895b |
Merged by openshift-bot
We shouldn't use ephemeral ports for integration tests, because a free port can be taken by an outgoing request before we get a chance to start a listener on the port.
Also, we should indicate the range we want a port from so we can make sure the same port doesn't get chosen for master and dns, etc.
Fixes #1674