Skip to content

test: fix parallel/test-net-socket-local-address

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix2475 into master

Fix flakiness where the client sometimes closed the server before the server had the chance to process the outstanding client connection. Make the server close itself instead.

Fixes: https://github.com/nodejs/node/issues/2475

R=@trott

CI: https://ci.nodejs.org/job/node-test-pull-request/885/ Stress test: https://ci.nodejs.org/job/node-stress-single-test/94/

Merge request reports

Loading