Skip to content
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
@joaocgreis

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:

/cc @joyent/node-collaborators

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions