### Version master ### Platform linux ### Subsystem fs ### What steps will reproduce the bug? In CI `test-filehandle-readable-stream` is failing https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_icu_x64/27956/testReport/junit/(root)/test/parallel_test_filehandle_readablestream/ ``` node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: EBADF: bad file descriptor, close] { errno: -9, code: 'EBADF', syscall: 'close' } ``` ### 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_
Version
master
Platform
linux
Subsystem
fs
What steps will reproduce the bug?
In CI
test-filehandle-readable-streamis 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