-
Notifications
You must be signed in to change notification settings - Fork 7.3k
test: Unmark tests that are no longer flaky #25676
Conversation
I'm not sure if I'm also not sure that all flaky tests under linux where fixed by e64ee2b. If I remember correctly, that fix was made to allow passing additional environment variables that allowed us to override LD_LIBRARY_PATH so that node would run on systems that didn't have a recent libstdc++. Since then we changed how the node binary is built on this platform so that it doesn't require a newer libstdc++, but the fix was left as is because it generally is an improvement. However, if your tests show that these tests don't seem to be flaky anymore, I don't have any problem with removing them from the list, even if we need to add them again later because we were wrong. So LGTM, and let's keep our eyes open for potential future test failures. |
Also, minor nitpicking but usually the first line of the commit message doesn't contain a capital letter after the |
@misterdjules Thanks for reviewing! About About the tests under Linux I am no so sure. I cannot make them fail locally and haven't seen them fail in Jenkins recently, so I left them to be unmarked but changed the commit message. Let me know if there's anything else I should do to investigate this. |
|
||
test-dns : PASS,FLAKY | ||
|
||
[$system==solaris] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe better to leave the section headers? Otherwise it's not so obvious how to use these status files.
@joaocgreis All good, thank you very much for your attention to details, it helps a lot 👍 |
I removed it from this change, will open an issue for it. |
Thanks, @joaocgreis ! LGTM |
- `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 <alexis@janeasystems.com> PR-URL: #25676
Landed 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 <alexis@janeasystems.com> PR-URL: nodejs#25676
test-crypto-domains
was fixed by 2afa3d8test-http-dns-fail
was fixed by the DNS configuration change mentioned in test-http-dns-fails breaks if DNS server send redirects answers on invalid hostnames #8056Fixes #25656
Fixes #25673
/cc @joyent/node-collaborators