Skip to content

feat(task): added task startup timeout #85

feat(task): added task startup timeout

feat(task): added task startup timeout #85

Triggered via pull request March 14, 2024 11:34
Status Failure
Total duration 1m 17s
Artifacts

ci.yml

on: pull_request
Matrix: Build and unit-test on supported platforms and NodeJS versions
Fit to window
Zoom out
Zoom in

Annotations

15 errors
Task Executor › init() › should pass zero for the Task entity if the maxTaskRetires option is zero: src/executor.spec.ts#L186
expect(jest.fn()).toHaveBeenCalledWith(...expected) - Expected + Received "1", [Function worker], Object { "activityReadySetupFunctions": Array [], "maxRetries": 0, + "startupTimeout": 120000, "timeout": 300000, }, Number of calls: 1 at Object.<anonymous> (src/executor.spec.ts:186:20)
Task Executor › init() › should pass zero for the Task entity if the maxRetires params in run method is zero: src/executor.spec.ts#L208
expect(jest.fn()).toHaveBeenCalledWith(...expected) - Expected + Received "1", [Function worker], Object { "activityReadySetupFunctions": Array [], "maxRetries": 0, + "startupTimeout": 120000, "timeout": 300000, }, Number of calls: 1 at Object.<anonymous> (src/executor.spec.ts:208:20)
Build and unit-test on supported platforms and NodeJS versions (18.19.x, ubuntu-latest)
The job was canceled because "_20_10_x_ubuntu-latest" failed.
Task Executor › init() › should pass zero for the Task entity if the maxTaskRetires option is zero: src/executor.spec.ts#L186
expect(jest.fn()).toHaveBeenCalledWith(...expected) - Expected + Received "1", [Function worker], Object { "activityReadySetupFunctions": Array [], "maxRetries": 0, + "startupTimeout": 120000, "timeout": 300000, }, Number of calls: 1 at Object.<anonymous> (src/executor.spec.ts:186:20)
Task Executor › init() › should pass zero for the Task entity if the maxRetires params in run method is zero: src/executor.spec.ts#L208
expect(jest.fn()).toHaveBeenCalledWith(...expected) - Expected + Received "1", [Function worker], Object { "activityReadySetupFunctions": Array [], "maxRetries": 0, + "startupTimeout": 120000, "timeout": 300000, }, Number of calls: 1 at Object.<anonymous> (src/executor.spec.ts:208:20)
Build and unit-test on supported platforms and NodeJS versions (20.10.x, windows-latest)
The job was canceled because "_20_10_x_ubuntu-latest" failed.
Build and unit-test on supported platforms and NodeJS versions (18.19.x, windows-latest)
The job was canceled because "_20_10_x_ubuntu-latest" failed.
Build and unit-test on supported platforms and NodeJS versions (20.10.x, macos-latest)
The job was canceled because "_20_10_x_ubuntu-latest" failed.
Build and unit-test on supported platforms and NodeJS versions (18.19.x, macos-latest)
The job was canceled because "_20_10_x_ubuntu-latest" failed.