Skip to content

Conversation

@Trott
Copy link
Member

Use common.mustCall() and common.mustNotCall() to check that
callbacks are invoked the expected number of times in
test-net-listen-shared-ports.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test net

Use `common.mustCall()` and `common.mustNotCall()` to check that callbacks are invoked the expected number of times in test-net-listen-shared-ports.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 13, 2017
@mscdexmscdex added net Issues and PRs related to the net subsystem. cluster Issues and PRs related to the cluster subsystem. labels May 13, 2017
@Trott
Copy link
MemberAuthor

@refack
Copy link
Contributor

Rerun linux (previous run had tap parse issue): https://ci.nodejs.org/job/node-test-commit-linux/9943/

@addaleax
Copy link
Member

Landed in 7e5ed8b

addaleax pushed a commit that referenced this pull request May 18, 2017
Use `common.mustCall()` and `common.mustNotCall()` to check that callbacks are invoked the expected number of times in test-net-listen-shared-ports. PR-URL: #13010 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
@refack
Copy link
Contributor

Cross reference #13100
(there a hidden bug when worker1 binds to port 0)

anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
Use `common.mustCall()` and `common.mustNotCall()` to check that callbacks are invoked the expected number of times in test-net-listen-shared-ports. PR-URL: nodejs#13010 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
@jasnelljasnell mentioned this pull request May 28, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
MylesBorins pushed a commit that referenced this pull request Jul 17, 2017
Use `common.mustCall()` and `common.mustNotCall()` to check that callbacks are invoked the expected number of times in test-net-listen-shared-ports. PR-URL: #13010 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Jul 18, 2017
@TrottTrott deleted the fanfare branch January 13, 2022 22:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clusterIssues and PRs related to the cluster subsystem.netIssues and PRs related to the net subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@Trott@refack@addaleax@jasnell@lpinca@cjihrig@gibfahn@mscdex@MylesBorins@nodejs-github-bot