certification worker #512
Annotations
33 errors and 3 warnings
|
Node.js v24 - integration v5 (shard 1/3)
Failed test were found and 'fail-on-error' option is set to true
|
|
SchemaClient › Schema CRUD › getSchema should return schema by name and version:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:35:20)
|
|
SchemaClient › Schema CRUD › registerSchema should create a new schema:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at Object.<anonymous> (src/integration-tests/SchemaClient.test.ts:35:20)
|
|
E2E: 5-task workflow × 50 executions › 50 workflows with 5 sequential tasks each all complete with correct output:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at Object.<anonymous> (src/integration-tests/E2EFiveTaskWorkflow.test.ts:30:20)
|
|
MetadataClient › Should unregister a task definition:
src/integration-tests/MetadataClient.test.ts#L182
expect(received).resolves.not.toThrow()
Received promise rejected instead of resolved
Rejected to value: [[Conductor SDK Error]: Failed to unregister task 'jsSdkTest-test_task_definition-1775061622351']
at expect (node_modules/expect/build/index.js:2116:15)
at Object.<anonymous> (src/integration-tests/MetadataClient.test.ts:182:17)
|
|
MetadataClient › Should update a task definition:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to get task 'jsSdkTest-test_task_definition-1775061622351'
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at MetadataClient.getTask (src/sdk/clients/metadata/MetadataClient.ts:102:21)
at Object.<anonymous> (src/integration-tests/MetadataClient.test.ts:124:35)
|
|
ServiceRegistryClient › Should discover methods from a gRPC service:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to set proto data 'compiled.bin' for registry 'jsSdkTest-test_gRPC_service_registry_discovery-1775061613532'
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at ServiceRegistryClient.setProtoData (src/sdk/clients/service-registry/ServiceRegistryClient.ts:273:21)
at Object.<anonymous> (src/integration-tests/ServiceRegistryClient.test.ts:261:5)
|
|
EventClient › Event Executions and Statistics › Should get event executions for a handler:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to handle incoming event: No event handler found for event jsSdkTest:event:1775061565615 with name null
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at EventClient.handleIncomingEvent (src/sdk/clients/event/EventClient.ts:113:21)
at Object.<anonymous> (src/integration-tests/EventClient.test.ts:693:7)
|
|
EventClient › Event Executions and Statistics › Should get all active event handlers (execution view):
src/integration-tests/EventClient.test.ts#L649
expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
at Object.<anonymous> (src/integration-tests/EventClient.test.ts:649:38)
|
|
EventClient › Event Processing › Should handle incoming event:
src/integration-tests/EventClient.test.ts#L549
expect(received).toEqual(expected) // deep equality
Expected: "jsSdkTest:event-handler:1775061564837"
Received: undefined
at Object.<anonymous> (src/integration-tests/EventClient.test.ts:549:37)
|
|
EventClient › Tag Management › Should delete tags for an event handler:
src/integration-tests/EventClient.test.ts#L420
expect(received).toBeDefined()
Received: undefined
at Object.<anonymous> (src/integration-tests/EventClient.test.ts:420:33)
|
|
Node.js v22 - integration v5 (shard 1/3)
Failed test were found and 'fail-on-error' option is set to true
|
|
SDK Worker Registration › Worker execution (requires update-v2) › event listeners receive lifecycle events:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:31:20)
|
|
SDK Worker Registration › Worker execution (requires update-v2) › NonRetryableException marks task as terminal failure:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:31:20)
|
|
SDK Worker Registration › worker with domain isolation:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:31:20)
|
|
SDK Worker Registration › Worker execution (requires update-v2) › worker with concurrency processes multiple tasks:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:31:20)
|
|
SDK Worker Registration › Worker execution (requires update-v2) › TaskHandler auto-discovers and executes decorated workers:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:31:20)
|
|
SDK Worker Registration › worker() function registers workers in global registry:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkerRegistration.test.ts:31:20)
|
|
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 execute workflow
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.executeWorkflow (src/sdk/clients/workflow/WorkflowExecutor.ts:143:21)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:622:26)
|
|
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + BLOCKING_TASK:
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:634:21)
at signalWithRetry (src/integration-tests/WorkflowExecutor.test.ts:698:17)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:713:11)
|
|
WorkflowExecutor › Execute with Return Strategy and Consistency › Execute Workflow with Return Strategies and Consistency Levels › Should execute complex workflow with DURABLE + TARGET_WORKFLOW:
src/sdk/helpers/errors.ts#L49
[Conductor SDK Error]: Failed to signal workflow: Workflow is currently being updated, please retry
at handleSdkError (src/sdk/helpers/errors.ts:49:11)
at WorkflowExecutor.signal (src/sdk/clients/workflow/WorkflowExecutor.ts:634:21)
at signalWithRetry (src/integration-tests/WorkflowExecutor.test.ts:698:17)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.test.ts:713:11)
|
|
EventClient › Event Executions and Statistics › Should get event executions for a handler:
src/integration-tests/EventClient.test.ts#L663
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/EventClient.test.ts:663:9
at src/integration-tests/EventClient.test.ts:608:21
at Object.<anonymous> (src/integration-tests/EventClient.test.ts:21:9)
|
|
Node.js v24 - integration v5 (shard 2/3)
Failed test were found and 'fail-on-error' option is set to true
|
|
WorkflowExecutor Complete Coverage › Workflow Control (pause/resume/terminate/restart/retry) › pause and resume should work on a running workflow:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:64:14)
|
|
WorkflowExecutor Complete Coverage › Correlation IDs › getByCorrelationIds should return workflows by correlation:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:64:14)
|
|
WorkflowExecutor Complete Coverage › Execution Info › search should find the workflow:
src/integration-tests/WorkflowExecutor.complete.test.ts#L208
TypeError: Cannot read properties of undefined (reading 'startWorkflow')
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:208:35)
|
|
WorkflowExecutor Complete Coverage › Execution Info › search should find the workflow:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:64:14)
|
|
WorkflowExecutor Complete Coverage › Execution Info › getWorkflowStatus should return status summary:
src/integration-tests/WorkflowExecutor.complete.test.ts#L208
TypeError: Cannot read properties of undefined (reading 'startWorkflow')
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:208:35)
|
|
WorkflowExecutor Complete Coverage › Execution Info › getWorkflowStatus should return status summary:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:64:14)
|
|
WorkflowExecutor Complete Coverage › Execution Info › getExecution should return full workflow with tasks:
src/integration-tests/WorkflowExecutor.complete.test.ts#L208
TypeError: Cannot read properties of undefined (reading 'startWorkflow')
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:208:35)
|
|
WorkflowExecutor Complete Coverage › Execution Info › getExecution should return full workflow with tasks:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:64:14)
|
|
WorkflowExecutor Complete Coverage › Start Methods › startWorkflowByName should start a workflow with direct params:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:64:14)
|
|
WorkflowExecutor Complete Coverage › Start Methods › startWorkflows should start multiple workflows in batch:
src/sdk/createConductorClient/helpers/handleAuth.ts#L65
[Conductor SDK Error]: Failed to generate authorization token: Unknown error (HTTP 503)
at getNewToken (src/sdk/createConductorClient/helpers/handleAuth.ts:65:13)
at handleAuth (src/sdk/createConductorClient/helpers/handleAuth.ts:123:7)
at createConductorClient (src/sdk/createConductorClient/createConductorClient.ts:61:18)
at createClientWithRetry (src/integration-tests/utils/createClientWithRetry.ts:15:14)
at Object.<anonymous> (src/integration-tests/WorkflowExecutor.complete.test.ts:64:14)
|
|
Node.js v24 - integration v5 (shard 1/3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, codecov/codecov-action@v4, dorny/test-reporter@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Node.js v22 - integration v5 (shard 1/3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, codecov/codecov-action@v4, dorny/test-reporter@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Node.js v24 - integration v5 (shard 2/3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, codecov/codecov-action@v4, dorny/test-reporter@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|