Skip to content

Features - v3

Features - v3 #476

Triggered via pull request March 9, 2026 19:57
Status Failure
Total duration 19m 43s
Artifacts

pull_request.yml

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

Annotations

54 errors
Node.js v24 - integration:v5 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v24 - integration:v5 tests
Process completed with exit code 1.
EventClient › Event Executions and Statistics › Should get event executions for a handler: src/integration-tests/EventClient.test.ts#L722
expect(received).toBeDefined() Received: undefined at Object.<anonymous> (src/integration-tests/EventClient.test.ts:722:28)
Node.js v22 - integration:v5 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration:v5 tests
Process completed with exit code 1.
ConductorWorkflow DSL › Fork/Join › fork() should create parallel branches with auto-join: src/integration-tests/ConductorWorkflow.test.ts#L218
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/ConductorWorkflow.test.ts:218:9 at src/integration-tests/ConductorWorkflow.test.ts:215:11 at Object.<anonymous> (src/integration-tests/ConductorWorkflow.test.ts:36:9)
ConductorWorkflow DSL › Start Workflow › startWorkflow() with correlationId should set correlation: 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:81:21) at Object.<anonymous> (src/integration-tests/ConductorWorkflow.test.ts:202:26)
ConductorWorkflow DSL › Start Workflow › startWorkflow() should start asynchronously and return ID: src/integration-tests/ConductorWorkflow.test.ts#L173
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/ConductorWorkflow.test.ts:173:9 at src/integration-tests/ConductorWorkflow.test.ts:170:11 at Object.<anonymous> (src/integration-tests/ConductorWorkflow.test.ts:36:9)
ConductorWorkflow DSL › Execute Workflow › execute() should run workflow synchronously and return result: src/integration-tests/ConductorWorkflow.test.ts#L149
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/ConductorWorkflow.test.ts:149:9 at src/integration-tests/ConductorWorkflow.test.ts:146:11 at Object.<anonymous> (src/integration-tests/ConductorWorkflow.test.ts:36:9)
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 signal workflow at handleSdkError (src/sdk/helpers/errors.ts:49:11) at WorkflowExecutor.signal (src/sdk/clients/workflow/WorkflowExecutor.ts:632:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:689:11)
Node.js v20 - integration:v5 tests
Failed test were found and 'fail-on-error' option is set to true
WorkflowExecutor Complete Coverage › Execution Info › getWorkflowStatus should return status summary: 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:60:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
WorkflowExecutor Complete Coverage › Execution Info › getExecution should return full workflow with tasks: 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:81:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:208:20)
WorkflowExecutor Complete Coverage › Execution Info › getExecution should return full workflow with tasks: 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:60:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
WorkflowExecutor Complete Coverage › Start Methods › startWorkflowByName should start a workflow with direct params: 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:60:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
WorkflowExecutor Complete Coverage › Start Methods › startWorkflows should start multiple workflows in batch: 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:60:21) at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:115:5)
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:1773086260812" Received: undefined at Object.<anonymous> (src/integration-tests/EventClient.test.ts:268:37)
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:1773086257510" 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#L185
expect(received).resolves.not.toThrow() Received promise rejected instead of resolved Rejected to value: [[Conductor SDK Error]: Failed to update event handler: EventHandler with name jsSdkTest:event-handler:1773086255267 not found!] at expect (node_modules/expect/build/index.js:2116:15) at Object.<anonymous> (src/integration-tests/EventClient.test.ts:185:19)
EventClient › Event Handler Management › Should add multiple event handlers: src/integration-tests/EventClient.test.ts#L161
expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 2 Received: 0 at Object.<anonymous> (src/integration-tests/EventClient.test.ts:161:36)
EventClient › Event Handler Management › Should add a single event handler: src/integration-tests/EventClient.test.ts#L107
expect(received).toEqual(expected) // deep equality Expected: "jsSdkTest:event-handler:1773086252896" Received: undefined at Object.<anonymous> (src/integration-tests/EventClient.test.ts:107:37)
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_1773086655265': 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)
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)
Node.js v22 - integration:v4 tests
Failed test were found and 'fail-on-error' option is set to true
TaskManager › Should run workflow with worker: src/integration-tests/utils/waitForWorkflowCompletion.ts#L43
Workflow 2962d852-1bf3-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)
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_1773086656783': 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)
Node.js v24 - 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_1773086707632': 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 › 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)