-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
src: use non-deprecated ares_set_servers_csv
API
#56451
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
@nodejs/cpp-reviewers |
Co-authored-by: Yagiz Nizipli <[email protected]>
I didn't get this failure locally (ran |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56451 +/- ##
==========================================
- Coverage 88.54% 88.50% -0.04%
==========================================
Files 657 657
Lines 190765 190759 -6
Branches 36611 36602 -9
==========================================
- Hits 168908 168832 -76
- Misses 15036 15124 +88
+ Partials 6821 6803 -18
|
csv passed to cares is |
Here's the test: node/test/parallel/test-dns.js Lines 122 to 137 in 72537f5
|
@targos Section 6 of the RFC 5952 suggests that brackets are optional. https://www.rfc-editor.org/rfc/rfc5952
|
This is what |
Hello @bradh352, I hope you don't mind the ping. Am I missing something obvious about how the API works? |
my guess is we're throwing link-local addresses away as invalid if it doesn't specify the interface which is required. You need %eth0 or some similar valid interface name for the system for link-local dns servers. |
Refs: #52464