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

test: improve test-stream-duplex-readable-end by lpinca · Pull Request #36056 · nodejs/node · GitHub

/ node Public

test: improve test-stream-duplex-readable-end - #36056

Merged
lpinca merged 1 commit into
nodejs:masterfrom
lpinca:improve/test-stream-duplex-readable-end
Nov 14, 2020
Merged

test: improve test-stream-duplex-readable-end#36056
lpinca merged 1 commit into
nodejs:masterfrom
lpinca:improve/test-stream-duplex-readable-end

Conversation

lpinca commented Nov 9, 2020

Copy link
Copy Markdown
Member
  • Remove unneeded listener for the 'error' event.
  • Use common.mustCall().
  • Verify that the src stream gets paused.

Refs: #35941

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

nodejs-github-bot added the test Issues and PRs related to the tests. label Nov 9, 2020
lpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 11, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 11, 2020

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

nodejs-github-bot commented Nov 14, 2020
edited by rickyes
Loading

Copy link
Copy Markdown
Collaborator

rickyes added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Nov 14, 2020
- Remove unneeded listener for the `'error'` event.
- Use `common.mustCall()`.
- Verify that the `src` stream gets paused.

PR-URL: nodejs#36056
Refs: nodejs#35941
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
lpinca force-pushed the improve/test-stream-duplex-readable-end branch from 4fcd8b9 to d5e4e19 Compare November 14, 2020 17:31
lpinca merged commit d5e4e19 into nodejs:master Nov 14, 2020

lpinca commented Nov 14, 2020

Copy link
Copy Markdown
Member Author

Landed in d5e4e19.

lpinca deleted the improve/test-stream-duplex-readable-end branch November 14, 2020 17:31
codebytere pushed a commit that referenced this pull request Nov 22, 2020
- Remove unneeded listener for the `'error'` event.
- Use `common.mustCall()`.
- Verify that the `src` stream gets paused.

PR-URL: #36056
Refs: #35941
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
codebytere mentioned this pull request Nov 22, 2020
BethGriggs pushed a commit that referenced this pull request Dec 9, 2020
- Remove unneeded listener for the `'error'` event.
- Use `common.mustCall()`.
- Verify that the `src` stream gets paused.

PR-URL: #36056
Refs: #35941
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
BethGriggs pushed a commit that referenced this pull request Dec 10, 2020
- Remove unneeded listener for the `'error'` event.
- Use `common.mustCall()`.
- Verify that the `src` stream gets paused.

PR-URL: #36056
Refs: #35941
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
BethGriggs mentioned this pull request Dec 10, 2020
BethGriggs pushed a commit that referenced this pull request Dec 15, 2020
- Remove unneeded listener for the `'error'` event.
- Use `common.mustCall()`.
- Verify that the `src` stream gets paused.

PR-URL: #36056
Refs: #35941
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL