-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Flaky parallel/test-child-process-fork-args on Windows #32863
Comments
Fwiw, I tried to reproduce this locally, but failed both on Linux and Windows. :/ |
From what I can find on the internet, -1073741819 application exit code on Windows means Access Violation exception, which is a generic error. So, it may be related with something specific in CI machine environment. If I encounter this failure once again, I'll post an update here. |
Happened here too: https://ci.nodejs.org/job/node-test-binary-windows-js-suites/3321/ |
Can we mark it as flaky to get CI stable? (This issue would remain open). |
Created #32950 to mark it as flaky |
I'm not finding this error with I'll run a stress test. If that passes, I'll open a PR to optimistically remove the flaky designation. |
Stress test CI: https://ci.nodejs.org/job/node-stress-single-test/164/ |
Stress test was green. PR to remove this from flaky tests; #34684 |
The exit code 1073741819 has been seen on AppVeyor builds too (of I'm not sure it's the same issue, so I wanted to investigate before reporting but I haven't had the time to do so. |
test-child-process-fork-args does not appear in results from `ncu-ci walk commit` and no one has reported it failing for several months. A stress test also passed. Closes: #32863 PR-URL: #34684 Fixes: #32863 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
test-child-process-fork-args does not appear in results from `ncu-ci walk commit` and no one has reported it failing for several months. A stress test also passed. Closes: #32863 PR-URL: #34684 Fixes: #32863 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
test-child-process-fork-args does not appear in results from `ncu-ci walk commit` and no one has reported it failing for several months. A stress test also passed. Closes: #32863 PR-URL: #34684 Fixes: #32863 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
test-child-process-fork-args does not appear in results from `ncu-ci walk commit` and no one has reported it failing for several months. A stress test also passed. Closes: #32863 PR-URL: #34684 Fixes: #32863 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Saw this test crashing in
node-test-binary-windows-js-suites
on https://ci.nodejs.org/job/node-test-pull-request/30753/:The text was updated successfully, but these errors were encountered: