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

Failing test-child-process-pipe-dataflow test on Windows #30294

Closed
saitonakamura opened this issue Nov 6, 2019 · 2 comments
Closed

Failing test-child-process-pipe-dataflow test on Windows #30294

saitonakamura opened this issue Nov 6, 2019 · 2 comments

Comments

@saitonakamura
Copy link
Contributor

  • Version: v14.0.0-pre
  • Platform: Microsoft Windows NT 10.0.18362.0 x64
  • Subsystem: child_process
  • Env: Visual Studio 2019 with C++ support, PowershellCore on Windows Terminal (Preview), nasm and python 2.7 installed via chocolatey

It's different from #25988 cause it's TIMEOUT in here

=== release test-child-process-pipe-dataflow ===
Path: parallel/test-child-process-pipe-dataflow
unexpected error from child #1:
unexpected error from child #2:
Error: spawn wc ENOENT
Command: C:\Users\saito\code\node\out\Release\node.exe C:\Users\saito\code\node\test\parallel\test-child-process-pipe-dataflow.js
--- TIMEOUT ---
@joaocgreis
Copy link
Member

@saitonakamura there are many tests that require basic Unix tools. One simple way of getting all of them is to install Git for Windows and during the installation choose to include the tools on PATH, as described in https://github.com/nodejs/node/blob/master/BUILDING.md#windows.

If you don't want to reinstall Git for Windows or don't want the tools on PATH, you can open Git Bash and then either run the tests from there with winpty ./vcbuild.bat test, or use start to get a CMD window with the tools on path.

@saitonakamura
Copy link
Contributor Author

saitonakamura commented Nov 11, 2019

Oh, now I get what "basic unix tools" in this section meant. I will think how the wording can be improved to reflect that. I'm closing the issue in the meantime, thanks for the explanation @joaocgreis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants