Separate unit, integration (v4/v5) tests; Run tests on Node 20, 22, 24; Add retry for HTTP 429 error #233
Triggered via pull request
September 24, 2025 16:16
Status
Failure
Total duration
7m 31s
Artifacts
–
Annotations
12 errors
|
Node.js v18 - integration:v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v18 - integration:v4 tests
Process completed with exit code 1.
|
|
TaskManager › On error it should call the errorHandler provided:
src/orkes/request/request.ts#L230
TypeError: fetch failed
at sendRequest (src/orkes/request/request.ts:230:10)
at src/orkes/request/request.ts:310:26
|
|
Node.js v20 - integration:v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v20 - integration:v5 tests
Process completed with exit code 1.
|
|
ScheduleExecutor › Should be able to delete the schedule:
src/orkes/request/request.ts#L230
TypeError: fetch failed
at sendRequest (src/orkes/request/request.ts:230:10)
at src/orkes/request/request.ts:310:26
|
|
Node.js v20 - integration:v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v20 - integration:v4 tests
Process completed with exit code 1.
|
|
TaskManager › Updates single worker properties:
src/orkes/request/request.ts#L230
TypeError: fetch failed
at sendRequest (src/orkes/request/request.ts:230:10)
at src/orkes/request/request.ts:310:26
|
|
Node.js v22 - integration:v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v22 - integration:v4 tests
Process completed with exit code 1.
|
|
TaskManager › Should run workflow with worker:
integration-tests/common/TaskManager.test.ts#L15
thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at integration-tests/common/TaskManager.test.ts:15:7
at Object.<anonymous> (integration-tests/common/TaskManager.test.ts:10:9)
|