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

redirect stream fails on window node 19 #2072

Closed
ronag opened this issue Apr 14, 2023 · 2 comments
Closed

redirect stream fails on window node 19 #2072

ronag opened this issue Apr 14, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ronag
Copy link
Member

ronag commented Apr 14, 2023

@KhafraDev something for you maybe?

not ok 69 - test/redirect-stream.js # time=382.963ms
[10778](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10779)
  ---
[10779](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10780)
  env: {}
[10780](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10781)
  file: test/redirect-stream.js
[10781](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10782)
  timeout: 60000
[10782](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10783)
  command: C:\hostedtoolcache\windows\node\19.9.0\x64\node.exe
[10783](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10784)
  args:
[10784](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10785)
    - --expose-gc
[10785](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10786)
    - --experimental-wasm-simd
[10786](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10787)
    - test/redirect-stream.js
[10787](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10788)
  stdio:
[10788](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10789)
    - 0
[10789](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10790)
    - pipe
[10790](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10791)
    - 2
[10791](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10792)
  cwd: D:\a\undici\undici
[10792](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10793)
  exitCode: null
[10793](https://github.com/nodejs/undici/actions/runs/4701339055/jobs/8337231829?pr=2070#step:14:10794)
  signal: SIGTERM
@ronag ronag added the bug Something isn't working label Apr 14, 2023
@Uzlopak
Copy link
Contributor

Uzlopak commented Feb 14, 2024

I investigated this. The tests fail also on linux with node 19. This is because in node19 localhost is resolved to '::'. I guess connected with nodejs/node#40537

@ronag

Should this investigated further?

@mcollina
Copy link
Member

I think this can be closed. node.js v19 is out of support for a while.

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

No branches or pull requests

3 participants