Uh oh!
There was an error while loading. Please reload this page.
Revert "stream: invoke callback before emitting error always" - #29741
Revert "stream: invoke callback before emitting error always"#29741richardlau wants to merge 1 commit into
Conversation
This reverts commit 3de5eae.
nodejs-github-bot
commented
Sep 28, 2019
Trott
commented
Sep 28, 2019
node-daily-master to confirm master is broken: https://ci.nodejs.org/view/Node.js%20Daily/job/node-daily-master/1691/ |
Trott
commented
Sep 28, 2019
It's failing. I propose we fast track this revert. @nodejs/collaborators: Please 👍 here if you approve fast-tracking this revert to fix the build. |
Alternative which fixes bug instead of fully reverting: #29742 |
Trott
commented
Sep 28, 2019
This has sufficient approvals/fast-track/CI to land, but I'd be good with #29742 instead so I'm holding off a bit to see if that can land instead. (But that shouldn't stop someone else from landing this if they think it's the right thing to do or need to fix CI immediately.) |
mcollina
commented
Sep 28, 2019
I prefer to revert this and have a follow-up PR that readd that behavior. |
| message: 'Cannot call write after a stream was destroyed' | ||
| } | ||
| ); | ||
| })); |
There was a problem hiding this comment.
This updated test is what's causing the failure. Only reverting this part would also make CI pass.
Trott
commented
Sep 28, 2019
Going to land this since it's been a few hours and it's still the only one that's ready to go. Sorry for the bit of extra work that will mean for you, @ronag. |
Trott
commented
Sep 28, 2019
Landed in 95792a7 |
This reverts commit 3de5eae.
Refs: #29293 (comment)
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes