SDK update #434
Annotations
24 errors
|
Node.js v22 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v22 - integration:orkes-v4 tests
Process completed with exit code 1.
|
|
SDK Worker Registration › regular exceptions mark task for retry:
src/integration-tests/utils/waitForWorkflowStatus.ts#L36
Workflow did not reach status COMPLETED within 60000ms
at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:36:9)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:397:28)
|
|
Node.js v20 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v20 - integration:orkes-v5 tests
Process completed with exit code 1.
|
|
SDK Worker Registration › regular exceptions mark task for retry:
src/integration-tests/utils/waitForWorkflowStatus.ts#L36
Workflow did not reach status COMPLETED within 60000ms
at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:36:9)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:397:28)
|
|
Node.js v24 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v24 - integration:orkes-v4 tests
Process completed with exit code 1.
|
|
TaskManager › Should create and run a workflow that sums two numbers:
src/sdk/createConductorClient/helpers/fetchWithRetry.ts#L11
TypeError: fetch failed
at node_modules/undici/index.js:124:13
at retryFetch (src/sdk/createConductorClient/helpers/fetchWithRetry.ts:11:20)
at request (src/open-api/generated/client/client.gen.ts:98:20)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:33:27)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/readme.test.ts:17:20)
|
|
TaskManager › update task example:
src/sdk/createConductorClient/helpers/fetchWithRetry.ts#L11
TypeError: fetch failed
at node_modules/undici/index.js:124:13
at retryFetch (src/sdk/createConductorClient/helpers/fetchWithRetry.ts:11:20)
at request (src/open-api/generated/client/client.gen.ts:98:20)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:33:27)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/readme.test.ts:17:20)
|
|
TaskManager › worker example:
src/sdk/createConductorClient/helpers/fetchWithRetry.ts#L11
TypeError: fetch failed
at node_modules/undici/index.js:124:13
at retryFetch (src/sdk/createConductorClient/helpers/fetchWithRetry.ts:11:20)
at request (src/open-api/generated/client/client.gen.ts:98:20)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:33:27)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/readme.test.ts:17:20)
|
|
SDK Worker Registration › regular exceptions mark task for retry:
src/integration-tests/utils/waitForWorkflowStatus.ts#L36
Workflow did not reach status COMPLETED within 60000ms
at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:36:9)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:397:28)
|
|
Node.js v20 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v20 - integration:orkes-v4 tests
Process completed with exit code 1.
|
|
SDK Worker Registration › multiple workers can be registered and executed:
src/integration-tests/WorkerRegistration.test.ts#L494
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 src/integration-tests/WorkerRegistration.test.ts:494:7
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:21:9)
|
|
SDK Worker Registration › event listeners receive lifecycle events:
src/integration-tests/WorkerRegistration.test.ts#L414
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 src/integration-tests/WorkerRegistration.test.ts:414:7
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:21:9)
|
|
SDK Worker Registration › regular exceptions mark task for retry:
src/integration-tests/utils/waitForWorkflowStatus.ts#L36
Workflow did not reach status COMPLETED within 60000ms
at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:36:9)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:397:28)
|
|
Node.js v22 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v22 - integration:orkes-v5 tests
Process completed with exit code 1.
|
|
SDK Worker Registration › regular exceptions mark task for retry:
src/integration-tests/utils/waitForWorkflowStatus.ts#L36
Workflow did not reach status COMPLETED within 60000ms
at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:36:9)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:397:28)
|
|
Node.js v24 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v24 - integration:orkes-v5 tests
Process completed with exit code 1.
|
|
SDK Worker Registration › regular exceptions mark task for retry:
src/integration-tests/WorkerRegistration.test.ts#L408
expect(received).toBe(expected) // Object.is equality
Expected: "COMPLETED"
Received: "FAILED"
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:408:31)
|
|
SDK Worker Registration › NonRetryableException marks task as terminal failure:
src/integration-tests/WorkerRegistration.test.ts#L259
thrown: "Exceeded timeout of 60000 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 src/integration-tests/WorkerRegistration.test.ts:259:7
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:21:9)
|