FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: add coverage for dgram _createSocketHandle() by cjihrig · Pull Request #11291 · nodejs/node · GitHub

/ node Public

test: add coverage for dgram _createSocketHandle() - #11291

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:create-socket-handle
Feb 13, 2017
Merged

test: add coverage for dgram _createSocketHandle()#11291
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:create-socket-handle

Conversation

cjihrig commented Feb 10, 2017

Copy link
Copy Markdown
Contributor

This commit adds code coverage to _createSocketHandle(), which the cluster module uses to create dgram sockets.

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-bot added the test Issues and PRs related to the tests. label Feb 10, 2017
cjihrig added the dgram Issues and PRs related to the dgram subsystem / UDP. label Feb 10, 2017

cjihrig commented Feb 13, 2017
edited
Loading

Copy link
Copy Markdown
Contributor Author

cjihrig force-pushed the create-socket-handle branch 3 times, most recently from 7896f47 to 1da95a0 Compare February 13, 2017 21:54
This commit adds code coverage to _createSocketHandle(), which
the cluster module uses to create dgram sockets.

PR-URL: nodejs#11291
Reviewed-By: James M Snell <jasnell@gmail.com>
cjihrig force-pushed the create-socket-handle branch from 1da95a0 to a2fac32 Compare February 13, 2017 22:26
cjihrig merged commit a2fac32 into nodejs:master Feb 13, 2017
cjihrig deleted the create-socket-handle branch February 13, 2017 22:27
italoacasas pushed a commit to italoacasas/node that referenced this pull request Feb 14, 2017
This commit adds code coverage to _createSocketHandle(), which
the cluster module uses to create dgram sockets.

PR-URL: nodejs#11291
Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell pushed a commit that referenced this pull request Mar 7, 2017
This commit adds code coverage to _createSocketHandle(), which
the cluster module uses to create dgram sockets.

PR-URL: #11291
Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell pushed a commit that referenced this pull request Mar 7, 2017
This commit adds code coverage to _createSocketHandle(), which
the cluster module uses to create dgram sockets.

PR-URL: #11291
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Mar 9, 2017
This commit adds code coverage to _createSocketHandle(), which
the cluster module uses to create dgram sockets.

PR-URL: #11291
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins mentioned this pull request Mar 9, 2017
MylesBorins pushed a commit that referenced this pull request Mar 9, 2017
This commit adds code coverage to _createSocketHandle(), which
the cluster module uses to create dgram sockets.

PR-URL: #11291
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins mentioned this pull request Mar 9, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dgram Issues and PRs related to the dgram subsystem / UDP. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL