Features - v3 #474
Annotations
16 errors
|
linter
Process completed with exit code 1.
|
|
linter:
src/integration-tests/AuthorizationClient.test.ts#L45
Forbidden non-null assertion
|
|
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.
|
|
WorkflowExecutor Complete Coverage › Start Methods › startWorkflowByName should start a workflow with direct params:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to start workflow 'jsSdkTest-simpleWf-1773082925094'
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.startWorkflowByName (src/sdk/clients/workflow/WorkflowExecutor.ts:817:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:189:18)
|
|
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_1773083315872': 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)
|