Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout-related unit tests failing when using Undici 6.20.0 #155

Closed
JoshMock opened this issue Oct 14, 2024 · 1 comment · Fixed by #154
Closed

Timeout-related unit tests failing when using Undici 6.20.0 #155

JoshMock opened this issue Oct 14, 2024 · 1 comment · Fixed by #154
Assignees
Labels
bug Something isn't working

Comments

@JoshMock
Copy link
Member

🐛 Bug Report

Undici unit tests related to timeouts are failing when running against Undici 6.20.0, which released last week. This may be an early indicator that timeout-related errors are being mishandled by the Elasticsearch client in some edge cases.

See recent failed test runs for evidence.

To Reproduce

Force Undici upgrade, then run the unit tests:

npm i [email protected]
npm test

Expected behavior

Tests should pass.

@JoshMock JoshMock added the bug Something isn't working label Oct 14, 2024
@JoshMock JoshMock self-assigned this Oct 14, 2024
@JoshMock
Copy link
Member Author

Likely related to this change: nodejs/undici#3495

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant