Skip to content

test: verify cluster worker exit

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/6988 into master
Checklist
  • tests and code linting passes
  • a test and/or benchmark is included
  • the commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

test-cluster-disconnect-handles already includes logic that tries to cleanup any child processes when the test fails. This commit adds additional checks to verify that the child exited normally, and fails the test if that is not the case.

Refs: https://github.com/nodejs/node/issues/6988

Merge request reports

Loading