Skip to content

test: fix flaky test-cluster-net-listen-ipv6only-none and related

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-ipv6Only into master

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 in this and similar tests.

Fixes: https://github.com/nodejs/node/issues/29679

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading