This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
test: test-http-dns-fail should be made non-flaky #25673
Closed
Description
simple/test-http-dns-fail is currently marked as flaky on Solaris. 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/internet/test-http-dns-fail.js && OK=$(($OK+1)) || NOK=$(($NOK+1)); echo "$i OK: $OK NOT OK: $NOK"; done)
Links:
- File: https://github.com/joyent/node/blob/b8ac6584faf00f6bc9302913ea58e54dcf8f559c/test/internet/test-http-dns-fail.js
- File history: https://github.com/joyent/node/commits/b8ac6584faf00f6bc9302913ea58e54dcf8f559c/test/internet/test-http-dns-fail.js
- Marked flaky on: Nov 7, 2014
/cc @joyent/node-collaborators