Skip to content
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: disable dns-test until c-ares fix. #893

Merged
merged 1 commit into from
May 27, 2024

Conversation

nodech
Copy link
Contributor

@nodech nodech commented May 27, 2024

c-ares rewrote their DNS record parsing code and since c-ares 1.21 does not allow ANY records (c-ares/c-ares#765).

  • Node.js v18 since v18.20
  • Node.js v20 since v20.12
  • Node.js v22

All above node.js versions are all using newer version c-ares, which breaks this code. After this issue is resolved in c-ares and node.js has upgraded c-ares we can enable this test case again.

c-ares rewrote their DNS record parsing code and since c-ares 1.21 does
not allow ANY records (c-ares/c-ares#765).
Node.js v18 since v18.20, Node.js v20 since v20.12 and Node.js v22 are
all using newer version c-ares, which breaks this code. After this issue
is resolved in c-ares and node.js has upgraded c-ares we can enable this
test case again.
@coveralls
Copy link

Coverage Status

coverage: 68.539% (-0.09%) from 68.632%
when pulling 45c2684 on nodech:skip-dnstest
into 0a4f24b on handshake-org:master.

@nodech nodech merged commit fe336ae into handshake-org:master May 27, 2024
6 checks passed
@nodech nodech deleted the skip-dnstest branch May 27, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants