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

change AGENT_EXTERNAL_PORT to real ephemeral port #3867

Merged
merged 1 commit into from
Jan 24, 2017
Merged

Conversation

riuvshin
Copy link
Contributor

@riuvshin riuvshin commented Jan 24, 2017

@TylerJewell I've made this PR because I think this should fix issues on our nightly env where we are not able to run codenvy due to failed network checs. the problem is that in test we trying to use random port 12345 as ephemeral but ephemeral port rage is 32768:65535 and 12345 port is blocked by firewall while ephemeral range is available.

Changelog

Change AGENT_EXTERNAL_PORT to real ephemeral port

@codenvy-ci
Copy link

@riuvshin
Copy link
Contributor Author

to proof that this will work I;ve opened 12345 port on firewall and issue is gone, and as we already have ephemeral ports open on our infra it will work.

@riuvshin riuvshin merged commit 082d759 into master Jan 24, 2017
@riuvshin riuvshin deleted the fix_network_tests branch January 24, 2017 13:46
@benoitf
Copy link
Contributor

benoitf commented Jan 24, 2017

@riuvshin yes BTW test is closer than how it performs so it's good

@riuvshin riuvshin added this to the 5.2.0 milestone Feb 1, 2017
@JamesDrummond JamesDrummond mentioned this pull request Feb 6, 2017
9 tasks
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 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