Features - v3 #489
Annotations
9 errors
|
Node.js v20 - integration v4 (shard 1/3)
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v20 - integration v4 (shard 1/3)
Process completed with exit code 1.
|
|
TaskManager › update task example:
src/integration-tests/readme.test.ts#L93
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/readme.test.ts:93:7
at Object.<anonymous> (src/integration-tests/readme.test.ts:13:9)
|
|
TaskManager › worker example:
src/integration-tests/readme.test.ts#L29
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/readme.test.ts:29:7
at Object.<anonymous> (src/integration-tests/readme.test.ts:13:9)
|
|
SDK Worker Registration › multiple workers can be registered and executed:
src/integration-tests/utils/waitForWorkflowStatus.ts#L44
Workflow did not reach status COMPLETED within 60000ms
at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:44:9)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:513:28)
|
|
SDK Worker Registration › event listeners receive lifecycle events:
src/integration-tests/utils/waitForWorkflowStatus.ts#L44
Workflow did not reach status COMPLETED within 60000ms
at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:44:9)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:428:5)
|
|
SDK Worker Registration › NonRetryableException marks task as terminal failure:
src/integration-tests/WorkerRegistration.test.ts#L277
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:277:7
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
|
|
SDK Worker Registration › worker with concurrency processes multiple tasks:
src/integration-tests/utils/waitForWorkflowStatus.ts#L44
Workflow did not reach status COMPLETED within 60000ms
at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:44:9)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:229:28)
|
|
SDK Worker Registration › TaskHandler auto-discovers and executes decorated workers:
src/integration-tests/utils/waitForWorkflowStatus.ts#L44
Workflow did not reach status COMPLETED within 60000ms
at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:44:9)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:135:28)
|