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: fix flaky test-cluster-net-listen-ipv6only-none and related #29681

Closed
wants to merge 1 commit into from

Commits on Sep 25, 2019

  1. test: fix flaky test-cluster-net-listen-ipv6only-none

    test-cluster-net-listen-ipv6only-none was using port `0` for an
    IPv6-only operation and assuming that the operating system would supply
    a port that was also available in IPv4. However, CI results seem to
    indicate that a port can be supplied that is in use by IPv4 but
    available to IPv6, resulting in the test failing. Use `common.PORT` to
    avoid this issue.
    
    Fixes: nodejs#29679
    Trott committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    7a1216d View commit details
    Browse the repository at this point in the history