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

Re-enable timeout tests on Travis + other fixes #2415

Merged
merged 3 commits into from Oct 20, 2016

Commits on Oct 19, 2016

  1. Re-enable tests/test-timeout on Travis

    Recent changes to timeout handling now allow these tests to pass
    successfully on Travis CI.
    mscdex committed Oct 19, 2016
    2
    Copy the full SHA
    f55c520 View commit details
    Browse the repository at this point in the history
  2. Use random ports for servers used in tests

    Not only does this avoid problems with the fixed port already
    being used on the local system, but it could also avoid cascading
    test failures and potential race conditions between tests.
    mscdex committed Oct 19, 2016
    1
    Copy the full SHA
    95b743f View commit details
    Browse the repository at this point in the history
  3. 1
    Copy the full SHA
    3804428 View commit details
    Browse the repository at this point in the history