Skip to content

Features - v3

Features - v3 #488

Triggered via pull request March 10, 2026 03:32
Status Cancelled
Total duration 25m 52s
Artifacts

pull_request.yml

on: pull_request
Matrix: integration-tests-v4
Matrix: integration-tests
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

71 errors and 1 warning
Node.js v20 - integration v5 (shard 2/3)
Failed test were found and 'fail-on-error' option is set to true
MetadataClient Complete Coverage › Workflow Tags › setWorkflowTags should replace all tags: src/integration-tests/MetadataClient.complete.test.ts#L185
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/MetadataClient.complete.test.ts:185:9 at src/integration-tests/MetadataClient.complete.test.ts:166:11 at Object.<anonymous> (src/integration-tests/MetadataClient.complete.test.ts:32:9)
MetadataClient Complete Coverage › Batch Task Registration › registerTasks should register multiple task definitions at once: src/integration-tests/MetadataClient.complete.test.ts#L105
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/MetadataClient.complete.test.ts:105:9 at src/integration-tests/MetadataClient.complete.test.ts:104:11 at Object.<anonymous> (src/integration-tests/MetadataClient.complete.test.ts:32:9)
WorkflowExecutor Complete Coverage › Update Variables › updateVariables should update workflow variables: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.startWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:83:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:601:20)
WorkflowExecutor Complete Coverage › Test Workflow › testWorkflow should simulate a workflow execution: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get workflow definition 'jsSdkTest-taskWf-1773113575114' at handleSdkError (src/sdk/helpers/errors.ts:49:11) at MetadataClient.getWorkflowDef (src/sdk/clients/metadata/MetadataClient.ts:153:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:576:21)
WorkflowExecutor Complete Coverage › Delete Workflow › deleteWorkflow should remove a completed workflow execution: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.startWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:83:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:560:20)
WorkflowExecutor Complete Coverage › Skip Task › skipTasksFromWorkflow should skip a scheduled task: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.startWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:83:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:516:20)
WorkflowExecutor Complete Coverage › Rerun › reRun should re-execute a completed workflow from a task: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.startWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:83:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:483:20)
WorkflowExecutor Complete Coverage › Update Task Sync › updateTaskSync should complete a task and return workflow: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.startWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:83:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:445:20)
WorkflowExecutor Complete Coverage › Task Updates › updateTask should complete a task by ID: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.startWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:83:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:406:25)
WorkflowExecutor Complete Coverage › Task Updates › getTask should return task details: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get task 'db04b64d-1c31-11f1-8b30-121cc42ac465' at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.getTask (src/sdk/clients/workflow/WorkflowExecutor.ts:570:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:398:22)
Node.js v20 - integration v5 (shard 1/3)
Failed test were found and 'fail-on-error' option is set to true
Node.js v20 - integration v5 (shard 1/3)
Process completed with exit code 1.
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_TASK_INPUT: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:622:26)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_TASK: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:622:26)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_WORKFLOW: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:622:26)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + TARGET_WORKFLOW: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:622:26)
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_TASK_INPUT: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to signal workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.signal (src/sdk/clients/workflow/WorkflowExecutor.ts:634:21) at signalWithRetry (src/integration-tests/WorkflowExecutor.test.ts:698:17) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:713:11)
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.
SchemaClient › Schema CRUD › getSchemaByName should return latest version: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get schema 'jsSdkTest_schema_1773114062029': Method 'GET' is not supported. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchemaClient.getSchemaByName (src/sdk/clients/schema/SchemaClient.ts:71:21) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:71:22)
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)
Node.js v24 - integration v5 (shard 1/3)
Failed test were found and 'fail-on-error' option is set to true
SchemaClient › Error Paths › getSchema should throw for non-existent schema: src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503) at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:33:20)
SchemaClient › Schema Deletion › deleteSchemaByName should remove all versions: src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503) at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:33:20)
SchemaClient › Schema Deletion › deleteSchema should remove a specific version: src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503) at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:33:20)
SchemaClient › Schema CRUD › getSchema version 2 should return the updated schema: src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503) at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:33:20)
SchemaClient › Schema CRUD › registerSchema with newVersion should create version 2: src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503) at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:33:20)
SchemaClient › Schema CRUD › getAllSchemas should include the test schema: src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503) at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:33:20)
SchemaClient › Schema CRUD › getSchemaByName should return latest version: src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503) at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:33:20)
SchemaClient › Schema CRUD › getSchema should return schema by name and version: src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503) at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:33:20)
SchemaClient › Schema CRUD › registerSchema should create a new schema: src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503) at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:33:20)
E2E: 5-task workflow × 50 executions › 50 workflows with 5 sequential tasks each all complete with correct output: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.startWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:83:21) at Object.<anonymous> (src/integration-tests/E2EFiveTaskWorkflow.test.ts:113:20)
Node.js v22 - integration v5 (shard 3/3)
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration v5 (shard 3/3)
Process completed with exit code 1.
SchedulerClient › Should be able to retrieve next (default 3) execution times for a scheduler: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get next few schedules at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.getNextFewSchedules (src/sdk/clients/scheduler/SchedulerClient.ts:183:21) at Object.<anonymous> (src/integration-tests/SchedulerClient.test.ts:165:20)
SchedulerClient › Should be able to delete the schedule: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to delete schedule 'jsSdkTestSchedule_1773114072714' at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.deleteSchedule (src/sdk/clients/scheduler/SchedulerClient.ts:134:21) at Object.<anonymous> (src/integration-tests/SchedulerClient.test.ts:148:5)
SchedulerClient › Should be able to pause the schedule: src/integration-tests/SchedulerClient.test.ts#L133
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/SchedulerClient.test.ts:133:7 at Object.<anonymous> (src/integration-tests/SchedulerClient.test.ts:13:9)
Node.js v20 - integration v4 (shard 2/3)
Failed test were found and 'fail-on-error' option is set to true
Node.js v20 - integration v4 (shard 2/3)
Process completed with exit code 1.
TaskRunner › worker example: src/integration-tests/TaskRunner.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/TaskRunner.test.ts:29:7 at Object.<anonymous> (src/integration-tests/TaskRunner.test.ts:13:9)
Node.js v24 - integration v5 (shard 2/3)
Failed test were found and 'fail-on-error' option is set to true
Node.js v24 - integration v5 (shard 2/3)
Process completed with exit code 1.
WorkflowExecutor Complete Coverage › Start Methods › startWorkflows should start multiple workflows in batch: src/integration-tests/WorkflowExecutor.complete.test.ts#L134
thrown: "Exceeded timeout of 120000 ms for a hook. 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/WorkflowExecutor.complete.test.ts:134:12 at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:42:9)
Node.js v20 - integration v4 (shard 3/3)
Failed test were found and 'fail-on-error' option is set to true
Node.js v20 - integration v4 (shard 3/3)
Process completed with exit code 1.
TaskManager › Updates single worker properties: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 92912444-1c33-11f1-afb4-f20232da6138 did not complete within 30000ms at waitForWorkflowCompletion (src/integration-tests/utils/waitForWorkflowCompletion.ts:43:9) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:448:28)
TaskManager › multi worker example: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 80937d79-1c33-11f1-adaf-3a5cf098609b did not complete within 30000ms at waitForWorkflowCompletion (src/integration-tests/utils/waitForWorkflowCompletion.ts:43:9) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:313:28)
TaskManager › If no error handler provided. it should just update the task: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 6e92f810-1c33-11f1-afb4-f20232da6138 did not complete within 30000ms at waitForWorkflowCompletion (src/integration-tests/utils/waitForWorkflowCompletion.ts:43:9) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:239:28)
TaskManager › On error it should call the errorHandler provided: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 5c92a976-1c33-11f1-afb4-f20232da6138 did not complete within 30000ms at waitForWorkflowCompletion (src/integration-tests/utils/waitForWorkflowCompletion.ts:43:9) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:167:28)
TaskManager › Should run workflow with worker: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 49a68406-1c33-11f1-adaf-3a5cf098609b did not complete within 30000ms at waitForWorkflowCompletion (src/integration-tests/utils/waitForWorkflowCompletion.ts:43:9) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:92:28)
Node.js v22 - integration v4 (shard 1/3)
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration v4 (shard 1/3)
Process completed with exit code 1.
SchemaClient › Schema CRUD › getSchemaByName should return latest version: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get schema 'jsSdkTest_schema_1773114829116': Method 'GET' is not supported. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchemaClient.getSchemaByName (src/sdk/clients/schema/SchemaClient.ts:71:21) at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:71:22)
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)
Node.js v22 - integration v4 (shard 2/3)
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration v4 (shard 2/3)
Process completed with exit code 1.
TaskRunner › worker example: src/integration-tests/TaskRunner.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/TaskRunner.test.ts:29:7 at Object.<anonymous> (src/integration-tests/TaskRunner.test.ts:13:9)
Continuous Integration
The run was canceled by @ajlai-orkes.
Node.js v22 - integration v4 (shard 3/3)
The run was canceled by @ajlai-orkes.
Node.js v22 - integration v4 (shard 3/3)
The operation was canceled.
Node.js v22 - integration v4 (shard 3/3)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1