Skip to content

test: cluster-setup-master online workers check

Rodrigo Muino Tomonari requested to merge github/fork/drifkin/patch-1 into master
Checklist
  • the commit message follows commit guidelines
  • tests and code linting passes
Affected core subsystem(s)

tests

Description of change

Previously in test/parallel/cluster-setup-master.js, a checks.workers boolean was conditionally set, but never checked. Additionally, it was never actually set because cluster.onlineWorkers is always undefined.

Merge request reports

Loading