Remove codecov badge (#98) #417
Annotations
66 errors
|
Node.js v20 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
ServiceRegistryClient › Should add and remove a service registry:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:16:20)
|
|
ServiceRegistryClient › Should add and retrieve a service registry:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:16:20)
|
|
TaskManager › Updates single worker properties:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:21:20)
|
|
TaskManager › Should not be able to startPolling if duplicate workers:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:21:20)
|
|
TaskManager › Should not be able to startPolling if TaskManager has no workers:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:21:20)
|
|
TaskManager › multi worker example:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:21:20)
|
|
TaskManager › If no error handler provided. it should just update the task:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:21:20)
|
|
TaskManager › On error it should call the errorHandler provided:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:21:20)
|
|
TaskManager › Should run workflow with worker:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:21:20)
|
|
WorkflowExecutor › Should run workflow with http task with asyncComplete true:
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/WorkflowExecutor.test.ts:202:33)
|
|
Node.js v24 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_TASK:
src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition
at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
|
|
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_WORKFLOW:
src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition
at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
|
|
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + TARGET_WORKFLOW:
src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition
at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
|
|
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/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition
at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
|
|
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_TASK:
src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition
at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
|
|
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + BLOCKING_WORKFLOW:
src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition
at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
|
|
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with SYNC + TARGET_WORKFLOW and validate all aspects:
src/integration-tests/WorkflowExecutor.test.ts#L334
Failed to register workflows: [Conductor SDK Error]: Failed to register workflow definition
at registerAllWorkflows (src/integration-tests/WorkflowExecutor.test.ts:334:15)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:280:7)
|
|
WorkflowExecutor › Should run workflow with an optional http task:
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:55:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:218:5)
|
|
WorkflowExecutor › Should run workflow with http task with asyncComplete true:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to update task 'jsSdkTest-http_task_with_asyncComplete_true-1766422196962' result for workflow '3f4e1d24-df56-11f0-9a9a-26e227e279e6'
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at TaskClient.updateTaskResult (src/sdk/clients/task/TaskClient.ts:94:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:198:5)
|
|
EventClient › Event Executions and Statistics › Should get event handlers with statistics:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to add event handler
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at EventClient.addEventHandler (src/sdk/clients/event/EventClient.ts:75:21)
at Object.<anonymous> (src/integration-tests/EventClient.test.ts:681:7)
|
|
Node.js v24 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
ApplicationClient › Access Key Management › Should toggle access key status:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Access Key Management › Should get access keys for an application:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Access Key Management › Should create an access key for an application:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Application Management › Should delete an application:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Application Management › Should update an application:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Application Management › Should get an application by id:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Application Management › Should get all applications:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Application Management › Should create a new application:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
WorkflowExecutor › Should run workflow with an optional http task:
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:55:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:218:5)
|
|
WorkflowExecutor › Should run workflow with http task with asyncComplete true:
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/WorkflowExecutor.test.ts:202:33)
|
|
Node.js v20 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
ApplicationClient › Access Key Management › Should toggle access key status:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Access Key Management › Should get access keys for an application:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Access Key Management › Should create an access key for an application:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Application Management › Should delete an application:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Application Management › Should update an application:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Application Management › Should get an application by id:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Application Management › Should get all applications:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
ApplicationClient › Application Management › Should create a new application:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ApplicationClient.test.ts:19:47)
|
|
WorkflowExecutor › Should run workflow with an optional http task:
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:55:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:218:5)
|
|
WorkflowExecutor › Should run workflow with http task with asyncComplete true:
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/WorkflowExecutor.test.ts:202:33)
|
|
Node.js v22 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
ServiceRegistryClient › Should discover methods from a http service:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:16:20)
|
|
ServiceRegistryClient › Should add a service method to a registry:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:16:20)
|
|
ServiceRegistryClient › Should add and remove a service registry:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:16:20)
|
|
ServiceRegistryClient › Should add and retrieve a service registry:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:16:20)
|
|
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:55:21)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:367: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:55:21)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:233: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:61:21)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:151: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:61:21)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:90:5)
|
|
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)
|
|
WorkflowExecutor › Should run workflow with http task with asyncComplete true:
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/WorkflowExecutor.test.ts:202:33)
|
|
Node.js v22 - integration:orkes-v4 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
TaskManager › worker example:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/readme.test.ts:17:20)
|
|
MetadataClient › Should unregister a task definition:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/MetadataClient.test.ts:14:20)
|
|
MetadataClient › Should update a task definition:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/MetadataClient.test.ts:14:20)
|
|
MetadataClient › Should register a task definition:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to generate authorization token
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at authorize (src/sdk/createConductorClient/helpers/handleAuth.ts:40:19)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:11:3)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:41:5)
at Object.<anonymous> (src/integration-tests/MetadataClient.test.ts:14:20)
|
|
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:55:21)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:367: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:55:21)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:233: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:61:21)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:151: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:61:21)
at Object.<anonymous> (src/integration-tests/TaskManager.test.ts:90:5)
|
|
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)
|
|
WorkflowExecutor › Should run workflow with http task with asyncComplete true:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to update task 'jsSdkTest-http_task_with_asyncComplete_true-1766422190259' result for workflow '3b4c699a-df56-11f0-b5f6-2261122e5e47'
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at TaskClient.updateTaskResult (src/sdk/clients/task/TaskClient.ts:94:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:198:5)
|