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

Remove internet connectivity dependency from test #1502

Merged
merged 3 commits into from
May 28, 2019
Merged

Conversation

rnorth
Copy link
Member

@rnorth rnorth commented May 28, 2019

This may be a local firewall-related issue, but I found these tests were hanging because the container under test was trying, and failing, to ping a Google server.

Since the target of the ping - even the use of ping itself - is irrelevant, I've changed the test to simply ping 127.0.0.1.

Additionally, I've added an explicit timeout to each test method so that any related network problems in the future will cause these tests to fail rather than hang.

@rnorth rnorth merged commit 83a7acc into master May 28, 2019
@delete-merged-branch delete-merged-branch bot deleted the remove-internet-dep branch May 28, 2019 12:02
@rnorth rnorth added this to the next milestone May 28, 2019
@rnorth
Copy link
Member Author

rnorth commented Jul 7, 2019

This was released in 1.11.4 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants