Skip to content

Conversation

@cjihrig
Copy link
Contributor

  • separate the IPv4 and IPv6 tests using block scopes
  • use common.mustCall() and arrow functions for callbacks
  • add coverage for case where address() throws
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Feb 9, 2017
@cjihrigcjihrig added the dgram Issues and PRs related to the dgram subsystem / UDP. label Feb 9, 2017
@cjihrig
Copy link
ContributorAuthor

- separate the IPv4 and IPv6 tests using block scopes - use common.mustCall() and arrow functions for callbacks - add coverage for case where address() throws PR-URL: nodejs#11271 Reviewed-By: James M Snell <[email protected]>
@cjihrigcjihrig merged commit 3a1e67d into nodejs:masterFeb 13, 2017
@cjihrigcjihrig deleted the address branch February 13, 2017 15:09
italoacasas pushed a commit to italoacasas/node that referenced this pull request Feb 14, 2017
- separate the IPv4 and IPv6 tests using block scopes - use common.mustCall() and arrow functions for callbacks - add coverage for case where address() throws PR-URL: nodejs#11271 Reviewed-By: James M Snell <[email protected]>
@rvaggrvagg mentioned this pull request Feb 16, 2017
2 tasks
@jasnell
Copy link
Member

Needs backport PRs if it should land on v6 or v4

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dgramIssues and PRs related to the dgram subsystem / UDP.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@cjihrig@jasnell@nodejs-github-bot