test: fix flaky test-inspector by Trott · Pull Request #9727 · nodejs/node

@Trott added test

Issues and PRs related to the tests.

inspector

Issues and PRs related to the V8 inspector protocol

windows

Issues and PRs related to the Windows platform.

labels

Nov 21, 2016

@Trott Trott mentioned this pull request

Nov 21, 2016

@Trott

Using `socket.destroy()` instead of `socket.end()` fixes
more-than-intermittent ECONNRESET issues on Windows.

Fixes: nodejs#8804

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

Nov 23, 2016
Using `socket.destroy()` instead of `socket.end()` fixes
more-than-intermittent ECONNRESET issues on Windows.

PR-URL: nodejs#9727
Fixes: nodejs#8804
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>

addaleax pushed a commit that referenced this pull request

Dec 5, 2016
Using `socket.destroy()` instead of `socket.end()` fixes
more-than-intermittent ECONNRESET issues on Windows.

PR-URL: #9727
Fixes: #8804
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>

addaleax pushed a commit to addaleax/node that referenced this pull request

Dec 8, 2016
Using `socket.destroy()` instead of `socket.end()` fixes
more-than-intermittent ECONNRESET issues on Windows.

PR-URL: nodejs#9727
Fixes: nodejs#8804
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>

MylesBorins pushed a commit that referenced this pull request

Dec 21, 2016
Using `socket.destroy()` instead of `socket.end()` fixes
more-than-intermittent ECONNRESET issues on Windows.

PR-URL: #9727
Fixes: #8804
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>

@Trott Trott deleted the fix-test-inspector branch

January 13, 2022 22:44