Skip to content

Features - v3

Features - v3 #478

Triggered via pull request March 9, 2026 21:51
Status Failure
Total duration 21m 10s
Artifacts

pull_request.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

152 errors
Node.js v22 - integration:v5:batch4 tests
Failed test were found and 'fail-on-error' option is set to true
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)
SecretClient › Deletion › deleteSecret should remove the secret: src/integration-tests/SecretClient.test.ts#L122
expect(received).resolves.not.toThrow() Received promise rejected instead of resolved Rejected to value: [[Conductor SDK Error]: Failed to delete secret 'jsSdkTest_secret_1773093137408'] at expect (node_modules/expect/build/index.js:2116:15) at Object.<anonymous> (src/integration-tests/SecretClient.test.ts:122:19)
SecretClient › Secret Tags › deleteSecretTags should remove specific tags: src/integration-tests/SecretClient.test.ts#L108
expect(received).resolves.not.toThrow() Received promise rejected instead of resolved Rejected to value: [[Conductor SDK Error]: Failed to delete tags from secret 'jsSdkTest_secret_1773093137408'] at expect (node_modules/expect/build/index.js:2116:15) at Object.<anonymous> (src/integration-tests/SecretClient.test.ts:108:19)
Node.js v24 - integration:v5:batch5 tests
Failed test were found and 'fail-on-error' option is set to true
WorkflowResourceService › Should test a workflow: 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/WorkflowResourceService.test.ts:14:20)
WorkflowResourceService › Should test a workflow: 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/WorkflowResourceService.test.ts:25:20)
SchedulerClient › Should be able to retrieve next (default 3) execution times for a scheduler: 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/SchedulerClient.test.ts:44:20)
SchedulerClient › Should be able to delete the schedule: 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/SchedulerClient.test.ts:44:20)
SchedulerClient › Should be able to pause the schedule: 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/SchedulerClient.test.ts:44:20)
SchedulerClient › Should be able to see the result in executed schedule: 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/SchedulerClient.test.ts:44:20)
SchedulerClient › Should be able to resume the schedule: 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/SchedulerClient.test.ts:44:20)
SchedulerClient › Should be able to register a workflow and retrieve it: 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/SchedulerClient.test.ts:44: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:104:20)
TaskManager › update task example: 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/readme.test.ts:107:41)
Node.js v20 - integration:v5:batch4 tests
Failed test were found and 'fail-on-error' option is set to true
SecretClient › Secret Tags › setSecretTags should set tags on the secret: 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/SecretClient.test.ts:27:20)
SecretClient › Secret CRUD › listSecretsThatUserCanGrantAccessTo should return an array: 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/SecretClient.test.ts:27:20)
SecretClient › Secret CRUD › listAllSecretNames should include the test secret: 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/SecretClient.test.ts:27:20)
SecretClient › Secret CRUD › putSecret should update an existing secret: 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/SecretClient.test.ts:27:20)
SecretClient › Secret CRUD › getSecret should return the stored value: 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/SecretClient.test.ts:27:20)
SecretClient › Secret CRUD › secretExists should return true for existing secret: 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/SecretClient.test.ts:27:20)
SecretClient › Secret CRUD › putSecret should store a new secret: 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/SecretClient.test.ts:27:20)
MetadataClient › Should unregister a task definition: 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/MetadataClient.test.ts:14:20)
MetadataClient › Should update a task definition: 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/MetadataClient.test.ts:14:20)
MetadataClient › Should register a task definition: 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/MetadataClient.test.ts:14:20)
Node.js v24 - integration:v5:batch4 tests
Failed test were found and 'fail-on-error' option is set to true
MetadataClient › Should unregister a task definition: 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/MetadataClient.test.ts:14:20)
MetadataClient › Should update a task definition: 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/MetadataClient.test.ts:14:20)
MetadataClient › Should register a task definition: 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/MetadataClient.test.ts:14:20)
PromptClient › Deletion › deletePrompt should remove the prompt: src/integration-tests/PromptClient.test.ts#L167
expect(received).resolves.not.toThrow() Received promise rejected instead of resolved Rejected to value: [[Conductor SDK Error]: Failed to delete prompt 'jsSdkTest_prompt_1773093134266'] at expect (node_modules/expect/build/index.js:2116:15) at Object.<anonymous> (src/integration-tests/PromptClient.test.ts:167:19)
MetadataClient Complete Coverage › Scheduler Extended › deleteSchedulerTags should remove specific tags: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to save schedule at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.saveSchedule (src/sdk/clients/scheduler/SchedulerClient.ts:32:21) at Object.<anonymous> (src/integration-tests/MetadataClient.complete.test.ts:321:7)
MetadataClient Complete Coverage › Scheduler Extended › getSchedulerTags should return schedule tags: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to save schedule at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.saveSchedule (src/sdk/clients/scheduler/SchedulerClient.ts:32:21) at Object.<anonymous> (src/integration-tests/MetadataClient.complete.test.ts:321:7)
MetadataClient Complete Coverage › Scheduler Extended › setSchedulerTags should set tags on a schedule: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to save schedule at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.saveSchedule (src/sdk/clients/scheduler/SchedulerClient.ts:32:21) at Object.<anonymous> (src/integration-tests/MetadataClient.complete.test.ts:321:7)
MetadataClient Complete Coverage › Scheduler Extended › requeueAllExecutionRecords should requeue execution records: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to save schedule at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.saveSchedule (src/sdk/clients/scheduler/SchedulerClient.ts:32:21) at Object.<anonymous> (src/integration-tests/MetadataClient.complete.test.ts:321:7)
MetadataClient Complete Coverage › Scheduler Extended › resumeAllSchedules should resume all schedules: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to save schedule at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.saveSchedule (src/sdk/clients/scheduler/SchedulerClient.ts:32:21) at Object.<anonymous> (src/integration-tests/MetadataClient.complete.test.ts:321:7)
MetadataClient Complete Coverage › Scheduler Extended › pauseAllSchedules should pause all schedules: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to save schedule at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.saveSchedule (src/sdk/clients/scheduler/SchedulerClient.ts:32:21) at Object.<anonymous> (src/integration-tests/MetadataClient.complete.test.ts:321:7)
Node.js v24 - integration:v5:batch3 tests
Failed test were found and 'fail-on-error' option is set to true
TaskClient Complete Coverage › Task Logs › addTaskLog should add a log entry to a task: 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/TaskClient.complete.test.ts:43:14)
TaskClient Complete Coverage › Task Queries › getTaskPollData should return poll data: 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/TaskClient.complete.test.ts:43:14)
TaskClient Complete Coverage › Task Queries › getQueueSizeForTask should return queue sizes: 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/TaskClient.complete.test.ts:43:14)
TaskClient Complete Coverage › Task Queries › search should find tasks: 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/TaskClient.complete.test.ts:43:14)
TaskClient Complete Coverage › Task Queries › getTask should return task details by ID: 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/TaskClient.complete.test.ts:43:14)
TaskManager › Updates single worker properties: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:408:5)
TaskManager › multi worker example: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:273:5)
TaskManager › If no error handler provided. it should just update the task: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register task definitions at handleSdkError (src/sdk/helpers/errors.ts:49:11) at MetadataClient.registerTasks (src/sdk/clients/metadata/MetadataClient.ts:64:21) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:189:5)
TaskManager › On error it should call the errorHandler provided: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register task definitions at handleSdkError (src/sdk/helpers/errors.ts:49:11) at MetadataClient.registerTasks (src/sdk/clients/metadata/MetadataClient.ts:64:21) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:117:9)
SDK Worker Registration › TaskHandler auto-discovers and executes decorated workers: 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 executeWorkflowWithRetry (src/integration-tests/utils/executeWorkflowWithRetry.ts:31:14) at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:118:28)
Node.js v22 - integration:v5:batch5 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration:v5:batch5 tests
Process completed with exit code 1.
WorkflowResourceService › Should test a workflow: 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/WorkflowResourceService.test.ts:14:20)
WorkflowResourceService › Should test a workflow: 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/WorkflowResourceService.test.ts:25:20)
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_1773093136041' 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/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to pause schedule 'jsSdkTestSchedule_1773093136041' at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.pauseSchedule (src/sdk/clients/scheduler/SchedulerClient.ts:98:21) at Object.<anonymous> (src/integration-tests/SchedulerClient.test.ts:136:5)
SchedulerClient › Should be able to see the result in executed schedule: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to search schedules at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.search (src/sdk/clients/scheduler/SchedulerClient.ts:62:21) at Object.<anonymous> (src/integration-tests/SchedulerClient.test.ts:123: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:104:20)
Node.js v20 - integration:v5:batch5 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v20 - integration:v5:batch5 tests
Process completed with exit code 1.
WorkflowResourceService › Should test a workflow: 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/WorkflowResourceService.test.ts:14:20)
WorkflowResourceService › Should test a workflow: 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/WorkflowResourceService.test.ts:25:20)
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_1773093136151' 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/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to pause schedule 'jsSdkTestSchedule_1773093136151' at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.pauseSchedule (src/sdk/clients/scheduler/SchedulerClient.ts:98:21) at Object.<anonymous> (src/integration-tests/SchedulerClient.test.ts:136:5)
SchedulerClient › Should be able to see the result in executed schedule: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to search schedules at handleSdkError (src/sdk/helpers/errors.ts:49:11) at SchedulerClient.search (src/sdk/clients/scheduler/SchedulerClient.ts:62:21) at Object.<anonymous> (src/integration-tests/SchedulerClient.test.ts:123: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:104:20)
Node.js v20 - integration:v5:batch1 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v20 - integration:v5:batch1 tests
Process completed with exit code 1.
EventClient › Event Processing › Should handle incoming event: src/integration-tests/EventClient.test.ts#L576
expect(received).toBe(expected) // Object.is equality Expected: true Received: undefined at Object.<anonymous> (src/integration-tests/EventClient.test.ts:576:40)
EventClient › Error Handling › Should handle error when handling incoming event with invalid data: 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/EventClient.test.ts:514:43)
EventClient › Error Handling › Should handle error when testing connectivity with invalid input: 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/EventClient.test.ts:501:43)
EventClient › Error Handling › Should throw error when adding event handler with invalid data: 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/EventClient.test.ts:486:43)
EventClient › Tag Management › Should delete tags for an event handler: src/integration-tests/EventClient.test.ts#L415
expect(received).toBeDefined() Received: undefined at Object.<anonymous> (src/integration-tests/EventClient.test.ts:415:33)
EventClient › Event Handler Management › Should update an event handler: src/integration-tests/EventClient.test.ts#L194
expect(received).toEqual(expected) // deep equality Expected: false Received: undefined at Object.<anonymous> (src/integration-tests/EventClient.test.ts:194:39)
Node.js v24 - integration:v5:batch1 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v24 - integration:v5:batch1 tests
Process completed with exit code 1.
EventClient › Error Handling › Should throw error when getting queue config for non-existent queue: 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/EventClient.test.ts:476:43)
EventClient › Error Handling › Should throw error when updating non-existent event handler: 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/EventClient.test.ts:458:43)
EventClient › Event Handler Management › Should get event handler by name: src/integration-tests/EventClient.test.ts#L221
expect(received).toEqual(expected) // deep equality Expected: "jsSdkTest:event-handler:1773093129045" Received: undefined at Object.<anonymous> (src/integration-tests/EventClient.test.ts:221:37)
EventClient › Event Handler Management › Should update an event handler: src/integration-tests/EventClient.test.ts#L194
expect(received).toEqual(expected) // deep equality Expected: false Received: undefined at Object.<anonymous> (src/integration-tests/EventClient.test.ts:194:39)
Node.js v22 - integration:v5:batch3 tests
Failed test were found and 'fail-on-error' option is set to true
SDK Worker Registration › worker with custom configuration options: src/integration-tests/WorkerRegistration.test.ts#L28
thrown: "Exceeded timeout of 5000 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/WorkerRegistration.test.ts:28:12 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
SDK Worker Registration › manual workers can be added alongside decorated workers: src/integration-tests/WorkerRegistration.test.ts#L28
thrown: "Exceeded timeout of 5000 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/WorkerRegistration.test.ts:28:12 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
SDK Worker Registration › TaskHandler lifecycle - start and stop multiple times: src/integration-tests/WorkerRegistration.test.ts#L28
thrown: "Exceeded timeout of 5000 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/WorkerRegistration.test.ts:28:12 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
SDK Worker Registration › multiple workers can be registered and executed: src/integration-tests/WorkerRegistration.test.ts#L28
thrown: "Exceeded timeout of 5000 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/WorkerRegistration.test.ts:28:12 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
SDK Worker Registration › event listeners receive lifecycle events: src/integration-tests/WorkerRegistration.test.ts#L28
thrown: "Exceeded timeout of 5000 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/WorkerRegistration.test.ts:28:12 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
SDK Worker Registration › NonRetryableException marks task as terminal failure: src/integration-tests/WorkerRegistration.test.ts#L28
thrown: "Exceeded timeout of 5000 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/WorkerRegistration.test.ts:28:12 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
SDK Worker Registration › worker with domain isolation: src/integration-tests/WorkerRegistration.test.ts#L28
thrown: "Exceeded timeout of 5000 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/WorkerRegistration.test.ts:28:12 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
SDK Worker Registration › worker with concurrency processes multiple tasks: src/integration-tests/WorkerRegistration.test.ts#L28
thrown: "Exceeded timeout of 5000 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/WorkerRegistration.test.ts:28:12 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
SDK Worker Registration › TaskHandler auto-discovers and executes decorated workers: src/integration-tests/WorkerRegistration.test.ts#L28
thrown: "Exceeded timeout of 5000 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/WorkerRegistration.test.ts:28:12 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
SDK Worker Registration › worker() function registers workers in global registry: src/integration-tests/WorkerRegistration.test.ts#L28
thrown: "Exceeded timeout of 5000 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/WorkerRegistration.test.ts:28:12 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:23:9)
Node.js v22 - integration:v5:batch1 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration:v5:batch1 tests
Process completed with exit code 1.
EventClient › Event Handler Management › Should remove an event handler: src/integration-tests/EventClient.test.ts#L254
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/EventClient.test.ts:254:9 at src/integration-tests/EventClient.test.ts:66:11 at Object.<anonymous> (src/integration-tests/EventClient.test.ts:13:9)
Node.js v22 - integration:v5:batch2 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration:v5:batch2 tests
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 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: 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_WORKFLOW: 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:v5:batch2 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v20 - integration:v5:batch2 tests
Process completed with exit code 1.
WorkflowExecutor › Should run workflow with an optional http task: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow: Response body object should not be disturbed or locked at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:240:5)
WorkflowExecutor › Should run workflow with http task with asyncComplete true: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to register workflow: Response body object should not be disturbed or locked at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.registerWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:62:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:171:5)
WorkflowExecutor › Should execute a workflow with indempotency key: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow: Response body object should not be disturbed or locked 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.test.ts:151:25)
WorkflowExecutor › Should return workflow status detail: src/integration-tests/WorkflowExecutor.test.ts#L138
expect(received).toBeDefined() Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:138:25)
WorkflowExecutor › Should be able to get workflow execution status: src/integration-tests/WorkflowExecutor.test.ts#L123
expect(received).toBeDefined() Received: undefined at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:123:25)
WorkflowExecutor › Should be able to execute workflow synchronously: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow: Response body object should not be disturbed or locked 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:108:25)
WorkflowExecutor › Should be able to start a workflow: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow: Response body object should not be disturbed or locked 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.test.ts:101:19)
Node.js v20 - integration:v4 tests
Failed test were found and 'fail-on-error' option is set to true
TaskManager › If no error handler provided. it should just update the task: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 6cab5832-1c03-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:226:28)
TaskManager › On error it should call the errorHandler provided: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 5a859ff4-1c03-11f1-a686-1e15fbc0c9c1 did not complete within 30000ms at waitForWorkflowCompletion (src/integration-tests/utils/waitForWorkflowCompletion.ts:43:9) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:155:28)
TaskManager › Should run workflow with worker: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 47854ddb-1c03-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:81:28)
Worker Advanced Features › TaskContext › getTaskContext should expose all context methods during execution: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow: Required parameter 'requestId' is not present. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21) at executeWorkflowWithRetry (src/integration-tests/utils/executeWorkflowWithRetry.ts:31:14) at Object.<anonymous> (src/integration-tests/WorkerAdvanced.test.ts:355:30)
Worker Advanced Features › MetricsCollector › should collect poll and execution metrics during workflow run: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow: Required parameter 'requestId' is not present. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21) at executeWorkflowWithRetry (src/integration-tests/utils/executeWorkflowWithRetry.ts:31:14) at Object.<anonymous> (src/integration-tests/WorkerAdvanced.test.ts:105:30)
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 tests
Failed test were found and 'fail-on-error' option is set to true
TaskManager › On error it should call the errorHandler provided: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 563ef895-1c03-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:155:28)
TaskManager › Should run workflow with worker: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 4345331e-1c03-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:81:28)
Worker Advanced Features › TaskContext › getTaskContext should expose all context methods during execution: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow: Required parameter 'requestId' is not present. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21) at executeWorkflowWithRetry (src/integration-tests/utils/executeWorkflowWithRetry.ts:31:14) at Object.<anonymous> (src/integration-tests/WorkerAdvanced.test.ts:355:30)
Worker Advanced Features › MetricsCollector › should collect poll and execution metrics during workflow run: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow: Required parameter 'requestId' is not present. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21) at executeWorkflowWithRetry (src/integration-tests/utils/executeWorkflowWithRetry.ts:31:14) at Object.<anonymous> (src/integration-tests/WorkerAdvanced.test.ts:105:30)
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)
WorkflowExecutor › Should run workflow with http task with asyncComplete true: src/integration-tests/WorkflowExecutor.test.ts#L212
expect(received).toEqual(expected) // deep equality Expected: "IN_PROGRESS" Received: "FAILED_WITH_TERMINAL_ERROR" at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:212:24)
Node.js v24 - integration:v4 tests
Failed test were found and 'fail-on-error' option is set to true
TaskManager › If no error handler provided. it should just update the task: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 57d269d7-1c03-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:226:28)
TaskManager › On error it should call the errorHandler provided: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 45931360-1c03-11f1-a686-1e15fbc0c9c1 did not complete within 30000ms at waitForWorkflowCompletion (src/integration-tests/utils/waitForWorkflowCompletion.ts:43:9) at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:155:28)
TaskManager › Should run workflow with worker: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 328c0635-1c03-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:81:28)
Worker Advanced Features › TaskContext › getTaskContext should expose all context methods during execution: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow: Required parameter 'requestId' is not present. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21) at executeWorkflowWithRetry (src/integration-tests/utils/executeWorkflowWithRetry.ts:31:14) at Object.<anonymous> (src/integration-tests/WorkerAdvanced.test.ts:355:30)
Worker Advanced Features › MetricsCollector › should collect poll and execution metrics during workflow run: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to execute workflow: Required parameter 'requestId' is not present. at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21) at executeWorkflowWithRetry (src/integration-tests/utils/executeWorkflowWithRetry.ts:31:14) at Object.<anonymous> (src/integration-tests/WorkerAdvanced.test.ts:105:30)
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)