test: fix flaky test-net-socket-timeout-unref by Trott · Pull Request #6003 · nodejs/node

@Trott

Throw immediately on socket timeout rather than checking boolean in exit
handler.

Fixes: nodejs#5128

@Trott added net

Issues and PRs related to the net subsystem.

test

Issues and PRs related to the tests.

lts-watch-v4.x labels

Apr 1, 2016

@Trott Trott mentioned this pull request

Apr 1, 2016

Trott added a commit to Trott/io.js that referenced this pull request

Apr 4, 2016
Throw immediately on socket timeout rather than checking boolean in exit
handler.

PR-URL: nodejs#6003
Fixes: nodejs#5128
Reviewed-By: Myles Borins <myles.borins@gmail.com>

MylesBorins pushed a commit that referenced this pull request

Apr 5, 2016
Throw immediately on socket timeout rather than checking boolean in exit
handler.

PR-URL: #6003
Fixes: #5128
Reviewed-By: Myles Borins <myles.borins@gmail.com>

This was referenced

Apr 5, 2016

MylesBorins pushed a commit that referenced this pull request

Apr 11, 2016
Throw immediately on socket timeout rather than checking boolean in exit
handler.

PR-URL: #6003
Fixes: #5128
Reviewed-By: Myles Borins <myles.borins@gmail.com>