- 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
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