Skip to content

test: add mustcall and mustCallAtLeast in test-net-bytes-read.js - #27471

Closed
ImHype wants to merge 1 commit into
nodejs:masterfrom
ImHype:patch-1
Closed

test: add mustcall and mustCallAtLeast in test-net-bytes-read.js#27471
ImHype wants to merge 1 commit into
nodejs:masterfrom
ImHype:patch-1

Conversation

@ImHype

Copy link
Copy Markdown
Contributor
  • add mustcall() on createServerListener
  • add mustcall() on listenPortListener
  • add mustCall() on onConnectListener
  • add mustCallAtLeast() on onDataListener
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 the test Issues and PRs related to the tests. label Apr 29, 2019
* add mustcall() on createServerListener
* add mustcall() on listenPortListener
* add mustCall() on onConnectListener
* add mustCallAtLeast() on onDataListener
@oyydoyyd added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Apr 30, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

nodejs-github-bot commented Apr 30, 2019

Copy link
Copy Markdown
Collaborator

@shisamashisama added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 30, 2019
@Trott

Trott commented May 1, 2019

Copy link
Copy Markdown
Member

Landed in aacc046

@TrottTrott closed this May 1, 2019
@Trott

Trott commented May 1, 2019

Copy link
Copy Markdown
Member

Thanks for the contribution! 🎉

(If you're interested in other possible contributions to Node.js but don't have a good idea of where to start looking, some ideas are posted at https://www.nodetodo.org/next-steps/.)

Trott pushed a commit to Trott/io.js that referenced this pull request May 1, 2019
* add mustcall() on createServerListener
* add mustcall() on listenPortListener
* add mustCall() on onConnectListener
* add mustCallAtLeast() on onDataListener
PR-URL: nodejs#27471
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@ImHype
ImHype deleted the patch-1 branch May 3, 2019 02:23
targos pushed a commit that referenced this pull request May 4, 2019
* add mustcall() on createServerListener
* add mustcall() on listenPortListener
* add mustCall() on onConnectListener
* add mustCallAtLeast() on onDataListener
PR-URL: #27471
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request May 6, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@ImHype@nodejs-github-bot@Trott@oyyd@shisama