You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
simple/test-crypto-domains is currently marked as flaky. It should be investigated and made non-flaky.
Quick command for testing:
time (OK=0; NOK=0; for i in `seq 10000`; do ./out/Release/node test/simple/test-crypto-domains.js && OK=$(($OK+1)) || NOK=$(($NOK+1)); echo "$i OK: $OK NOT OK: $NOK"; done)
I cannot see this test fail on either Linux x64 or Windows 2012r2 x64. It may have been fixed or affect only certain configurations. Last change to the test was made before it was marked flaky.
- `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 #8056Fixes#25656Fixes#25673
Reviewed-By: Alexis Campailla <[email protected]>
PR-URL: #25676
simple/test-crypto-domains is currently marked as flaky. It should be investigated and made non-flaky.
Quick command for testing:
Links:
The text was updated successfully, but these errors were encountered: