cluster,test: failing cluster+inspector test when using port 65535 #18303
Labels
cluster
Issues and PRs related to the cluster subsystem.
flaky-test
Issues and PRs related to the tests with unstable failures on the CI.
test
Issues and PRs related to the tests.
https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix61-ppc64/11932/consoleText
Note the
ws://127.0.0.1:65535/
. The test randomly picked port 65535, then tries to spawn additional processes that bind to consecutive ports, which of course fails.There are probably more tests that suffer the same issue but it's arguably also a bug in the
cluster
module because it happily picks ports > 65535 for workers.The text was updated successfully, but these errors were encountered: