Commit d3be0f88 authored by cjihrig's avatar cjihrig
Browse files

test: cover cluster error during dgram socket bind

When a non-exclusive dgram socket is bound from a cluster
worker, a handle is requested from the cluster module. This
commit adds coverage for the case where an error occurs while
retrieving the handle.

PR-URL: https://github.com/nodejs/node/pull/11295


Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
parent fd8587eb
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