-
Notifications
You must be signed in to change notification settings - Fork 7.3k
test: test-http-dns-fail should be made non-flaky #25673
Comments
I cannot see this test fail on SmartOS x86 with the current v0.12. More results would be welcome. |
@joaocgreis Thanks for creating this issue. I had created #8056 a while ago about the same problem, let me check if our SmartOS Jenkins node have actually been switched to Google DNS. |
@joaocgreis The DNS configuration has indeed been changed to use DNS servers as mentioned in that issue a few months after the test was marked flaky. If you weren't able to reproduce this failure, I would just remove the test from the flaky list. |
@misterdjules Thanks! I'm preparing a PR, I will include this. |
@misterdjules For |
@joaocgreis Yes, it is fair to assume this was fixed by the DNS configuration. You could even change the DNS configuration on the SmartOS agents to point to 209.244.0.3 (the level3 DNS server mentioned in my original description of the problem) in addition to 8.8.8.8 and see if you can reproduce the problem, but I would not bother. The worst thing that can happen is that the test will fail again at some point, and we'll add it to the flaky list again, and start the investigation from where we left it now. |
- `test-crypto-domains` was fixed by 2afa3d8 - All tests under linux appear to be fixed and have not failed recently on Jenkins - `test-http-dns-fail` was fixed by the DNS configuration change mentioned in #8056 Fixes #25656 Fixes #25673 Reviewed-By: Alexis Campailla <[email protected]> PR-URL: #25676
Unmarked flaky in 78d256e. |
- `test-crypto-domains` was fixed by nodejs/node-v0.x-archive@2afa3d8 - All tests under linux appear to be fixed and have not failed recently on Jenkins - `test-http-dns-fail` was fixed by the DNS configuration change mentioned in nodejs#8056 Fixes nodejs#25656 Fixes nodejs#25673 Reviewed-By: Alexis Campailla <[email protected]> PR-URL: nodejs#25676
simple/test-http-dns-fail is currently marked as flaky on Solaris. It should be investigated and made non-flaky.
Quick command for testing:
Links:
/cc @joyent/node-collaborators
The text was updated successfully, but these errors were encountered: