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

test: use random ports where possible #7698

Closed
wants to merge 1 commit into from

Commits on Jul 13, 2016

  1. test: use random ports where possible

    This helps to prevent issues where a failed test can keep a bound
    socket open long enough to cause other tests to fail with EADDRINUSE
    because the same port number is used.
    
    PR-URL: nodejs#7045
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    mscdex committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    55e2594 View commit details
    Browse the repository at this point in the history