-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
internet/test-dns fails on v6.x #19032
Comments
This doesn't fail on 8.x, so I suspect a change was made to the tests that hasn't been backported yet. |
Problem is in this function: node/test/internet/test-dns.js Lines 369 to 372 in 4eb45b8
On v6.x we expect ▶▶▶ node -p "require('dns').resolveTxt('google.com', (err, records) => { console.log(records.length) } )" ~/wrk/com/node (!tags/v6.13.0^0✦)
QueryReqWrap {
bindingName: 'queryTxt',
callback: { [Function: asyncCallback] immediately: true },
hostname: 'google.com',
oncomplete: [Function: onresolve],
ttl: false }
2 On master we check Line 38 in 4eb45b8
|
Basically we need to backport #16390 to v6.x. @joyeecheung is that something you'd be willing to do? |
@joyeecheung would you still like to follow up on this? |
@apapirovski Probably not going to need it now that 6.x is near end of life. |
Reproduction:
# Inside a clone of node: git checkout v6.13.0 nvm install 6.13.0 node test/internet/test-dns.js
Error:
The text was updated successfully, but these errors were encountered: