-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: parallel/test-dgram-broadcast-multi-process assumes unfiltered broadcast traffic #219
Comments
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
Jan 6, 2015
parallel/test-dgram-broadcast-multi-process assumes non-local broadcast traffic is unfiltered, an assumption that fails with, for example, the default Fedora firewall rules. Use a loopback interface instead. Fixes: nodejs#219 PR-URL: nodejs#220 Reviewed-By: Fedor Indutny <[email protected]>
Closing, fixed as of 52e600a. |
This was referenced Feb 11, 2024
This was referenced Feb 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test fails on systems with sane firewall/routing rules:
Not sure what to do. The test is useful and I don't want to scrap it but it makes a bad assumption. Maybe change it to use loopback instead of the first non-local interface?
The text was updated successfully, but these errors were encountered: