-
Notifications
You must be signed in to change notification settings - Fork 30k
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 test: test-filehandle-readable-stream #39464
Labels
flaky-test
Issues and PRs related to the tests with unstable failures on the CI.
stream
Issues and PRs related to the stream subsystem.
Comments
cc @jasnell |
targos
added
flaky-test
Issues and PRs related to the tests with unstable failures on the CI.
stream
Issues and PRs related to the stream subsystem.
labels
Jul 20, 2021
I've been unable to reproduce the problem locally and the error message does not provide great clues. Still investigating |
jasnell
added a commit
to jasnell/node
that referenced
this issue
Jul 20, 2021
Fix possible flaky failure. Keep uv_fs_close from being called twice on the same fd. Refs: nodejs#39464 Signed-off-by: James M Snell <[email protected]>
|
jasnell
added a commit
to jasnell/node
that referenced
this issue
Jul 20, 2021
Fix possible flaky failure. Keep uv_fs_close from being called twice on the same fd. Refs: nodejs#39464 Signed-off-by: James M Snell <[email protected]>
jasnell
added a commit
to jasnell/node
that referenced
this issue
Jul 20, 2021
Fix possible flaky failure. Keep uv_fs_close from being called twice on the same fd. Refs: nodejs#39464 Signed-off-by: James M Snell <[email protected]>
danbev
pushed a commit
that referenced
this issue
Jul 22, 2021
Fix possible flaky failure. Keep uv_fs_close from being called twice on the same fd. Signed-off-by: James M Snell <[email protected]> PR-URL: #39472 Refs: #39464 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Closing this issue as #39472 has been merged. |
targos
pushed a commit
that referenced
this issue
Jul 25, 2021
Fix possible flaky failure. Keep uv_fs_close from being called twice on the same fd. Signed-off-by: James M Snell <[email protected]> PR-URL: #39472 Refs: #39464 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
richardlau
pushed a commit
that referenced
this issue
Jul 29, 2021
Fix possible flaky failure. Keep uv_fs_close from being called twice on the same fd. Signed-off-by: James M Snell <[email protected]> PR-URL: #39472 Refs: #39464 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
BethGriggs
pushed a commit
that referenced
this issue
Jul 29, 2021
Fix possible flaky failure. Keep uv_fs_close from being called twice on the same fd. Signed-off-by: James M Snell <[email protected]> PR-URL: #39472 Refs: #39464 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Tobias Nießen <[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.
stream
Issues and PRs related to the stream subsystem.
Version
master
Platform
linux
Subsystem
fs
What steps will reproduce the bug?
In CI
test-filehandle-readable-stream
is failinghttps://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_icu_x64/27956/testReport/junit/(root)/test/parallel_test_filehandle_readablestream/
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: