Skip to content

Features - v3

Features - v3 #439

Triggered via pull request February 25, 2026 11:10
@v1r3nv1r3n
synchronize #105
features-v3
Status Failure
Total duration 7m 23s
Artifacts

pull_request.yml

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

Annotations

48 errors
linter: src/integration-tests/WorkerAdvanced.test.ts#L41
'metadataClient' is assigned a value but never used. Allowed unused vars must match /^_/u
linter: src/integration-tests/WorkerAdvanced.test.ts#L8
'afterAll' is defined but never used. Allowed unused vars must match /^_/u
linter: src/integration-tests/MetadataClient.complete.test.ts#L37
'executor' is assigned a value but never used. Allowed unused vars must match /^_/u
linter: src/integration-tests/IntegrationClient.test.ts#L1
'beforeEach' is defined but never used. Allowed unused vars must match /^_/u
linter: src/integration-tests/E2EFiveTaskWorkflow.test.ts#L132
Forbidden non-null assertion
linter: src/integration-tests/E2EFiveTaskWorkflow.test.ts#L132
Forbidden non-null assertion
linter: src/integration-tests/E2EFiveTaskWorkflow.test.ts#L124
Forbidden non-null assertion
linter: src/integration-tests/E2EFiveTaskWorkflow.test.ts#L50
Forbidden non-null assertion
linter: src/integration-tests/ConductorWorkflow.test.ts#L19
'simpleTask' is defined but never used. Allowed unused vars must match /^_/u
linter: src/integration-tests/ConductorWorkflow.test.ts#L11
'WorkflowDef' is defined but never used. Allowed unused vars must match /^_/u
Node.js v24 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v24 - integration:orkes-v4 tests
Process completed with exit code 1.
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:81:21) at Object.<anonymous> (src/integration-tests/E2EFiveTaskWorkflow.test.ts:102:20)
EventClient › Event Handler Management › Should add a single event handler: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to remove event handler: jsSdkTest:event-handler:1772017882694: EventHandler with name jsSdkTest:event-handler:1772017882694 not found! at handleSdkError (src/sdk/helpers/errors.ts:49:11) at EventClient.removeEventHandler (src/sdk/clients/event/EventClient.ts:255:21) at Object.<anonymous> (src/integration-tests/EventClient.test.ts:101:7)
Node.js v24 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
PromptClient › Prompt CRUD › updatePrompt should modify the prompt template: src/sdk/createConductorClient/helpers/handleAuth.ts#L60
[Conductor SDK Error]: Failed to generate authorization token: Unknown error at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:60:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:116:5) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:57:18) at Object.<anonymous> (src/integration-tests/PromptClient.test.ts:31:20)
PromptClient › Prompt CRUD › getPrompts should include the created prompt: src/sdk/createConductorClient/helpers/handleAuth.ts#L60
[Conductor SDK Error]: Failed to generate authorization token: Unknown error at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:60:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:116:5) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:57:18) at Object.<anonymous> (src/integration-tests/PromptClient.test.ts:31:20)
PromptClient › Prompt CRUD › getPrompt should return the created prompt: src/sdk/createConductorClient/helpers/handleAuth.ts#L60
[Conductor SDK Error]: Failed to generate authorization token: Unknown error at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:60:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:116:5) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:57:18) at Object.<anonymous> (src/integration-tests/PromptClient.test.ts:31:20)
PromptClient › Prompt CRUD › savePrompt should create a new prompt template: src/sdk/createConductorClient/helpers/handleAuth.ts#L60
[Conductor SDK Error]: Failed to generate authorization token: Unknown error at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:60:13) at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:116:5) at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:57:18) at Object.<anonymous> (src/integration-tests/PromptClient.test.ts:31:20)
TaskClient Complete Coverage › Update Task Sync › updateTaskSync should complete task and return workflow: src/integration-tests/utils/waitForWorkflowStatus.ts#L32
Failed to get workflow status: [Conductor SDK Error]: Failed to get workflow at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:32:13) at Object.<anonymous> (src/integration-tests/TaskClient.complete.test.ts:206:7)
TaskClient Complete Coverage › Task Result Update › updateTaskResult should complete the WAIT task: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to update task 'wait_ref' result for workflow 'f6938c21-123a-11f1-b4fc-16e7ef371a21' at handleSdkError (src/sdk/helpers/errors.ts:49:11) at TaskClient.updateTaskResult (src/sdk/clients/task/TaskClient.ts:101:21) at Object.<anonymous> (src/integration-tests/TaskClient.complete.test.ts:176:22)
TaskClient Complete Coverage › Task Logs › addTaskLog should add multiple log entries: src/integration-tests/TaskClient.complete.test.ts#L151
expect(received).resolves.not.toThrow() Received promise rejected instead of resolved Rejected to value: [[Conductor SDK Error]: Failed to add log to task 'f6949d93-123a-11f1-b4fc-16e7ef371a21'] at expect (node_modules/expect/build/index.js:2116:15) at Object.<anonymous> (src/integration-tests/TaskClient.complete.test.ts:151:19)
TaskClient Complete Coverage › Task Queries › getTaskPollData should return poll data: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get poll data for task type 'WAIT' at handleSdkError (src/sdk/helpers/errors.ts:49:11) at TaskClient.getTaskPollData (src/sdk/clients/task/TaskClient.ts:178:21) at Object.<anonymous> (src/integration-tests/TaskClient.complete.test.ts:133:24)
TaskClient Complete Coverage › Task Queries › search should find tasks: src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to search tasks at handleSdkError (src/sdk/helpers/errors.ts:49:11) at TaskClient.search (src/sdk/clients/task/TaskClient.ts:46:21) at Object.<anonymous> (src/integration-tests/TaskClient.complete.test.ts:113:22)
SDK Worker Registration › NonRetryableException marks task as terminal failure: 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:60:21) at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:295:5)
Node.js v20 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v20 - integration:orkes-v5 tests
Process completed with exit code 1.
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:81:21) at Object.<anonymous> (src/integration-tests/E2EFiveTaskWorkflow.test.ts:102:20)
ServiceRegistryClient › Should discover methods from a gRPC service: src/integration-tests/ServiceRegistryClient.test.ts#L15
thrown: "Exceeded timeout of 15000 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/ServiceRegistryClient.test.ts:15:12 at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:9:19)
ServiceRegistryClient › Should discover methods from a http service: src/integration-tests/ServiceRegistryClient.test.ts#L15
thrown: "Exceeded timeout of 15000 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/ServiceRegistryClient.test.ts:15:12 at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:9:19)
ServiceRegistryClient › Should add a service method to a registry: src/integration-tests/ServiceRegistryClient.test.ts#L15
thrown: "Exceeded timeout of 15000 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/ServiceRegistryClient.test.ts:15:12 at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:9:19)
ServiceRegistryClient › Should add and remove a service registry: src/integration-tests/ServiceRegistryClient.test.ts#L15
thrown: "Exceeded timeout of 15000 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/ServiceRegistryClient.test.ts:15:12 at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:9:19)
ServiceRegistryClient › Should add and retrieve a service registry: src/integration-tests/ServiceRegistryClient.test.ts#L15
thrown: "Exceeded timeout of 15000 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/ServiceRegistryClient.test.ts:15:12 at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:9:19)
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 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:94:30)
SDK Worker Registration › multiple workers can be registered and executed: src/integration-tests/utils/waitForWorkflowStatus.ts#L32
Failed to get workflow status: [Conductor SDK Error]: Failed to get workflow at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:32:13) at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:496:28)
Node.js v20 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v20 - integration:orkes-v4 tests
Process completed with exit code 1.
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:81:21) at Object.<anonymous> (src/integration-tests/E2EFiveTaskWorkflow.test.ts:102:20)
Node.js v22 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration:orkes-v5 tests
Process completed with exit code 1.
TaskManager › Updates single worker properties: src/integration-tests/TaskManager.test.ts#L311
thrown: "Exceeded timeout of 30000 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/TaskManager.test.ts:311:7 at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:15:9)
TaskManager › multi worker example: src/integration-tests/TaskManager.test.ts#L195
thrown: "Exceeded timeout of 30000 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/TaskManager.test.ts:195:7 at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:15:9)
Node.js v22 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration:orkes-v4 tests
Process completed with exit code 1.
E2E: 5-task workflow × 50 executions › 50 workflows with 5 sequential tasks each all complete with correct output: src/integration-tests/utils/waitForWorkflowStatus.ts#L36
Workflow did not reach status COMPLETED within 120000ms at waitForWorkflowStatus (src/integration-tests/utils/waitForWorkflowStatus.ts:36:9) at async Promise.all (index 6) at Object.<anonymous> (src/integration-tests/E2EFiveTaskWorkflow.test.ts:113:23)
TaskManager › Should run workflow with worker: src/integration-tests/TaskManager.test.ts#L20
thrown: "Exceeded timeout of 30000 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/TaskManager.test.ts:20:7 at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:15:9)
SDK Worker Registration › worker with concurrency processes multiple tasks: src/integration-tests/WorkerRegistration.test.ts#L145
thrown: "Exceeded timeout of 90000 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:145:7 at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:22:9)
SDK Worker Registration › TaskHandler auto-discovers and executes decorated workers: 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:105:28)