Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

test: refactor test-net-listen-shared-ports #13019

Closed
wants to merge 0 commits into from

Conversation

Trott
Copy link
Member

@Trott Trott commented May 14, 2017

Use common.mustCall() to make certain that functions with assertions
run the expected number of times.

Remove unused connection listeners from workers.

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

test net

@Trott Trott added net Issues and PRs related to the net subsystem. test Issues and PRs related to the tests. labels May 14, 2017
@mscdex mscdex added the cluster Issues and PRs related to the cluster subsystem. label May 14, 2017
} else {
const server1 = net.createServer(common.noop);
Copy link
Member

Choose a reason for hiding this comment

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

Nit: does it make sense to use common.mustNotCall()?

@Trott Trott closed this May 19, 2017
@Trott
Copy link
Member Author

Trott commented May 19, 2017

Looks like i managed to submit this PR twice. #13010 already landed.

@Trott Trott deleted the refactor-shared-ports branch January 13, 2022 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster Issues and PRs related to the cluster subsystem. net Issues and PRs related to the net subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants