-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test: parallel/test-dns-setserver-when-querying is sensitive to network conditions #25664
Labels
test
Issues and PRs related to the tests.
Comments
Trott
added a commit
to Trott/io.js
that referenced
this issue
Jan 25, 2019
Replace Google DNS servers with 127.0.0.1 in test-dns-setserver-when-querying. Refs: nodejs#25664
2 tasks
Maybe just change PR to do exactly that: #25694 |
Trott
added a commit
to Trott/io.js
that referenced
this issue
Jan 27, 2019
Replace Google DNS servers with 127.0.0.1 in test-dns-setserver-when-querying. Refs: nodejs#25664 PR-URL: nodejs#25694 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fixed in 6d937c0, I believe. (Re-open if I'm wrong, of course!) |
addaleax
pushed a commit
that referenced
this issue
Jan 28, 2019
Replace Google DNS servers with 127.0.0.1 in test-dns-setserver-when-querying. Refs: #25664 PR-URL: #25694 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
BethGriggs
pushed a commit
that referenced
this issue
Apr 16, 2019
Replace Google DNS servers with 127.0.0.1 in test-dns-setserver-when-querying. Refs: #25664 PR-URL: #25694 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I have been observing timeout failure of
parallel/test-dns-setserver-when-querying
quite frequently lately - this seems to be sensitive to network conditions somehow.From a glance I couldn't tell if this test is actually sending any network requests but from my observation I think it may need to be moved to
test/internet
?(Note: this test is using the Google DNS servers to test
dns.setServer
- the addresses are constant targets of the Chinese GFW)The text was updated successfully, but these errors were encountered: