Skip to content

test: fix flaky tls-inception

PR to address #5386 (closed) .

Affected core subsystem(s)

test

Description of change

The test now catches ECONNRESET errors thrown in parallel/test-tls-inception on windows. It also replaces removes socket.destroy() with socket.end(), as socket.destroy() also seemed to be causing occasional failures on windows.

Merge request reports

Loading