Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: cluster-setup-master online workers check #6535

Closed
wants to merge 1 commit into from

Conversation

drifkin
Copy link
Contributor

@drifkin drifkin commented May 2, 2016

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.

Previously a `checks.workers` boolean was conditionally set, but never
checked. Additionally, it was never actually set because
`cluster.onlineWorkers` is always undefined.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label May 2, 2016
@mscdex mscdex added the cluster Issues and PRs related to the cluster subsystem. label May 2, 2016
@santigimeno
Copy link
Member

santigimeno commented May 3, 2016

@addaleax
Copy link
Member

addaleax commented May 6, 2016

LGTM

addaleax pushed a commit that referenced this pull request May 17, 2016
Previously a `checks.workers` boolean was conditionally set, but never
checked. Additionally, it was never actually set because
`cluster.onlineWorkers` is always undefined.

PR-URL: #6535
Reviewed-By: Anna Henningsen <[email protected]>
@addaleax
Copy link
Member

Landed in 149bea0. Thank you!

@addaleax addaleax closed this May 17, 2016
Fishrock123 pushed a commit that referenced this pull request May 23, 2016
Previously a `checks.workers` boolean was conditionally set, but never
checked. Additionally, it was never actually set because
`cluster.onlineWorkers` is always undefined.

PR-URL: #6535
Reviewed-By: Anna Henningsen <[email protected]>
rvagg pushed a commit that referenced this pull request Jun 2, 2016
Previously a `checks.workers` boolean was conditionally set, but never
checked. Additionally, it was never actually set because
`cluster.onlineWorkers` is always undefined.

PR-URL: #6535
Reviewed-By: Anna Henningsen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster Issues and PRs related to the cluster subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants