-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
fs.open() can keep the event loop open in some cases #34266
Copy link
Copy link
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.
Description
- Version: 15.0.0-pre (master branch)
- Platform: Raspberry Pi 2 and Raspberry Pi 3
- Subsystem: fs
What steps will reproduce the bug?
See test-fs-open-no-close.js added to known_issues in #34228.
How often does it reproduce? Is there a required condition?
I strongly suspect the issue is that the filesystem is NFS-mounted.
What is the expected behavior?
The event loop should not be held open and the test should exit.
What do you see instead?
On the Raspberry Pi devices in CI, the test file times out because it never exits.
Additional information
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.