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

Deps: update workerpool to fix failing CI tests #4566

Merged
merged 1 commit into from Feb 3, 2021
Merged

Conversation

juergba
Copy link
Member

@juergba juergba commented Feb 3, 2021

Description

Our CI tests are failing with Node v15.8

node:internal/validators:158
      throw new ERR_INVALID_ARG_TYPE(name, 'Object', value);
      ^

TypeError [ERR_INVALID_ARG_TYPE]: The "options" argument must be of type object. Received an instance of Array
    at ChildProcess.target.send (node:internal/child_process:716:7)
    at Array.forEach (<anonymous>)
    at dispatchQueuedRequests (/home/runner/work/mocha/mocha/node_modules/workerpool/src/WorkerHandler.js:262:21)
    at ChildProcess.<anonymous> (/home/runner/work/mocha/mocha/node_modules/workerpool/src/WorkerHandler.js:221:7)
    at ChildProcess.emit (node:events:378:20)
    at emit (node:internal/child_process:920:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  code: 'ERR_INVALID_ARG_TYPE'
}

Description of the Change

Upgrade workerpool to v6.1.0

@juergba juergba self-assigned this Feb 3, 2021
@juergba juergba added dependencies Pull requests that update a dependency file area: node.js command-line-or-Node.js-specific type: chore generally involving deps, tooling, configuration, etc. labels Feb 3, 2021
@juergba juergba added this to the next milestone Feb 3, 2021
@juergba juergba merged commit 84d0c96 into master Feb 3, 2021
@juergba juergba deleted the juergba/workerpool branch February 3, 2021 16:29
@juergba juergba modified the milestones: next, v8.3.0 Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: node.js command-line-or-Node.js-specific dependencies Pull requests that update a dependency file type: chore generally involving deps, tooling, configuration, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant