SDK update #429
Annotations
22 errors
|
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.
|
|
WorkflowExecutor › Should run workflow with an optional http task:
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:245:28)
|
|
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:185:34)
|
|
WorkflowExecutor › Should execute a workflow with indempotency key:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get workflow
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.getWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:224:23)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:149:30)
|
|
WorkflowExecutor › Should return workflow status detail:
src/integration-tests/WorkflowExecutor.test.ts#L126
expect(received).toBeDefined()
Received: undefined
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:126:25)
|
|
WorkflowExecutor › Should be able to get workflow execution status:
src/integration-tests/WorkflowExecutor.test.ts#L111
expect(received).toBeDefined()
Received: undefined
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:111:25)
|
|
WorkflowExecutor › Should be able to start a 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:76:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:89:19)
|
|
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.
|
|
WorkflowExecutor › Should be able to register a workflow:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get workflow definition 'jsSdkTest-Workflow-1769021330138'
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at MetadataClient.getWorkflowDef (src/sdk/clients/metadata/MetadataClient.ts:150:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:67:39)
|
|
Node.js v24 - integration:orkes-v5 tests
Failed test were found and 'fail-on-error' option is set to true
|
|
Node.js v24 - integration:orkes-v5 tests
Process completed with exit code 1.
|
|
EventClient › Error Handling › Should handle error when handling incoming event with invalid data:
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/EventClient.test.ts:471:43)
|
|
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.
|
|
WorkflowExecutor › Should run workflow with an optional http task:
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:245:28)
|
|
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
|
|
Node.js v22 - integration:orkes-v5 tests
Process completed with exit code 1.
|
|
EventClient › Tag Management › Should delete tags for an event handler:
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/EventClient.test.ts:328:43)
|
|
EventClient › Tag Management › Should get tags for an event handler:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to remove event handler: jsSdkTest:event-handler:1769021330257
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:283:7)
|