elastic / elastic-transport-js

Transport classes and utilities shared among Node.js Elastic client libraries
Apache License 2.0
4 stars 24 forks source link

Fix Undici abort test to work with 6.12.0 #93

Closed JoshMock closed 2 months ago

JoshMock commented 2 months ago

Test no longer likes being run against a nonexistent server. Was getting ECONNREFUSED instead of an abort.

Most likely caused by one of the following changes to Undici added in 6.12.0:

https://github.com/nodejs/undici/pull/3053 https://github.com/nodejs/undici/pull/3056