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

Fix network echo test host scripts for Mac #3436

Merged
merged 2 commits into from Dec 15, 2016
Merged

Commits on Dec 15, 2016

  1. Fix network echo test host scripts for Mac

    It seems that the 0 aka 'any port' doesn't work well on Mac, causing
    [Errno 49] Can't assign requested address errors.
    bulislaw committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    859c160 View commit details
    Browse the repository at this point in the history
  2. Add defined port fallback for network echo tests

    The 0 aka 'any' port doesn't for on Mac, but, only, using defined port
    may interfere with running multiple tests on CI.
    bulislaw committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    b77f663 View commit details
    Browse the repository at this point in the history