nodejs / undici

An HTTP/1.1 client, written from scratch for Node.js
https://nodejs.github.io/undici
MIT License
6.24k stars 543 forks source link

pretty much everything is flaky #3787

Open KhafraDev opened 2 weeks ago

KhafraDev commented 2 weeks ago

https://github.com/nodejs/undici/actions/runs/11581098341/

6 runs failed despite none of the fails being related to the changes in the PR

Uzlopak commented 2 weeks ago

--no-experimental-fetch is not allowed in node23. if i make that conditional, than the diagnostic channel will be set up twice. once by native fetch and once by undici. unresolvable

KhafraDev commented 2 weeks ago

So those tests should be skipped in node v23?

metcoder95 commented 2 weeks ago

Yeah, Windows has been bringing troubles here and there; I'll check them out down the week