Skip to content

[v12.x backport] stream: sync stream unpipe resume - #32264

Closed
ronag wants to merge 1 commit into
nodejs:v12.x-stagingfrom
nxtedition:backport-31191-to-12.x
Closed

[v12.x backport] stream: sync stream unpipe resume#32264
ronag wants to merge 1 commit into
nodejs:v12.x-stagingfrom
nxtedition:backport-31191-to-12.x

Conversation

@ronag

@ronagronag commented Mar 14, 2020

Copy link
Copy Markdown
Member

PR-URL: #31191

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project. npm Issues and PRs related to the npm client dependency or the npm registry. v12.x labels Mar 14, 2020
@ronag
ronagforce-pushed the backport-31191-to-12.x branch from d56c5b2 to 0b1f537CompareMarch 14, 2020 17:36
@ronag
ronag requested a review from codebytereMarch 14, 2020 17:36
@ronagronag added stream Issues and PRs related to the stream subsystem. and removed build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project. npm Issues and PRs related to the npm client dependency or the npm registry. labels Mar 14, 2020
@ronagronag mentioned this pull request Mar 14, 2020
4 tasks
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@codebytere

Copy link
Copy Markdown
Member

@ronag can you also add BACKPORT-PR-URL?

@ronag

Copy link
Copy Markdown
MemberAuthor

@codebytere I did?

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@codebytere
codebytereforce-pushed the v12.x-staging branch 2 times, most recently from 63a03d2 to d577190CompareMarch 31, 2020 23:57
@codebytere

Copy link
Copy Markdown
Member

@ronag could you please rebase this against latest staging?

MylesBorins pushed a commit to MylesBorins/node that referenced this pull request Apr 1, 2020
pipe() ondata should not control flow state if cleaned up.
Fixes: nodejs#31190
Backport-PR-URL: nodejs#32264
PR-URL: nodejs#31191
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@MylesBorins

Copy link
Copy Markdown
Contributor

I went ahead and got a rebase done but was unable to push to the branch

https://github.com/MylesBorins/node/tree/backport-31191-to-12.x

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

pipe() ondata should not control flow state if cleaned up.
Fixes: nodejs#31190
PR-URL: nodejs#31191
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Backport-PR-URL: nodejs#32264
@ronag
ronagforce-pushed the backport-31191-to-12.x branch from 0b1f537 to 1cdf6f6CompareApril 1, 2020 07:12
@ronag

ronag commented Apr 1, 2020

Copy link
Copy Markdown
MemberAuthor

I went ahead and got a rebase done but was unable to push to the branch

Not sure what this means. Is there a setting I missed when creating this branch?

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@MylesBorins

Copy link
Copy Markdown
Contributor

Not sure what this means. Is there a setting I missed when creating this branch?

This comes from a fork in an org not a personal repo so I don't think others can push to it.

Looks like lots of failures so double checking that staging is still green

12.x-staging CI: https://ci.nodejs.org/job/node-test-commit/37126/

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@MylesBorins

Copy link
Copy Markdown
Contributor

landed in 12253f8

MylesBorins pushed a commit that referenced this pull request Apr 1, 2020
pipe() ondata should not control flow state if cleaned up.
Fixes: #31190
Backport-PR-URL: #32264
PR-URL: #31191
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Backport-PR-URL: #32264
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@ronag@nodejs-github-bot@codebytere@MylesBorins