Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #11295 Reviewed-By: James M Snell <[email protected]>
- Loading branch information