Commit ac602a25 authored by cjihrig's avatar cjihrig
Browse files

test: cover dgram socket close during cluster bind

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: https://github.com/nodejs/node/pull/11292


Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
parent 784eb2fd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment