-
Notifications
You must be signed in to change notification settings - Fork 30k
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 flaky test-dns-any.js #32017
Conversation
Custom internet CI: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/12505/ ✅ |
Custom internet CI against master to make sure this test is still failing there without this change: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/12506/ |
That one had the test here passing, but it was on a different host than the recent failures. Here's a run that (like the one that passed with the changes in this PR) is on the host that has been failing this test recently: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/12507/ |
And that one failed! So it looks like this makes the test pass. Fast-track, anyone? Please 👍 here. This will unbreak nightly CI. |
Remove google.com from domains tested with ANY queries. Fixes: nodejs#31721 PR-URL: nodejs#32017 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Landed in fb74e98 |
Remove google.com from domains tested with ANY queries. Fixes: #31721 PR-URL: #32017 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Remove google.com from domains tested with ANY queries. Fixes: #31721 PR-URL: #32017 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Remove google.com from domains tested with ANY queries. Fixes: #31721 PR-URL: #32017 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Remove google.com from domains tested with ANY queries. Fixes: #31721 PR-URL: #32017 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Remove google.com from domains tested with ANY queries.
Fixes: #31721
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes