-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Revert 5541300 and add coverage to pipeline #56278
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 5541300.
co-authored-by: jazelly <[email protected]>
Review requested:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56278 +/- ##
==========================================
- Coverage 88.55% 88.54% -0.01%
==========================================
Files 657 657
Lines 190265 190220 -45
Branches 36541 36534 -7
==========================================
- Hits 168483 168430 -53
- Misses 14970 14971 +1
- Partials 6812 6819 +7
|
apparently not. |
I adressed this issue in #56287. Streams are hard 😅 |
Can we get this landed first? First this is breaking on nightly. This PR is ready with a green CI. cc @nodejs/streams |
I agree that this is probably the best course of action |
#55096 introduced a regression which causes the callback in the pipeline not called when error is thrown in
read
fromreadable
. Please note this is on the current main not released yet.I think this would cause a massive breakage as I found this out through some user land applications / packages by using the nightly build. My suggestion is:
Take this code snippet as repro:
This PR reverted 5541300 and added a new test coverage.
cc @matthieusieben