-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
stream: fix pipeline calling end on destination more than once #46226
stream: fix pipeline calling end on destination more than once #46226
Conversation
Review requested:
|
Co-authored-by: Luigi Pinca <[email protected]>
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 PR-URL: #46226 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
Fixes: #42866 PR-URL: #46226 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
Fixes: #42866 PR-URL: #46226 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
Fixes: #42866