-
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: fix internet/test-dns #40083
test: fix internet/test-dns #40083
Conversation
internet/test-dns is failing due to a typo that inadvertently sends a boolean instead of a regular expression.
Fast-track has been requested by @Trott. Please 👍 to approve. |
Only the nightly CI runs the internet tests, so this doesn't show up in our CI runs for PRs. Here it is failing in the nightly run, though: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/22314/testReport/junit/(root)/test/internet_test_dns/ |
Internet CI against this PR: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/22318/ ✅ |
@nodjes/testing (Also, if you review, please consider thumbs-upping the fast-track request above!) |
Landed in e267467...ec555b0 |
internet/test-dns is failing due to a typo that inadvertently sends a boolean instead of a regular expression. PR-URL: #40083 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Qingyu Deng <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
internet/test-dns is failing due to a typo that inadvertently sends a boolean instead of a regular expression. PR-URL: #40083 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Qingyu Deng <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
internet/test-dns is failing due to a typo that inadvertently sends a boolean instead of a regular expression. PR-URL: #40083 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Qingyu Deng <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
internet/test-dns is failing due to a typo that inadvertently sends a
boolean instead of a regular expression.