Skip to content

fs.open() can keep the event loop open in some cases #34266

@Trott

Description

@Trott
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    fsIssues and PRs related to the fs subsystem / file system.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions