-
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
Investigate flaky parallel/test-worker-debug on Windows #28106
Labels
flaky-test
Issues and PRs related to the tests with unstable failures on the CI.
windows
Issues and PRs related to the Windows platform.
Comments
sam-github
changed the title
flaky: test-worker-debug on Windows
Investigate flaky parallel/test-worker-debug on Windows
Jun 6, 2019
sam-github
added
flaky-test
Issues and PRs related to the tests with unstable failures on the CI.
windows
Issues and PRs related to the Windows platform.
labels
Jun 6, 2019
sam-github
added a commit
to sam-github/node
that referenced
this issue
Jun 6, 2019
4 tasks
marking as flaky in #28035 |
13 tasks
addaleax
added a commit
to addaleax/node
that referenced
this issue
Jun 19, 2019
Address a race condition in the test; the Worker’s exit events may have been not recorded because the Worker exited before the listeners were attached. Fix the by attaching the event listeners before telling the Worker to exit. Fixes: nodejs#28299 Fixes: nodejs#28106
targos
pushed a commit
that referenced
this issue
Jul 2, 2019
Address a race condition in the test; the Worker’s exit events may have been not recorded because the Worker exited before the listeners were attached. Fix the by attaching the event listeners before telling the Worker to exit. PR-URL: #28307 Fixes: #28299 Fixes: #28106 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
flaky-test
Issues and PRs related to the tests with unstable failures on the CI.
windows
Issues and PRs related to the Windows platform.
It is the cause of most of the failures on https://ci.nodejs.org/job/node-test-binary-windows-2/:
etc...
@nodejs/platform-windows @nodejs/workers @Trott I guess I should PR to mark this test as flaky?
The text was updated successfully, but these errors were encountered: