FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

stream: add pipeline test for destroy of returned stream by ronag · Pull Request #32425 · nodejs/node · GitHub

/ node Public

stream: add pipeline test for destroy of returned stream - #32425

Closed
ronag wants to merge 1 commit into
nodejs:masterfrom
nxtedition:pipeline-test-dst-destroy
Closed

stream: add pipeline test for destroy of returned stream#32425
ronag wants to merge 1 commit into
nodejs:masterfrom
nxtedition:pipeline-test-dst-destroy

Conversation

ronag commented Mar 22, 2020
edited
Loading

Copy link
Copy Markdown
Member

Adds a test to ensure that destroying the returned stream
of pipeline will cause a premature close error.

Was unsure whether this was the case and didn't find a test for it so I thought I might as well add one.

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

Adds a test to ensure that destroying the returned stream
of pipeline will cause a premature close error.
ronag added stream Issues and PRs related to the stream subsystem. test Issues and PRs related to the tests. labels Mar 22, 2020
ronag requested review from lpinca and mcollina March 22, 2020 16:45

Copy link
Copy Markdown
Collaborator

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

ronag commented Mar 25, 2020

Copy link
Copy Markdown
Member Author

Landed in 9e3eddc

ronag closed this Mar 25, 2020
ronag added a commit that referenced this pull request Mar 25, 2020
Adds a test to ensure that destroying the returned stream
of pipeline will cause a premature close error.

PR-URL: #32425
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
MylesBorins pushed a commit that referenced this pull request Mar 25, 2020
Adds a test to ensure that destroying the returned stream
of pipeline will cause a premature close error.

PR-URL: #32425
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
MylesBorins mentioned this pull request Mar 25, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stream Issues and PRs related to the stream subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL