Features - v3 #473
Annotations
68 errors and 4 warnings
|
linter
Process completed with exit code 1.
|
|
linter:
src/integration-tests/AuthorizationClient.test.ts#L45
Forbidden non-null assertion
|
|
Node.js v24 - integration:v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
WorkflowExecutor Complete Coverage › Error Paths › goBackToTask should throw when no matching task found:
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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:781:20)
|
|
WorkflowExecutor Complete Coverage › Signal Async › signalAsync should signal a workflow asynchronously:
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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:713:20)
|
|
WorkflowExecutor Complete Coverage › GoBack Methods › goBackToFirstTaskMatchingType should rerun from a task type:
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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:694:20)
|
|
WorkflowExecutor Complete Coverage › GoBack Methods › goBackToTask should rerun from a matching 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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:662:20)
|
|
WorkflowExecutor Complete Coverage › Update State › updateState should update workflow and task state:
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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:625:20)
|
|
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:81: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-1773081349176'
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:81: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 get execution for 'd9275f48-1be6-11f1-9ffb-e6dfaacd24b4'
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.getExecution (src/sdk/clients/workflow/WorkflowExecutor.ts:291:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:528:27)
|
|
EventClient › Event Executions and Statistics › Should get event handlers with statistics:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get event handlers statistics: Cannot invoke "io.orkes.conductor.common.metadata.EventHandler.isActive()" because the return value of "java.util.Map.get(Object)" is null
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at EventClient.getEventHandlersWithStats (src/sdk/clients/event/EventClient.ts:481:21)
at Object.<anonymous> (src/integration-tests/EventClient.test.ts:772:26)
|
|
Node.js v22 - integration:v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
ApplicationClient › Application Management › Should create a new application:
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/ApplicationClient.test.ts:19:47)
|
|
WorkflowExecutor Complete Coverage › Error Paths › goBackToTask should throw when no matching task found:
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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:781:20)
|
|
WorkflowExecutor Complete Coverage › Signal Async › signalAsync should signal a workflow asynchronously:
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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:713:20)
|
|
WorkflowExecutor Complete Coverage › GoBack Methods › goBackToFirstTaskMatchingType should rerun from a task type:
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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:694:20)
|
|
WorkflowExecutor Complete Coverage › GoBack Methods › goBackToTask should rerun from a matching 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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:662:20)
|
|
WorkflowExecutor Complete Coverage › Update State › updateState should update workflow and task state:
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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:625:20)
|
|
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:81: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-1773081348933'
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/integration-tests/WorkflowExecutor.complete.test.ts#L566
expect(received).resolves.not.toThrow()
Received promise rejected instead of resolved
Rejected to value: [[Conductor SDK Error]: Failed to delete workflow 'd9bb13ce-1be6-11f1-9ffb-e6dfaacd24b4']
at expect (node_modules/expect/build/index.js:2116:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:566:19)
|
|
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)
|
|
Node.js v20 - integration:v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
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:81: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:81: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 execution for 'undefined'
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.getExecution (src/sdk/clients/workflow/WorkflowExecutor.ts:291:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:392:25)
|
|
WorkflowExecutor Complete Coverage › Task Updates › updateTaskByRefName should complete a task by reference name:
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:81:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:370:18)
|
|
WorkflowExecutor Complete Coverage › Workflow Control (pause/resume/terminate/restart/retry) › retry should retry a terminated workflow:
src/integration-tests/WorkflowExecutor.complete.test.ts#L353
expect(received).resolves.not.toThrow()
Received promise rejected instead of resolved
Rejected to value: [[Conductor SDK Error]: Failed to retry workflow 'd98cd7db-1be6-11f1-9ffb-e6dfaacd24b4']
at expect (node_modules/expect/build/index.js:2116:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:353:19)
|
|
EventClient › Tag Management › Should delete tags for an event handler:
src/integration-tests/EventClient.test.ts#L390
expect(received).toBeDefined()
Received: undefined
at src/integration-tests/EventClient.test.ts:390:26
at Array.forEach (<anonymous>)
at Object.<anonymous> (src/integration-tests/EventClient.test.ts:386:12)
|
|
EventClient › Event Handler Management › Should remove an event handler:
src/integration-tests/EventClient.test.ts#L268
expect(received).toEqual(expected) // deep equality
Expected: "jsSdkTest:event-handler:1773081327450"
Received: undefined
at Object.<anonymous> (src/integration-tests/EventClient.test.ts:268:37)
|
|
EventClient › Event Handler Management › Should get event handlers for a specific event:
src/integration-tests/EventClient.test.ts#L241
expect(received).toBeDefined()
Received: undefined
at Object.<anonymous> (src/integration-tests/EventClient.test.ts:241:28)
|
|
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:1773081325069"
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 v20 - integration:v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
IntegrationClient › Prompt Association › getPromptsWithIntegration should return associated prompts:
src/integration-tests/IntegrationClient.test.ts#L339
expect(received).toBeDefined()
Received: undefined
at Object.<anonymous> (src/integration-tests/IntegrationClient.test.ts:339:21)
|
|
IntegrationClient › Prompt Association › associatePromptWithIntegration should link a prompt:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to save prompt 'jsSdkTest_prompt_for_integration_1773081739790': BACKEND_ERROR - ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at PromptClient.savePrompt (src/sdk/clients/prompt/PromptClient.ts:38:21)
at Object.<anonymous> (src/integration-tests/IntegrationClient.test.ts:315:7)
|
|
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:141: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:141: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 Complete Coverage › Error Paths › getTask should throw for non-existent task ID:
src/integration-tests/WorkflowExecutor.complete.test.ts#L766
expect(received).rejects.toThrow()
Received promise resolved instead of rejected
Resolved to value: null
at expect (node_modules/expect/build/index.js:2116:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:766:19)
|
|
Node.js v22 - integration:v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
IntegrationClient › Prompt Association › getPromptsWithIntegration should return associated prompts:
src/integration-tests/IntegrationClient.test.ts#L339
expect(received).toBeDefined()
Received: undefined
at Object.<anonymous> (src/integration-tests/IntegrationClient.test.ts:339:21)
|
|
IntegrationClient › Prompt Association › associatePromptWithIntegration should link a prompt:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to save prompt 'jsSdkTest_prompt_for_integration_1773081743945': BACKEND_ERROR - ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at PromptClient.savePrompt (src/sdk/clients/prompt/PromptClient.ts:38:21)
at Object.<anonymous> (src/integration-tests/IntegrationClient.test.ts:315:7)
|
|
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:141: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:141: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 Complete Coverage › Error Paths › getTask should throw for non-existent task ID:
src/integration-tests/WorkflowExecutor.complete.test.ts#L766
expect(received).rejects.toThrow()
Received promise resolved instead of rejected
Resolved to value: null
at expect (node_modules/expect/build/index.js:2116:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:766:19)
|
|
Node.js v24 - integration:v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
IntegrationClient › Prompt Association › associatePromptWithIntegration should link a prompt:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to save prompt 'jsSdkTest_prompt_for_integration_1773081795072': BACKEND_ERROR - ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at PromptClient.savePrompt (src/sdk/clients/prompt/PromptClient.ts:38:21)
at Object.<anonymous> (src/integration-tests/IntegrationClient.test.ts:315:7)
|
|
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:141: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:141: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/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:141:21)
at executeWorkflowWithRetry (src/integration-tests/utils/executeWorkflowWithRetry.ts:31:14)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:413:28)
|
|
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 Complete Coverage › Error Paths › getTask should throw for non-existent task ID:
src/integration-tests/WorkflowExecutor.complete.test.ts#L766
expect(received).rejects.toThrow()
Received promise resolved instead of rejected
Resolved to value: null
at expect (node_modules/expect/build/index.js:2116:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:766:19)
|
|
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 v22 - integration:v4 tests
Back off 15.615 seconds before retry.
|
|
Node.js v22 - integration:v4 tests
Failed to download action 'https://api.github.com/repos/codecov/codecov-action/tarball/b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238'. Error: Response status code does not indicate success: 502 (Bad Gateway). 9401:1F777E:63E52B:1AEF7C6:69AF12D7
|
|
Node.js v24 - integration:v4 tests
Back off 24.212 seconds before retry.
|
|
Node.js v24 - integration:v4 tests
Failed to download action 'https://api.github.com/repos/dorny/test-reporter/tarball/3d76b34a4535afbd0600d347b09a6ee5deb3ed7f'. Error: Response status code does not indicate success: 502 (Bad Gateway). A450:185A01:5F3A56:19887CC:69AF12D6
|