-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: remove check for valid hostname in test-dns.js #2785
Conversation
LGTM |
Two CI failures appear unrelated. Meanwhile, here's a CI that I've kinda sorta tricked into running the The FreeBSD failures are unrelated. (That's a different test that needs to be sorted.) This fixes the test on |
Operating systems can and do return invalid hostnames if that's what they have (for example) in /etc/hosts. Test passes if no error is thrown and the hostname string is not empty. Fixes: nodejs#2468
c190178
to
cd12f23
Compare
Landed in a1949e8 |
Operating systems can and do return invalid hostnames if that's
what they have (for example) in /etc/hosts. Test passes if no
error is thrown and the hostname string is not empty.
Fixes: #2468