-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
stream: fix pipeline calling end on destination more than once #46226
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
stream: fix pipeline calling end on destination more than once #46226
Conversation
Review requested:
|
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Commit Queue failed- Loading data for nodejs/node/pull/46226 ✔ Done loading data for nodejs/node/pull/46226 ----------------------------------- PR info ------------------------------------ Title stream: fix pipeline calling end on destination more than once (#46226) Author Debadree Chatterjee (@debadree25) Branch debadree25:fix/pipeline-end-call-twice -> nodejs:main Labels needs-ci Commits 3 - stream: fix pipeline calling end on destination more than once - fixup! add comment - fixup! comment fix Committers 2 - Debadree Chatterjee - GitHub PR-URL: https://github.com/nodejs/node/pull/46226 Fixes: https://github.com/nodejs/node/issues/42866 Reviewed-By: Luigi Pinca Reviewed-By: Robert Nagy Reviewed-By: Matteo Collina Reviewed-By: James M Snell Reviewed-By: Minwoo Jung ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/46226 Fixes: https://github.com/nodejs/node/issues/42866 Reviewed-By: Luigi Pinca Reviewed-By: Robert Nagy Reviewed-By: Matteo Collina Reviewed-By: James M Snell Reviewed-By: Minwoo Jung -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 16 Jan 2023 19:19:02 GMT ✔ Approvals: 5 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/46226#pullrequestreview-1250640553 ✔ - Robert Nagy (@ronag) (TSC): https://github.com/nodejs/node/pull/46226#pullrequestreview-1250611272 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/46226#pullrequestreview-1250634696 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/46226#pullrequestreview-1251782740 ✔ - Minwoo Jung (@JungMinu): https://github.com/nodejs/node/pull/46226#pullrequestreview-1252925760 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-01-17T07:50:52Z: https://ci.nodejs.org/job/node-test-pull-request/49001/ - Querying data for job/node-test-pull-request/49001/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 46226 From https://github.com/nodejs/node * branch refs/pull/46226/merge -> FETCH_HEAD ✔ Fetched commits as 65f8a2716e6e..518210fae032 -------------------------------------------------------------------------------- [main 33373ab8ab] stream: fix pipeline calling end on destination more than once Author: Debadree Chatterjee Date: Tue Jan 17 00:46:48 2023 +0530 2 files changed, 36 insertions(+), 1 deletion(-) [main 9367bca9b6] fixup! add comment Author: Debadree Chatterjee Date: Tue Jan 17 00:48:40 2023 +0530 1 file changed, 1 insertion(+), 1 deletion(-) [main 4d1e96a827] fixup! comment fix Author: Debadree Chatterjee Date: Tue Jan 17 01:15:30 2023 +0530 1 file changed, 1 insertion(+), 1 deletion(-) ✔ Patches applied There are 3 commits in the PR. Attempting autorebase. Rebasing (2/6)https://github.com/nodejs/node/actions/runs/3956833441 |
Landed in 9a50c6d |
Fixes: #42866