Skip to content

Conversation

@cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Feb 10, 2017

When a non-exclusive dgram socket is bound from a cluster worker, it attempts to get a handle from the cluster module. This commit adds coverage for the case where the socket is
closed while querying the cluster module for a handle.

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)

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Feb 10, 2017
@mscdex mscdex added the dgram Issues and PRs related to the dgram subsystem / UDP. label Feb 10, 2017
@cjihrig
Copy link
Contributor Author

cjihrig commented Feb 13, 2017

@cjihrig
Copy link
Contributor Author

cjihrig commented Feb 13, 2017

@nodejs/build seeing more build failures here. They all seem to be on ubuntu1604-arm64.

When a non-exclusive dgram socket is bound from a cluster
worker, it attempts to get a handle from the cluster module.
This commit adds coverage for the case where the socket is
closed while querying the cluster module for a handle.

PR-URL: nodejs#11292
Reviewed-By: James M Snell <[email protected]>
@cjihrig cjihrig merged commit ac602a2 into nodejs:master Feb 14, 2017
@cjihrig cjihrig deleted the close-during-bind branch February 14, 2017 16:58
italoacasas pushed a commit to italoacasas/node that referenced this pull request Feb 16, 2017
When a non-exclusive dgram socket is bound from a cluster
worker, it attempts to get a handle from the cluster module.
This commit adds coverage for the case where the socket is
closed while querying the cluster module for a handle.

PR-URL: nodejs#11292
Reviewed-By: James M Snell <[email protected]>
italoacasas pushed a commit that referenced this pull request Feb 22, 2017
When a non-exclusive dgram socket is bound from a cluster
worker, it attempts to get a handle from the cluster module.
This commit adds coverage for the case where the socket is
closed while querying the cluster module for a handle.

PR-URL: #11292
Reviewed-By: James M Snell <[email protected]>
@italoacasas italoacasas mentioned this pull request Feb 25, 2017
@jasnell
Copy link
Member

jasnell commented Mar 7, 2017

Requires the common.mustNotCall() to be backported to v6 and v4 before this can be picked back

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.

4 participants