Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
wants to merge 1 commit into from

Conversation

ImHype
Copy link
Contributor

@ImHype ImHype commented Apr 29, 2019

  • 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-bot nodejs-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
@oyyd oyyd 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
Collaborator

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Apr 30, 2019

@shisama shisama 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
Copy link
Member

Trott commented May 1, 2019

Landed in aacc046

@Trott Trott closed this May 1, 2019
@Trott
Copy link
Member

Trott commented May 1, 2019

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>
@targos targos mentioned this pull request May 6, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants