-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
We could use your help improving Node.js' Windows testing #29852
Copy link
Copy link
Closed
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Metadata
Metadata
Assignees
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
I've been noticing windows tests flapping more than usual for the past few days:
https://ci.nodejs.org/job/node-test-binary-windows-2/3344/COMPILED_BY=vs2017,RUNNER=win2008r2-vs2017,RUN_SUBSET=0/
https://ci.nodejs.org/job/node-test-binary-windows-2/3341/
We could use some help digging into this, it would be a great first contribution.
Known issues
If you're working on a specific issue, chime in on this thread and create an issue referencing it.
test/parallel/test-child-process-fork-exec-path:test/parallel/test-http2-client-upload:events.js:187 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:201:27)test/sequential/test-http2-large-file:events.js:187 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:201:27)test/parallel/test-child-process-pipe-dataflow(see: flaky: test-child-process-pipe-dataflow #25988):parallel/test-http2-*(see: flaky:parallel/test-http2-*on Windows #20750).test/async-hooks/test-statwatcher.Getting Started
./node test/parallel/test-xyz.js, wheretest-xyz.jsis the test you wish to run).