-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
[REG 18.10.0->18.11.0] fs.promises.readFile from stdin is broken for slow input #52155
Comments
Reference issue: |
nodejs-github-bot
pushed a commit
that referenced
this issue
May 11, 2024
PR-URL: #52178 Fixes: #52155 Reviewed-By: Chengzhong Wu <[email protected]>
targos
pushed a commit
that referenced
this issue
May 11, 2024
PR-URL: #52178 Fixes: #52155 Reviewed-By: Chengzhong Wu <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
Jun 17, 2024
PR-URL: #52178 Fixes: #52155 Reviewed-By: Chengzhong Wu <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
Jun 17, 2024
PR-URL: #52178 Fixes: #52155 Reviewed-By: Chengzhong Wu <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
Jun 17, 2024
PR-URL: #52178 Fixes: #52155 Reviewed-By: Chengzhong Wu <[email protected]>
EliphazBouye
pushed a commit
to EliphazBouye/node
that referenced
this issue
Jun 20, 2024
PR-URL: nodejs#52178 Fixes: nodejs#52155 Reviewed-By: Chengzhong Wu <[email protected]>
bmeck
pushed a commit
to bmeck/node
that referenced
this issue
Jun 22, 2024
PR-URL: nodejs#52178 Fixes: nodejs#52155 Reviewed-By: Chengzhong Wu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
18.11.0-18.19.0, 20.11.1
Platform
Linux
Subsystem
fs
What steps will reproduce the bug?
Reproducible also without docker:
How often does it reproduce? Is there a required condition?
Always.
What is the expected behavior? Why is that the expected behavior?
It should read stdin until EOF is reached.
What do you see instead?
It stops too early.
Additional information
This was broken by 67fb765 (and its other versions in the other branches).
The text was updated successfully, but these errors were encountered: