-
-
Couldn't load subscription status.
- Fork 33.6k
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.linuxIssues and PRs related to the Linux platform.Issues and PRs related to the Linux platform.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
test/parallel/test-cluster-bind-privileged-port.js expects binding to port 42 to fail but that's not an always-correct assumption.
Check the output of sysctl net.ipv4.ip_unprivileged_port_start because it's possible (albeit unlikely) for that port to be unprivileged.
Example output:
$ sysctl net.ipv4.ip_unprivileged_port_start
net.ipv4.ip_unprivileged_port_start = 1
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.linuxIssues and PRs related to the Linux platform.Issues and PRs related to the Linux platform.testIssues and PRs related to the tests.Issues and PRs related to the tests.