Skip to content

Conversation

@Joffcom
Copy link
Member

@Joffcom Joffcom commented Jan 29, 2026

Summary

This PR removes values not needed in our anonymous telemetry events.

Related Linear tickets, Github issues, and Community forum posts

https://linear.app/n8n/issue/NODE-4325

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@Joffcom Joffcom requested a review from yehorkardash January 29, 2026 13:43
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

@codecov
Copy link

codecov bot commented Jan 29, 2026

❌ 144 Tests Failed:

Tests completed Failed Passed Skipped
18474 144 18330 0
View the top 3 failed test(s) by shortest run time
AuthRolesService init - syncScopes should handle multiple obsolete scopes across multiple roles
Stack Traces | 0s run time
Error: expect(received).toBe(expected) // Object.is equality

Expected: 3
Received: 4
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:237:30)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AuthRolesService init - syncScopes should only delete obsolete scopes and keep valid ones
Stack Traces | 0s run time
Error: expect(received).toHaveLength(expected)

Expected length: 2
Received length: 1
Received array:  [{"description": "This scope should be deleted", "displayName": "Obsolete Scope", "slug": "obsolete:scope"}]
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:327:26)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService findAndAuthenticateLdapUser() should validate last user if more than one is found
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 0
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:917:25)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService runSync() should emit expected event if synchronization is disabled
Stack Traces | 0s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService runSync() should search for users with expected parameters
Stack Traces | 0s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService testConnection() should create a new client and start TLS if connectionSecurity is set to "startTls"
Stack Traces | 0s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService testConnection() should create a new client with TLS enabled if connectionSecurity is set to "tls" and allowing unauthorized certificates
Stack Traces | 0s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService testConnection() should create a new client without TLS if connectionSecurity is set to "none"
Stack Traces | 0s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService testConnection() should not create a new client if one has already been created
Stack Traces | 0s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService validUser() should bind the ldap client with the expected distinguished name and password
Stack Traces | 0s run time
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 6
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:739:34)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService validUser() should unbind the client binding
Stack Traces | 0s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
List query middleware Combinations should combine filter with pagination options
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 2
Received number of calls: 21
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:285:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Combinations should combine select with pagination options
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 2
Received number of calls: 23
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:300:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query pagination should default skip to 0
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 9
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:151:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query pagination should not set pagination options on request if none sent
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 7
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:127:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query select should not set select on request if none sent
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 4
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:82:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query sort by should not pass sortBy to listQueryOptions if not provided
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 17
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:254:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query sort by should succeed validation when sorting by createdAt asc
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 13
    at .../list-query/__tests__/list-query.test.ts:235:19
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query sort by should succeed validation when sorting by createdAt desc
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 14
    at .../list-query/__tests__/list-query.test.ts:235:19
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query sort by should succeed validation when sorting by name asc
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 11
    at .../list-query/__tests__/list-query.test.ts:235:19
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query sort by should succeed validation when sorting by updatedAt asc
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 15
    at .../list-query/__tests__/list-query.test.ts:235:19
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
ObjectStoreService deleteMany() should send a DELETE request to delete multiple objects
Stack Traces | 0s run time
Error: expect(received).toBeInstanceOf(expected)

Expected constructor: DeleteObjectsCommand
Received constructor: HeadBucketCommand

    at Object.<anonymous> (.../object-store/__tests__/object-store.service.test.ts:318:20)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
ObjectStoreService get() should send a GET request to download an object as a stream
Stack Traces | 0s run time
Error: expect(received).toBeInstanceOf(expected)

Expected constructor: GetObjectCommand
Received constructor: HeadBucketCommand

    at Object.<anonymous> (.../object-store/__tests__/object-store.service.test.ts:251:20)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
ObjectStoreService put() should send a PUT request to upload an object
Stack Traces | 0s run time
Error: expect(received).toBeInstanceOf(expected)

Expected constructor: PutObjectCommand
Received constructor: HeadBucketCommand

    at Object.<anonymous> (.../object-store/__tests__/object-store.service.test.ts:170:20)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
SamlService loadFromDbAndApplySamlPreferences with broadcastReload parameter should call setSamlPreferences with broadcastReload=false when specified
Stack Traces | 0s run time
Error: Invalid SAML metadata
    at SamlService.setSamlPreferences (.../modules/sso-saml/saml.service.ee.ts:347:11)
    at SamlService.loadFromDbAndApplySamlPreferences (.../modules/sso-saml/saml.service.ee.ts:414:6)
    at Object.<anonymous> (.../sso-saml/__tests__/saml.service.ee.test.ts:819:4)
SamlService loadFromDbAndApplySamlPreferences with broadcastReload parameter should call setSamlPreferences with broadcastReload=true by default
Stack Traces | 0s run time
Error: Invalid SAML metadata
    at SamlService.setSamlPreferences (.../modules/sso-saml/saml.service.ee.ts:347:11)
    at SamlService.loadFromDbAndApplySamlPreferences (.../modules/sso-saml/saml.service.ee.ts:414:6)
    at Object.<anonymous> (.../sso-saml/__tests__/saml.service.ee.test.ts:810:4)
TestWebhooks deactivateWebhooks() should add additional data to workflow
Stack Traces | 0s run time
TypeError: Cannot read properties of undefined (reading 'id')
    at TestWebhooks.id [as deactivateWebhooks] (.../src/webhooks/test-webhooks.ts:486:48)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at Object.<anonymous> (.../webhooks/__tests__/test-webhooks.test.ts:261:4)
TestWebhooks getWebhookMethods() should return methods for webhooks with dynamic paths
Stack Traces | 0s run time
Error: expect(received).toEqual(expected) // deep equality

Expected: ["POST"]
Received: undefined
    at Object.<anonymous> (.../webhooks/__tests__/test-webhooks.test.ts:337:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
WorkflowExecute Cancellation should set status to canceled when execution timeout is reached
Stack Traces | 0s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:2992:36)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute error chunk handling should send error chunk with undefined content when error has no description
Stack Traces | 0s run time
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

Expected: "sendChunk", [{"content": undefined, "metadata": {"itemIndex": 0, "nodeId": "1", "nodeName": "ErrorNode", "runIndex": 0}, "type": "error"}]

Number of calls: 0
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:2753:30)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should run node twice when it has two input connections3
Stack Traces | 0s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should run workflow also if node has multiple input connections and one is empty
Stack Traces | 0s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should use empty data if input of sibling does not receive any data from parent
Stack Traces | 0s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should use empty data if second input does not have any data
Stack Traces | 0s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 hook order don't run hooks if a node does not have input data
Stack Traces | 0s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:280:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v1 execution order should run complicated multi node workflow
Stack Traces | 0s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:161:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v1 execution order should run complicated multi node workflow where multiple Merge-Node have missing data and complex dependency structure
Stack Traces | 0s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:161:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v1 execution order should run node twice when it has two input connections
Stack Traces | 0s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:161:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v1 execution order should simply execute the next multi-input-node (totally ignoring the runIndex)
Stack Traces | 0s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:161:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
`parseRangeQuery` middleware filter should parse ID-related fields
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 3
    at Object.<anonymous> (.../executions/__tests__/parse-range-query.middleware.test.ts:108:19)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
`parseRangeQuery` middleware range should parse limit
Stack Traces | 0s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 7
    at Object.<anonymous> (.../executions/__tests__/parse-range-query.middleware.test.ts:176:19)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
Anthropic Node File -> Upload should upload file from binary data
Stack Traces | 0.001s run time
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 1
+ Received  + 1

@@ -6,11 +6,11 @@
        "filename": "file",
        "id": "file_456",
        "mime_type": "application/pdf",
        "size_bytes": 17,
        "type": "file",
-       "url": "https://api.anthropic..../v1/files/file_456",
+       "url": ".../v1/files/file_456",
      },
      "pairedItem": Object {
        "item": 0,
      },
    },
    at Object.<anonymous> (.../n8n/n8n/packages/@.../vendors/Anthropic/Anthropic.node.test.ts:370:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Anthropic Node Image -> Analyze should analyze image from Anthropic file URL
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

- Expected
+ Received

  "POST",
  "/v1/messages",
@@ -4,12 +4,12 @@
      "messages": Array [
        Object {
          "content": Array [
            Object {
              "source": Object {
-               "file_id": "file_123",
-               "type": "file",
+               "type": "url",
+               "url": "https://api.anthropic..../v1/files/file_123",
              },
              "type": "image",
            },
            Object {
              "text": "What's in this image?",,

Number of calls: 1
    at Object.<anonymous> (.../n8n/n8n/packages/@.../vendors/Anthropic/Anthropic.node.test.ts:787:27)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AuthRolesService init - syncRoles should create new system roles that do not exist in database
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 13
Received number of calls: 117
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:362:34)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AuthRolesService init - syncRoles should handle roles across different role types
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 4
Received number of calls: 55
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:519:32)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AuthRolesService init - syncRoles should not update roles when they are already correct
Stack Traces | 0.001s run time
Error: expect(jest.fn()).not.toHaveBeenCalled()

Expected number of calls: 0
Received number of calls: 55

1: [undefined, undefined, undefined, undefined]
2: [undefined, undefined, undefined, undefined, undefined]
3: [undefined, undefined]
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:570:36)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AuthRolesService init - syncRoles should remove scopes from roles when they should not have them
Stack Traces | 0.001s run time
TypeError: Cannot read properties of undefined (reading 'slug')
    at .../services/__tests__/auth.roles.service.test.ts:488:49
    at Array.find (<anonymous>)
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:488:35)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AuthRolesService init - syncRoles should update role scopes when they differ from definition
Stack Traces | 0.001s run time
TypeError: Cannot read properties of undefined (reading 'slug')
    at .../services/__tests__/auth.roles.service.test.ts:440:49
    at Array.find (<anonymous>)
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:440:35)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AuthRolesService init - syncScopes should not delete valid scopes that are in ALL_SCOPES
Stack Traces | 0.001s run time
Error: expect(jest.fn()).not.toHaveBeenCalled()

Expected number of calls: 0
Received number of calls: 3

1: [{"description": "This scope should be deleted", "displayName": "Obsolete Scope", "slug": "obsolete:scope"}]
2: [{"displayName": "Obsolete Scope", "slug": "obsolete:scope"}]
3: [{"slug": "obsolete:scope1"}, {"slug": "obsolete:scope2"}]
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:283:39)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AuthRolesService init - syncScopes should remove obsolete scopes from roles before deleting them
Stack Traces | 0.001s run time
TypeError: Cannot read properties of undefined (reading 'slug')
    at .../services/__tests__/auth.roles.service.test.ts:181:49
    at Array.find (<anonymous>)
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:181:35)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
ChatExecutionManager cancelExecution should not update execution status if it is not running
Stack Traces | 0.001s run time
Error: expect(jest.fn()).not.toHaveBeenCalled()

Expected number of calls: 0
Received number of calls: 3

1: {"id": "1"}, {"status": "canceled"}
2: {"id": "2"}, {"status": "canceled"}
3: {"id": "3"}, {"status": "canceled"}
    at Object.<anonymous> (.../chat/__tests__/chat-execution-manager.test.ts:111:43)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
CommunityNodeTypesService getCommunityNodeTypes should return node types with isInstalled flag
Stack Traces | 0.001s run time
Error: expect(received).toHaveLength(expected)

Expected length: 2
Received length: 1
Received array:  [{"isInstalled": false, "name": "node-1", "npmVersion": "1.1.0", "packageName": "package-1"}]
    at Object.<anonymous> (.../community-packages/__tests__/community-node-types.service.test.ts:516:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
InsightsPruningService pruning scheduling pruneInsights is retried up when failing
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 3
Received number of calls: 6
    at Object.<anonymous> (.../insights/__tests__/insights-pruning.service.test.ts:116:28)
LdapService findAndAuthenticateLdapUser() should emit expected error if admin search fails
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

- Expected
+ Received

  "ldap-login-sync-failed",
  Object {
-   "error": "Failed to find admin user",
+   "error": "Error validating user against LDAP server",
  },

Number of calls: 1
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:828:34)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService findAndAuthenticateLdapUser() should resolve binary attributes for found user
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 0
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:979:41)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService findAndAuthenticateLdapUser() should return undefined if invalid user is found
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 0
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:950:25)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService findAndAuthenticateLdapUser() should validate found user
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 0
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:880:25)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService handleLdapLogin() enforceEmailUniqueness should allow login when duplicates exist but enforcement is disabled
Stack Traces | 0.001s run time
Error: expect(received).toEqual(expected) // deep equality

Expected: undefined
Received: serializes to the same string
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:1527:20)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService loadConfig() should retrieve the LDAP configuration from the settings repository
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 7
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:236:47)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService runSync() should emit expected event if synchronization is enabled
Stack Traces | 0.001s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService runSync() should process expected users if mode is "live"
Stack Traces | 0.001s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService runSync() should resolve binary attributes for users
Stack Traces | 0.001s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService runSync() should sync expected LDAP data when no errors
Stack Traces | 0.001s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService runSync() should sync expected LDAP data when users fail to process
Stack Traces | 0.001s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService searchWithAdminBinding() should unbind client after search
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 4
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:674:36)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService testConnection() should create a new client with TLS enabled if connectionSecurity is set to "tls" and not allowing unauthorized certificates
Stack Traces | 0.001s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
List query middleware Combinations should combine filter with select
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 2
Received number of calls: 19
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:270:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query filter should ignore invalid filter
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 3
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:55:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query pagination should cap take at 100
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 10
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:160:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query pagination should parse valid pagination
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 8
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:135:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query select ignore invalid select
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 6
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:100:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query sort by should succeed validation when sorting by name desc
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 12
    at .../list-query/__tests__/list-query.test.ts:235:19
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query sort by should succeed validation when sorting by updatedAt desc
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 16
    at .../list-query/__tests__/list-query.test.ts:235:19
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
ObjectStoreService deleteMany() should not send a deletion request if no prefix match
Stack Traces | 0.001s run time
Error: expect(jest.fn()).not.toHaveBeenCalled()

Expected number of calls: 0
Received number of calls: 30

1: {"deserialize": [Function de_HeadBucketCommand], "input": {"Bucket": "test-bucket"}, "middlewareStack": {"add": [Function add], "addRelativeTo": [Function addRelativeTo], "applyToStack": [Function cloneTo], "clone": [Function clone], "concat": [Function concat], "identify": [Function identify], "identifyOnResolve": [Function identifyOnResolve], "remove": [Function remove], "removeByTag": [Function removeByTag], "resolve": [Function resolve], "use": [Function use]}, "schema": undefined, "serialize": [Function se_HeadBucketCommand]}
2: {"deserialize": [Function de_HeadBucketCommand], "input": {"Bucket": "test-bucket"}, "middlewareStack": {"add": [Function add], "addRelativeTo": [Function addRelativeTo], "applyToStack": [Function cloneTo], "clone": [Function clone], "concat": [Function concat], "identify": [Function identify], "identifyOnResolve": [Function identifyOnResolve], "remove": [Function remove], "removeByTag": [Function removeByTag], "resolve": [Function resolve], "use": [Function use]}, "schema": undefined, "serialize": [Function se_HeadBucketCommand]}
3: {"deserialize": [Function de_HeadBucketCommand], "input": {"Bucket": "test-bucket"}, "middlewareStack": {"add": [Function add], "addRelativeTo": [Function addRelativeTo], "applyToStack": [Function cloneTo], "clone": [Function clone], "concat": [Function concat], "identify": [Function identify], "identifyOnResolve": [Function identifyOnResolve], "remove": [Function remove], "removeByTag": [Function removeByTag], "resolve": [Function resolve], "use": [Function use]}, "schema": undefined, "serialize": [Function se_HeadBucketCommand]}
    at Object.<anonymous> (.../object-store/__tests__/object-store.service.test.ts:333:27)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
ObjectStoreService deleteOne() should send a DELETE request to delete a single object
Stack Traces | 0.001s run time
Error: expect(received).toBeInstanceOf(expected)

Expected constructor: DeleteObjectCommand
Received constructor: HeadBucketCommand

    at Object.<anonymous> (.../object-store/__tests__/object-store.service.test.ts:279:20)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
ObjectStoreService getListPage() should use continuation token when provided
Stack Traces | 0.001s run time
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 2
+ Received  + 0

  Object {
    "Bucket": "test-bucket",
-   "ContinuationToken": "next-page-token",
-   "Prefix": "test-dir/",
  }
    at Object.<anonymous> (.../object-store/__tests__/object-store.service.test.ts:442:26)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
ObjectStoreService getMetadata() should send a HEAD request to the correct bucket and key
Stack Traces | 0.001s run time
Error: expect(received).toBeInstanceOf(expected)

Expected constructor: HeadObjectCommand
Received constructor: HeadBucketCommand

    at Object.<anonymous> (.../object-store/__tests__/object-store.service.test.ts:143:20)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
ObjectStoreService put() should encode filename with non-ASCII characters in metadata
Stack Traces | 0.001s run time
Error: expect(received).toBeInstanceOf(expected)

Expected constructor: PutObjectCommand
Received constructor: HeadBucketCommand

    at Object.<anonymous> (.../object-store/__tests__/object-store.service.test.ts:195:20)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
OidcService proxy configuration should instantiate EnvHttpProxyAgent when ALL_PROXY is set
Stack Traces | 0.001s run time
TypeError: Cannot set properties of undefined (setting 'Symbol()')
    at OidcService.createProxyAwareConfiguration (.../modules/sso-oidc/oidc.service.ee.ts:547:48)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at .../sso-oidc/__tests__/oidc.service.ee.test.ts:614:4
OidcService proxy configuration should instantiate EnvHttpProxyAgent when HTTPS_PROXY is set
Stack Traces | 0.001s run time
TypeError: Cannot set properties of undefined (setting 'Symbol()')
    at OidcService.createProxyAwareConfiguration (.../modules/sso-oidc/oidc.service.ee.ts:547:48)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at .../sso-oidc/__tests__/oidc.service.ee.test.ts:614:4
OidcService proxy configuration should instantiate EnvHttpProxyAgent when HTTP_PROXY is set
Stack Traces | 0.001s run time
TypeError: Cannot set properties of undefined (setting 'Symbol()')
    at OidcService.createProxyAwareConfiguration (.../modules/sso-oidc/oidc.service.ee.ts:547:48)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at .../sso-oidc/__tests__/oidc.service.ee.test.ts:614:4
SubworkflowPolicyChecker `workflows-from-same-owner` caller policy should allow if both workflows are owned by the same project
Stack Traces | 0.001s run time
Error: expect(received).resolves.not.toThrow()

Received promise rejected instead of resolved
Rejected to value: [SubworkflowPolicyDenialError: The sub-workflow (function () {
        return fn.apply(this, arguments);
      }) cannot be called by this workflow]
    at expect (.../n8n/node_modules/.pnpm/expect@29.7..../expect/build/index.js:113:15)
    at Object.<anonymous> (.../pre-execution-checks/__tests__/subworkflow-policy-checker.test.ts:147:10)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
SubworkflowPolicyChecker error details should contain description for default (e.g. error workflow) case
Stack Traces | 0.001s run time
Error: expect(received).rejects.toMatchObject(expected)

- Expected  - 2
+ Received  + 1

  Object {
-   "description": "The sub-workflow you’re trying to execute limits which workflows it can be called by.",
-   "message": "The sub-workflow (subworkflow-id) cannot be called by this workflow",
+   "description": "The sub-workflow you’re trying to execute limits which workflows it can be called by. You will need John Doe to update the sub-workflow (subworkflow-id) settings to allow this workflow to call it.",
  }
    at Object.toMatchObject (.../n8n/node_modules/.pnpm/expect@29.7..../expect/build/index.js:218:22)
    at Object.<anonymous> (.../pre-execution-checks/__tests__/subworkflow-policy-checker.test.ts:257:32)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
SubworkflowPolicyChecker error details should contain description for inaccessible team project case
Stack Traces | 0.001s run time
Error: expect(received).rejects.toMatchObject(expected)

- Expected  - 4
+ Received  + 1

  Object {
-   "description": "The sub-workflow you’re trying to execute limits which workflows it can be called by. You will need an admin from the function () {
-         return fn.apply(this, arguments);
-       } project to update the sub-workflow (subworkflow-id) settings to allow this workflow to call it.",
-   "message": "The sub-workflow (subworkflow-id) cannot be called by this workflow",
+   "description": "The sub-workflow you’re trying to execute limits which workflows it can be called by.",
  }
    at Object.toMatchObject (.../n8n/node_modules/.pnpm/expect@29.7..../expect/build/index.js:218:22)
    at Object.<anonymous> (.../pre-execution-checks/__tests__/subworkflow-policy-checker.test.ts:235:32)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
TestWebhooks getWebhookMethods() should normalize trailing slash
Stack Traces | 0.001s run time
Error: expect(received).toEqual(expected) // deep equality

Expected: ["POST"]
Received: undefined
    at Object.<anonymous> (.../webhooks/__tests__/test-webhooks.test.ts:310:28)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
WorkflowExecute convertBinaryData integration should call convertBinaryData with workflow settings during node execution
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:2822:26)
WorkflowExecute error chunk handling should not send error chunk when workflow execution succeeds
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:2634:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute resolveSourceOverwrite integration should not preserve sourceOverwrite when preserveSourceOverwrite is false
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:3248:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute resolveSourceOverwrite integration should preserve sourceOverwrite when metadata.preserveSourceOverwrite is true and item has sourceOverwrite
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:3079:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute resolveSourceOverwrite integration should use preservedSourceOverwrite from metadata when present
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:3167:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute run test workflows /home/runner/_work/n8n/n8n/packages/core/src/execution-engine/__tests__/workflows/error_outputs
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:485:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute runPartialWorkflow2 increments partial execution index starting with max index of 0 of previous runs
Stack Traces | 0.001s run time
TypeError: Cannot destructure property 'nodeExecutionStack' of '((cov_709xplgtv(...).s[110]++) , (0 , partial_execution_utils_1.recreateNodeExecutionStack)(...))' as it is undefined.
    at WorkflowExecute.nodeExecutionStack [as runPartialWorkflow2] (.../src/execution-engine/workflow-execute.ts:272:11)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:1013:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute runPartialWorkflow2 increments partial execution index starting with max index of previous runs
Stack Traces | 0.001s run time
TypeError: Cannot destructure property 'nodeExecutionStack' of '((cov_709xplgtv(...).s[110]++) , (0 , partial_execution_utils_1.recreateNodeExecutionStack)(...))' as it is undefined.
    at WorkflowExecute.nodeExecutionStack [as runPartialWorkflow2] (.../src/execution-engine/workflow-execute.ts:272:11)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:967:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute runPartialWorkflow2 passes pruned dirty nodes to `cleanRunData`
Stack Traces | 0.001s run time
TypeError: Cannot destructure property 'nodeExecutionStack' of '((cov_709xplgtv(...).s[110]++) , (0 , partial_execution_utils_1.recreateNodeExecutionStack)(...))' as it is undefined.
    at WorkflowExecute.nodeExecutionStack [as runPartialWorkflow2] (.../src/execution-engine/workflow-execute.ts:272:11)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:840:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute runPartialWorkflow2 passes subgraph to `cleanRunData`
Stack Traces | 0.001s run time
TypeError: Cannot destructure property 'nodeExecutionStack' of '((cov_709xplgtv(...).s[110]++) , (0 , partial_execution_utils_1.recreateNodeExecutionStack)(...))' as it is undefined.
    at WorkflowExecute.nodeExecutionStack [as runPartialWorkflow2] (.../src/execution-engine/workflow-execute.ts:272:11)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:787:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute runPartialWorkflow2 rewires graph for partial execution of tools
Stack Traces | 0.001s run time
TypeError: Cannot destructure property 'nodeExecutionStack' of '((cov_709xplgtv(...).s[110]++) , (0 , partial_execution_utils_1.recreateNodeExecutionStack)(...))' as it is undefined.
    at WorkflowExecute.nodeExecutionStack [as runPartialWorkflow2] (.../src/execution-engine/workflow-execute.ts:272:11)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:922:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should display the correct parameters and so correct data when simplified node-versioning is used
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should execute nodes in the correct order, breath-first & order of connection
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should not use empty data in sibling if parent did not send any data
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should run complicated multi node workflow
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 hook order don't execute destination node when mode is exclusive
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:314:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 hook order don't run hooks for siblings of the destination node
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:236:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v1 execution order Should output successful branches on multi-output nodes with continueErrorOutput selected
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:161:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v1 execution order should run keep on executing even if data from input 1 is missing
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:161:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v1 hook order don't execute destination node when mode is exclusive
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:437:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v1 hook order don't run hooks if a node does not have input data
Stack Traces | 0.001s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:403:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
`parseRangeQuery` middleware filter should delete invalid fields
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 5
    at Object.<anonymous> (.../executions/__tests__/parse-range-query.middleware.test.ts:141:19)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
`parseRangeQuery` middleware filter should parse `projectId` field
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 4
    at Object.<anonymous> (.../executions/__tests__/parse-range-query.middleware.test.ts:124:19)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
`parseRangeQuery` middleware filter should parse date-related fields
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 2
    at Object.<anonymous> (.../executions/__tests__/parse-range-query.middleware.test.ts:91:19)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
`parseRangeQuery` middleware range should default limit to 20 if absent
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 8
    at Object.<anonymous> (.../executions/__tests__/parse-range-query.middleware.test.ts:192:19)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
`parseRangeQuery` middleware range should parse first and last IDs
Stack Traces | 0.001s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 6
    at Object.<anonymous> (.../executions/__tests__/parse-range-query.middleware.test.ts:160:19)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
test Set2, rawMode/json Mode error handling should return an error object with pairedItem when continueOnFail is true
Stack Traces | 0.001s run time
Error: expect(received).toEqual(expected) // deep equality

Expected: {"json": {"error": "The 'JSON Output' in item 0 does not contain a valid JSON object"}, "pairedItem": {"item": 0}}
Received: undefined
    at Object.<anonymous> (.../test/v2/raw.test.ts:131:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
test Set2, rawMode/json Mode error handling should throw an error when continueOnFail is false
Stack Traces | 0.001s run time
Error: expect(received).rejects.toThrow()

Received promise resolved instead of rejected
Resolved to value: undefined
    at expect (.../n8n/node_modules/.pnpm/expect@29.7..../expect/build/index.js:113:15)
    at .../n8n/node_modules/.pnpm/jest-expect-message@1.1..../jest-expect-message/dist/withMessage.js:91:20
    at Object.<anonymous> (.../test/v2/raw.test.ts:140:10)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
AuthRolesService init - syncScopes should not update scopes when displayName and description are already correct
Stack Traces | 0.002s run time
Error: expect(received).toBe(expected) // Object.is equality

Expected: 0
Received: 2
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:107:34)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService findAndAuthenticateLdapUser() should return found user
Stack Traces | 0.002s run time
Error: expect(received).toEqual(expected) // deep equality

Expected: {"cn": ["John Doe"], "dn": "uid=jdoe,ou=users,dc=example,dc=com", "mail": ["jdoe@example.com"], "uid": ["jdoe"]}
Received: undefined
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:1008:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService runSync() should emit expected event with error message if processUsers fails
Stack Traces | 0.002s run time
Error: Error validating user against LDAP server
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService updateConfig() should update the LDAP configuration in the settings repository
Stack Traces | 0.002s run time
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 4
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:424:38)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query filter should parse valid filter
Stack Traces | 0.002s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 2
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:46:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
List query middleware Query select should parse valid select
Stack Traces | 0.002s run time
Error: expect(jest.fn()).toBeCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 5
    at Object.<anonymous> (.../list-query/__tests__/list-query.test.ts:91:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
SubworkflowPolicyChecker error details should contain description for inaccessible personal project case
Stack Traces | 0.002s run time
Error: expect(received).rejects.toMatchObject(expected)

- Expected  - 2
+ Received  + 1

  Object {
-   "description": "The sub-workflow you’re trying to execute limits which workflows it can be called by. You will need John Doe to update the sub-workflow (subworkflow-id) settings to allow this workflow to call it.",
-   "message": "The sub-workflow (subworkflow-id) cannot be called by this workflow",
+   "description": "The sub-workflow you’re trying to execute limits which workflows it can be called by.",
  }
    at Object.toMatchObject (.../n8n/node_modules/.pnpm/expect@29.7..../expect/build/index.js:218:22)
    at Object.<anonymous> (.../pre-execution-checks/__tests__/subworkflow-policy-checker.test.ts:204:32)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkerServer init should mount only health and overwrites endpoints if only those are enabled
Stack Traces | 0.002s run time
Error: expect(jest.fn()).not.toHaveBeenCalled()

Expected number of calls: 0
Received number of calls: 2

1: "/credentials/overwrites", [Function rawBodyReader], [Function bodyParser], [Function anonymous]
2: "/credentials/overwrites", [Function rawBodyReader], [Function bodyParser], [Function anonymous]
    at Object.<anonymous> (.../scaling/__tests__/worker-server.test.ts:174:25)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
WorkflowExecute error chunk handling should send error chunk when workflow execution fails
Stack Traces | 0.002s run time
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

Expected: "sendChunk", [{"content": "A detailed error description", "metadata": {"itemIndex": 0, "nodeId": "1", "nodeName": "ErrorNode", "runIndex": 0}, "type": "error"}]

Number of calls: 0
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:2516:30)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute error chunk handling should send error chunk when workflow execution fails with NodeApiError
Stack Traces | 0.002s run time
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

Expected: "sendChunk", [{"content": "The API returned an error", "metadata": {"itemIndex": 0, "nodeId": "error-node-id", "nodeName": "ErrorNode", "runIndex": 0}, "type": "error"}]

Number of calls: 0
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:2580:30)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute run test workflows /home/runner/_work/n8n/n8n/packages/core/src/execution-engine/__tests__/workflows/paired_items_fix
Stack Traces | 0.002s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:485:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute run test workflows /home/runner/_work/n8n/n8n/packages/core/src/execution-engine/__tests__/workflows/retry_and_continue_on_error
Stack Traces | 0.002s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:485:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute runPartialWorkflow2 removes disabled nodes from the runNodeFilter, but not the graph
Stack Traces | 0.002s run time
TypeError: Cannot destructure property 'nodeExecutionStack' of '((cov_709xplgtv(...).s[110]++) , (0 , partial_execution_utils_1.recreateNodeExecutionStack)(...))' as it is undefined.
    at WorkflowExecute.nodeExecutionStack [as runPartialWorkflow2] (.../src/execution-engine/workflow-execute.ts:272:11)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:670:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should run basic two node workflow
Stack Traces | 0.002s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
Anthropic Node File -> Upload should upload file from URL
Stack Traces | 0.003s run time
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 1
+ Received  + 1

@@ -6,11 +6,11 @@
        "filename": "test.pdf",
        "id": "file_123",
        "mime_type": "application/pdf",
        "size_bytes": 17,
        "type": "file",
-       "url": "https://api.anthropic..../v1/files/file_123",
+       "url": ".../v1/files/file_123",
      },
      "pairedItem": Object {
        "item": 0,
      },
    },
    at Object.<anonymous> (.../n8n/n8n/packages/@.../vendors/Anthropic/Anthropic.node.test.ts:310:19)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
LdapService searchWithAdminBinding() should call client search with expected parameters when searchPageSize is 0
Stack Traces | 0.003s run time
Error: expect(jest.fn()).toHaveBeenLastCalledWith(...expected)

- Expected
+ Received

  "dc=example,dc=com",
@@ -9,8 +9,10 @@
    "explicitBufferAttributes": Array [
      "objectGUID",
      "objectSid",
    ],
    "filter": "",
-   "paged": true,
+   "paged": Object {
+     "pageSize": 1,
+   },
    "timeLimit": 6,
  },

Number of calls: 1
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:637:36)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
test Set2, rawMode/json Mode expression mode should parse json with resolved expression data and compose a return item
Stack Traces | 0.003s run time
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

- Expected
+ Received

  0,
  {"json": {"input1": "value1", "input2": 2, "input3": [1, 2, 3]}, "pairedItem": {"input": undefined, "item": 0}},
- {"my_field_1": "value"},
+ undefined,
  {"include": "none"},
  3,

Number of calls: 1
    at Object.<anonymous> (.../test/v2/raw.test.ts:119:36)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AuthRolesService init - syncRoles should update existing roles when displayName or description changes
Stack Traces | 0.004s run time
TypeError: Cannot read properties of undefined (reading 'slug')
    at .../services/__tests__/auth.roles.service.test.ts:401:49
    at Array.find (<anonymous>)
    at Object.<anonymous> (.../services/__tests__/auth.roles.service.test.ts:401:35)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
WorkflowExecute error chunk handling should send error chunk when workflow execution fails with NodeOperationError
Stack Traces | 0.005s run time
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

Expected: "sendChunk", [{"content": "Custom error description", "metadata": {"itemIndex": 0, "nodeId": "1", "nodeName": "ErrorNode", "runIndex": 0}, "type": "error"}]

Number of calls: 0
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:2690:30)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should run complicated multi node workflow where multiple Merge-Node have missing data and complex dependency structure
Stack Traces | 0.005s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v1 hook order don't run hooks for siblings of the destination node
Stack Traces | 0.008s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:359:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
ObjectStoreService getListPage() should fetch a page of objects with a common prefix
Stack Traces | 0.009s run time
Error: expect(received).toBeInstanceOf(expected)

Expected constructor: ListObjectsV2Command
Received constructor: HeadBucketCommand

    at Object.<anonymous> (.../object-store/__tests__/object-store.service.test.ts:418:20)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
WorkflowExecute runPartialWorkflow2 should find closest parent with run data when no trigger exists
Stack Traces | 0.011s run time
TypeError: Cannot destructure property 'nodeExecutionStack' of '((cov_709xplgtv(...).s[110]++) , (0 , partial_execution_utils_1.recreateNodeExecutionStack)(...))' as it is undefined.
    at WorkflowExecute.nodeExecutionStack [as runPartialWorkflow2] (.../src/execution-engine/workflow-execute.ts:272:11)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:1055:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
UsersController generateInviteLink should throw NotFoundError when target user does not exist
Stack Traces | 0.019s run time
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 2
Received number of calls: 4
    at Object.<anonymous> (.../controllers/__tests__/users.controller.test.ts:124:35)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
ObjectStoreService get() should send a GET request to download an object as a buffer
Stack Traces | 0.02s run time
Error: expect(received).toBeInstanceOf(expected)

Expected constructor: GetObjectCommand
Received constructor: HeadBucketCommand

    at Object.<anonymous> (.../object-store/__tests__/object-store.service.test.ts:232:20)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
WorkflowExecute v1 execution order should execute nodes in the correct order, depth-first & the most top-left one first
Stack Traces | 0.033s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:161:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute v0 execution order should simply execute the next multi-input-node (totally ignoring the runIndex)
Stack Traces | 0.042s run time
WorkflowHasIssuesError: The workflow has issues and cannot be executed for that reason. Please fix them first.
    at WorkflowExecute.checkForWorkflowIssues (.../src/execution-engine/workflow-execute.ts:1357:10)
    at WorkflowExecute.checkForWorkflowIssues [as processRunExecutionData] (.../src/execution-engine/workflow-execute.ts:1436:8)
    at WorkflowExecute.processRunExecutionData [as run] (.../src/execution-engine/workflow-execute.ts:184:15)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:88:49)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
WorkflowExecute runPartialWorkflow2 passes filtered run data to `recreateNodeExecutionStack`
Stack Traces | 0.056s run time
TypeError: Cannot destructure property 'nodeExecutionStack' of '((cov_709xplgtv(...).s[110]++) , (0 , partial_execution_utils_1.recreateNodeExecutionStack)(...))' as it is undefined.
    at WorkflowExecute.nodeExecutionStack [as runPartialWorkflow2] (.../src/execution-engine/workflow-execute.ts:272:11)
    at Object.<anonymous> (.../execution-engine/__tests__/workflow-execute.test.ts:737:26)
    at Promise.then.completed (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:121:9)
    at run (.../n8n/node_modules/.pnpm/jest-circus@29.7..../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../n8n/node_modules/.pnpm/jest-circus@29.7..../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:367:16)
    at runTest (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../n8n/node_modules/.pnpm/jest-runner@29.7..../jest-runner/build/testWorker.js:106:12)
LdapService runSync() should throw expected error if search fails
Stack Traces | 0.061s run time
Error: expect(received).rejects.toThrowError(expected)

Expected substring: "Error finding users"
Received message:   "Error validating user against LDAP server"

      749 | 			Client.prototype.bind = jest
      750 | 				.fn()
    > 751 | 				.mockRejectedValue(new Error('Error validating user against LDAP server'));
          | 				                   ^
      752 |
      753 | 			await ldapService.init();
      754 |

      at Object.<anonymous> (src/modules/ldap.ee/__tests__/ldap.service.test.ts:751:24)
    at Object.toThrowError (.../n8n/node_modules/.pnpm/expect@29.7..../expect/build/index.js:218:22)
    at Object.<anonymous> (.../src/modules/ldap.ee/__tests__/ldap.service.test.ts:1161:53)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
activateWorkflow() should use nodes from correct workflow version when checking conflicts and versionId is passed
Stack Traces | 0.074s run time
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 20
+ Received  +  7

  Object {
-   "test": Object {
-     "id": "123",
-     "name": "test",
-     "parameters": Object {},
-     "position": Array [
-       1,
-       2,
-     ],
-     "type": "",
-     "typeVersion": 0,
-     "webhookId": "version1",
-   },
-   "test2": Object {
-     "id": "345",
-     "name": "test2",
+   "Schedule Trigger": Object {
+     "id": "uuid-1234",
+     "name": "Schedule Trigger",
      "parameters": Object {},
      "position": Array [
-       1,
-       2,
+       -20,
+       260,
      ],
-     "type": "",
-     "typeVersion": 0,
-     "webhookId": "version1-2",
+     "type": "n8n-nodes-base.scheduleTrigger",
+     "typeVersion": 1,
    },
  }
    at Object.<anonymous> (.../integration/workflows/workflow.service.test.ts:332:74)
activateWorkflow() should use nodes from latest workflow version when checking conflicts and no versionId is passed
Stack Traces | 0.1s run time
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 8
+ Received  + 7

  Object {
-   "newNode": Object {
-     "id": "123",
-     "name": "newNode",
+   "Schedule Trigger": Object {
+     "id": "uuid-1234",
+     "name": "Schedule Trigger",
      "parameters": Object {},
      "position": Array [
-       1,
-       2,
+       -20,
+       260,
      ],
-     "type": "",
-     "typeVersion": 0,
-     "webhookId": "version2",
+     "type": "n8n-nodes-base.scheduleTrigger",
+     "typeVersion": 1,
    },
  }
    at Object.<anonymous> (.../integration/workflows/workflow.service.test.ts:388:74)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Jan 29, 2026
Copy link
Contributor

@yehorkardash yehorkardash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but there seems to be an issue with dependencies

@blacksmith-sh
Copy link

blacksmith-sh bot commented Jan 29, 2026

Found 57 test failures on Blacksmith runners:

Failures

Test View Logs
ObjectStoreService/
ObjectStoreService deleteMany() should not send a deletion request if no prefix match
View Logs
ObjectStoreService/
ObjectStoreService deleteMany() should send a DELETE request to delete multiple objects
View Logs
ObjectStoreService/
ObjectStoreService deleteOne() should send a DELETE request to delete a single object
View Logs
ObjectStoreService/
ObjectStoreService get() should send a GET request to download an object as a buffer
View Logs
ObjectStoreService/
ObjectStoreService get() should send a GET request to download an object as a stream
View Logs
ObjectStoreService/
ObjectStoreService getListPage() should fetch a page of objects with a common prefix
View Logs
ObjectStoreService/
ObjectStoreService getListPage() should use continuation token when provided
View Logs
ObjectStoreService/
ObjectStoreService getMetadata() should send a HEAD request to the correct bucket and k
ey
View Logs
ObjectStoreService/
ObjectStoreService put() should encode filename with non-ASCII characters in metadata
View Logs
ObjectStoreService/
ObjectStoreService put() should send a PUT request to upload an object
View Logs
update()/
activateWorkflow() should use nodes from correct workflow version when checking conflic
ts and versionId is passed
View Logs
update()/
activateWorkflow() should use nodes from latest workflow version when checking conflict
s and no versionId is passed
View Logs
WorkflowExecute/
WorkflowExecute Cancellation should set status to canceled when execution timeout is re
ached
View Logs
WorkflowExecute/
WorkflowExecute convertBinaryData integration should call convertBinaryData with workfl
ow settings during node execution
View Logs
WorkflowExecute/
WorkflowExecute error chunk handling should not send error chunk when workflow executio
n succeeds
View Logs
WorkflowExecute/
WorkflowExecute error chunk handling should send error chunk when workflow execution fa
ils
View Logs
WorkflowExecute/
WorkflowExecute error chunk handling should send error chunk when workflow execution fa
ils with NodeApiError
View Logs
WorkflowExecute/
WorkflowExecute error chunk handling should send error chunk when workflow execution fa
ils with NodeOperationError
View Logs
WorkflowExecute/
WorkflowExecute error chunk handling should send error chunk with undefined content whe
n error has no description
View Logs
WorkflowExecute/
WorkflowExecute resolveSourceOverwrite integration should not preserve sourceOverwrite
when preserveSourceOverwrite is false
View Logs
WorkflowExecute/
WorkflowExecute resolveSourceOverwrite integration should preserve sourceOverwrite when
metadata.preserveSourceOverwrite is true and item has sourceOverwrite
View Logs
WorkflowExecute/
WorkflowExecute resolveSourceOverwrite integration should use preservedSourceOverwrite
from metadata when present
View Logs
WorkflowExecute/WorkflowExecute run test workflows /home/runner/_work/n8n/n8n/packages/
core/src/execution-engine/tests/workflows/error_outputs
View Logs
WorkflowExecute/WorkflowExecute run test workflows /home/runner/_work/n8n/n8n/packages/
core/src/execution-engine/tests/workflows/paired_items_fix
View Logs
WorkflowExecute/WorkflowExecute run test workflows /home/runner/_work/n8n/n8n/packages/
core/src/execution-engine/tests/workflows/retry_and_continue_on_error
View Logs
WorkflowExecute/
WorkflowExecute runPartialWorkflow2 increments partial execution index starting with ma
x index of 0 of previous runs
View Logs
WorkflowExecute/
WorkflowExecute runPartialWorkflow2 increments partial execution index starting with ma
x index of previous runs
View Logs
WorkflowExecute/
WorkflowExecute runPartialWorkflow2 passes filtered run data to recreateNodeExecutionS</code><br /><code>tack
View Logs
WorkflowExecute/
WorkflowExecute runPartialWorkflow2 passes pruned dirty nodes to cleanRunData
View Logs
WorkflowExecute/WorkflowExecute runPartialWorkflow2 passes subgraph to cleanRunData View Logs
WorkflowExecute/
WorkflowExecute runPartialWorkflow2 removes disabled nodes from the runNodeFilter, but
not the graph
View Logs
WorkflowExecute/
WorkflowExecute runPartialWorkflow2 rewires graph for partial execution of tools
View Logs
WorkflowExecute/
WorkflowExecute runPartialWorkflow2 should find closest parent with run data when no tr
igger exists
View Logs
WorkflowExecute/
WorkflowExecute v0 execution order should display the correct parameters and so correct
data when simplified node-versioning is used
View Logs
WorkflowExecute/
WorkflowExecute v0 execution order should execute nodes in the correct order, breath-fi
rst & order of connection
View Logs
WorkflowExecute/
WorkflowExecute v0 execution order should not use empty data in sibling if parent did n
ot send any data
View Logs
WorkflowExecute/WorkflowExecute v0 execution order should run basic two node workflow View Logs
WorkflowExecute/
WorkflowExecute v0 execution order should run complicated multi node workflow
View Logs
WorkflowExecute/
WorkflowExecute v0 execution order should run complicated multi node workflow where mul
tiple Merge-Node have missing data and complex dependency structure
View Logs
WorkflowExecute/
WorkflowExecute v0 execution order should run node twice when it has two input connecti
ons3
View Logs
WorkflowExecute/
WorkflowExecute v0 execution order should run workflow also if node has multiple input
connections and one is empty
View Logs
WorkflowExecute/
WorkflowExecute v0 execution order should simply execute the next multi-input-node (tot
ally ignoring the runIndex)
View Logs
WorkflowExecute/
WorkflowExecute v0 execution order should use empty data if input of sibling does not r
eceive any data from parent
View Logs
WorkflowExecute/
WorkflowExecute v0 execution order should use empty data if second input does not have
any data
View Logs
WorkflowExecute/
WorkflowExecute v0 hook order don't execute destination node when mode is exclusive
View Logs
WorkflowExecute/
WorkflowExecute v0 hook order don't run hooks for siblings of the destination node
View Logs
WorkflowExecute/
WorkflowExecute v0 hook order don't run hooks if a node does not have input data
View Logs
WorkflowExecute/
WorkflowExecute v1 execution order should execute nodes in the correct order, depth-fir
st & the most top-left one first
View Logs
WorkflowExecute/
WorkflowExecute v1 execution order Should output successful branches on multi-output no
des with continueErrorOutput selected
View Logs
WorkflowExecute/
WorkflowExecute v1 execution order should run complicated multi node workflow
View Logs
WorkflowExecute/
WorkflowExecute v1 execution order should run complicated multi node workflow where mul
tiple Merge-Node have missing data and complex dependency structure
View Logs
WorkflowExecute/
WorkflowExecute v1 execution order should run keep on executing even if data from input
1 is missing
View Logs
WorkflowExecute/
WorkflowExecute v1 execution order should run node twice when it has two input connecti
ons
View Logs
WorkflowExecute/
WorkflowExecute v1 execution order should simply execute the next multi-input-node (tot
ally ignoring the runIndex)
View Logs
WorkflowExecute/
WorkflowExecute v1 hook order don't execute destination node when mode is exclusive
View Logs
WorkflowExecute/
WorkflowExecute v1 hook order don't run hooks for siblings of the destination node
View Logs
WorkflowExecute/
WorkflowExecute v1 hook order don't run hooks if a node does not have input data
View Logs

Fix in Cursor

@codecov
Copy link

codecov bot commented Jan 29, 2026

Bundle Report

Changes will increase total bundle size by 506.0kB (1.23%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
editor-ui-esm 41.48MB 506.0kB (1.23%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: editor-ui-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/typescript.worker-*.js 160.92kB 10.8MB 1.51%
assets/worker-*.js 160.92kB 3.07MB 5.53% ⚠️
assets/constants-*.js 153.26kB 3.03MB 5.33% ⚠️
assets/src-*.js 10.47kB 2.19MB 0.48%
assets/DataTableDetailsView-*.js 36 bytes 1.59MB 0.0%
assets/ParameterInputList-*.js 6.58kB 1.45MB 0.46%
assets/RunData-*.js 34 bytes 1.06MB 0.0%
assets/index-*.js 31 bytes 1.01MB 0.0%
assets/users.store-*.js 31 bytes 1.0MB 0.0%
assets/NDVEmptyState-*.js 15.7kB 743.12kB 2.16%
assets/ChatView-*.js 35 bytes 635.24kB 0.01%
assets/_MapCache-*.js -58.47kB 490.62kB -10.65%
assets/src-*.css 50 bytes 459.4kB 0.01%
assets/useCanvasMapping-*.js 33 bytes 435.55kB 0.01%
assets/sanitize-*.js 1.14kB 410.79kB 0.28%
assets/useImportCurlCommand-*.js 332 bytes 314.05kB 0.11%
assets/useWorkflowDiffUI-*.js 36 bytes 188.4kB 0.02%
assets/RunDataJsonActions-*.js -1 bytes 178.65kB -0.0%
assets/WorkflowsView-*.js -1 bytes 148.21kB -0.0%
assets/nodeCreator.store-*.js -1 bytes 115.14kB -0.0%
assets/_baseOrderBy-*.js -2 bytes 104.62kB -0.0%
assets/NodeView-*.js 34 bytes 103.34kB 0.03%
assets/router-*.js -1.56kB 101.04kB -1.53%
assets/NodeCreator-*.js 35 bytes 99.09kB 0.04%
assets/LogsPanel-*.js 35 bytes 95.11kB 0.04%
assets/VirtualSchema-*.js 35 bytes 89.21kB 0.04%
assets/useCanvasOperations-*.js 36 bytes 85.94kB 0.04%
assets/WorkflowLayout-*.js 36 bytes 82.17kB 0.04%
assets/NodeSettings-*.js 28 bytes 81.37kB 0.03%
assets/SettingsLdapView-*.js -1 bytes 71.02kB -0.0%
assets/FixedCollectionParameter-*.js 36 bytes 70.67kB 0.05%
assets/AddDataTableModal-*.js -1 bytes 61.71kB -0.0%
assets/TriggerPanel-*.js 35 bytes 57.01kB 0.06%
assets/core-*.js 16.81kB 54.98kB 44.03% ⚠️
assets/core-*.js (New) 38.17kB 38.17kB 100.0% 🚀
assets/semver-*.js 260 bytes 51.18kB 0.51%
assets/SettingsSso-*.js -1 bytes 50.31kB -0.0%
assets/SettingsMCPView-*.js -1 bytes 47.4kB -0.0%
assets/TemplatesSearchView-*.js -1 bytes 43.99kB -0.0%
assets/NodeDetailsView-*.js 35 bytes 43.54kB 0.08%
assets/emptyStateBuilderPrompt.store-*.js 36 bytes 43.26kB 0.08%
assets/WorkflowHistory-*.js -2 bytes 40.29kB -0.0%
assets/ProjectSettings-*.js 34 bytes 39.22kB 0.09%
assets/NodeDetailsViewV2-*.js 36 bytes 38.96kB 0.09%
assets/useLogsTreeExpand-*.js 34 bytes 38.79kB 0.09%
assets/chat.store-*.js -1 bytes 36.27kB -0.0%
assets/ExecutionsView-*.js 35 bytes 36.06kB 0.1%
assets/SettingsUsersView-*.js 34 bytes 34.65kB 0.1%
assets/WorkflowExecutionsView-*.js -1 bytes 33.96kB -0.0%
assets/RunDataTable-*.js -2 bytes 31.73kB -0.01%
assets/AppSidebar-*.js -1 bytes 29.49kB -0.0%
assets/WorkflowExecutionsPreview-*.js -1 bytes 27.9kB -0.0%
assets/ResourcesListLayout-*.js 36 bytes 27.53kB 0.13%
assets/WorkerView-*.js -1 bytes 27.22kB -0.0%
assets/useRunWorkflow-*.js 36 bytes 25.56kB 0.14%
assets/ExecutionsTime-*.js -3 bytes 25.0kB -0.01%
assets/SettingsSourceControl-*.js -2 bytes 24.7kB -0.01%
assets/ProjectHeader-*.js 36 bytes 24.44kB 0.15%
assets/useCustomAgent-*.js -1 bytes 23.85kB -0.0%
assets/EvaluationsRootView-*.js 35 bytes 23.84kB 0.15%
assets/usePushConnection-*.js -1 bytes 23.75kB -0.0%
assets/CredentialsView-*.js -1 bytes 22.5kB -0.0%
assets/readyToRun.store-*.js 36 bytes 22.44kB 0.16%
assets/CanvasRunWorkflowButton-*.js -2 bytes 21.94kB -0.01%
assets/ChatLayout-*.js -5 bytes 4.89kB -0.1%
assets/ChatLayout-*.js -1 bytes 21.26kB -0.0%
assets/assistant.store-*.js -1 bytes 20.83kB -0.0%
assets/ProjectVariables-*.js 36 bytes 20.56kB 0.18%
assets/RecommendedTemplateCard-*.js -1 bytes 20.55kB -0.0%
assets/InsightsDashboard-*.js -1 bytes 20.42kB -0.0%
assets/aiTemplatesStarterCollection.store-*.js 36 bytes 19.73kB 0.18%
assets/resourceCenterData-*.js -1 bytes 19.73kB -0.01%
assets/SettingsSecretsProviders.ee-*.js -2 bytes 19.2kB -0.01%
assets/SettingsUsageAndPlan-*.js -2 bytes 18.89kB -0.01%
assets/DemoDiffView-*.js -1 bytes 18.55kB -0.01%
assets/EvaluationsView-*.js 35 bytes 18.45kB 0.19%
assets/MainSidebarHeader-*.js 35 bytes 18.2kB 0.19%
assets/TestRunDetailView-*.js -1 bytes 17.96kB -0.01%
assets/SettingsLogStreamingView-*.js -1 bytes 17.23kB -0.01%
assets/ProjectRoleView-*.js 36 bytes 16.97kB 0.21%
assets/SettingsCommunityNodesView-*.js -1 bytes 16.67kB -0.01%
assets/SettingsPersonalView-*.js -1 bytes 16.57kB -0.01%
assets/ResourceCenterView-*.js -1 bytes 15.4kB -0.01%
assets/ToolsSelectorModal-*.js -1 bytes 15.02kB -0.01%
assets/AgentEditorModal-*.js -1 bytes 14.36kB -0.01%
assets/MigrationRules-*.js 36 bytes 14.15kB 0.26%
assets/SettingsApiView-*.js -2 bytes 13.56kB -0.01%
assets/SigninView-*.js 35 bytes 13.44kB 0.26%
assets/TemplatesCollectionView-*.js -1 bytes 13.35kB -0.01%
assets/CredentialPicker-*.js -1 bytes 13.12kB -0.01%
assets/ProviderSettingsModal-*.js -1 bytes 13.05kB -0.01%
assets/TemplateList-*.js -1 bytes 12.82kB -0.01%
assets/MigrationRuleDetail-*.js 35 bytes 12.47kB 0.28%
assets/DataTableView-*.js -1 bytes 12.06kB -0.01%
assets/SettingsChatHubView-*.js -1 bytes 12.03kB -0.01%
assets/SetupTemplateFormStep-*.js -2 bytes 11.99kB -0.02%
assets/SetupWorkflowFromTemplateView-*.js -1 bytes 11.9kB -0.01%
assets/ProjectSharing-*.js -1 bytes 11.84kB -0.01%
assets/CommunityNodeUpdateInfo-*.js -2 bytes 11.8kB -0.02%
assets/MCPConnectWorkflowsModal-*.js -1 bytes 11.25kB -0.01%
assets/SettingsExternalSecrets-*.js -2 bytes 10.93kB -0.02%
assets/useActions-*.js -1 bytes 9.91kB -0.01%
assets/ProjectRolesView-*.js -1 bytes 9.84kB -0.01%
assets/OAuthConsentView-*.js -1 bytes 9.79kB -0.01%
assets/collaboration.store-*.js -1 bytes 9.61kB -0.01%
assets/ResolversView-*.js -1 bytes 9.42kB -0.01%
assets/ProjectCardBadge-*.js -1 bytes 9.07kB -0.01%
assets/ResourceCenterSectionView-*.js -1 bytes 8.83kB -0.01%
assets/InsightsTableWorkflows-*.js -1 bytes 8.56kB -0.01%
assets/SkeletonAgentCard-*.js 36 bytes 8.43kB 0.43%
assets/folders.store-*.js -1 bytes 8.41kB -0.01%
assets/InsightsSummary-*.js -2 bytes 8.37kB -0.02%
assets/WorkflowExecutionsInfoAccordion-*.js -1 bytes 8.37kB -0.01%
assets/RunDataJson-*.js 29 bytes 8.33kB 0.35%
assets/TagsDropdown-*.js 36 bytes 8.12kB 0.45%
assets/NodeCreation-*.js -1 bytes 8.11kB -0.01%
assets/usePinnedData-*.js -1 bytes 8.07kB -0.01%
assets/FolderBreadcrumbs-*.js -1 bytes 7.82kB -0.01%
assets/RunDataParsedAiContent-*.js -1 bytes 7.69kB -0.01%
assets/WorkflowPreview-*.js -1 bytes 7.4kB -0.01%
assets/banners.store-*.js -1 bytes 7.29kB -0.01%
assets/WorkflowLocation-*.js -1 bytes 7.29kB -0.01%
assets/ChatPersonalAgentsView-*.js 36 bytes 7.22kB 0.5%
assets/useGlobalEntityCreation-*.js -1 bytes 6.98kB -0.01%
assets/TemplatesWorkflowView-*.js -1 bytes 6.86kB -0.01%
assets/ResourceFiltersDropdown-*.js -1 bytes 6.84kB -0.01%
assets/ExternalSecretsProviderConnectionSwitch.ee-*.js -1 bytes 6.83kB -0.01%
assets/CredentialSelectorModal-*.js -1 bytes 6.0kB -0.02%
assets/ChatWorkflowAgentsView-*.js 36 bytes 5.75kB 0.63%
assets/RunDataSearch-*.js 36 bytes 5.41kB 0.67%
assets/useSettingsItems-*.js -1 bytes 5.0kB -0.02%
assets/SettingsLayout-*.js -1 bytes 4.99kB -0.02%
assets/useWorkflowActivate-*.js -1 bytes 4.82kB -0.02%
assets/useExecutionDebugging-*.js -1 bytes 4.8kB -0.02%
assets/ModelByIdSelectorModal-*.js -1 bytes 4.74kB -0.02%
assets/ChangePasswordView-*.js -1 bytes 4.62kB -0.02%
assets/AuthView-*.js -1 bytes 4.51kB -0.02%
assets/SignupView-*.js -1 bytes 4.38kB -0.02%
assets/TimeAgo-*.js -1 bytes 4.3kB -0.02%
assets/chartjs.utils-*.js -5 bytes 4.29kB -0.12%
assets/WorkflowExecutionsLandingPage-*.js -1 bytes 4.19kB -0.02%
assets/insights.utils-*.js -1 bytes 4.12kB -0.02%
assets/ProjectBreadcrumb-*.js -1 bytes 3.77kB -0.03%
assets/ChatAgentAvatar-*.js -1 bytes 3.61kB -0.03%
assets/DataTableActions-*.js -1 bytes 3.54kB -0.03%
assets/SetupWorkflowCredentialsButton-*.js -1 bytes 3.47kB -0.03%
assets/useExecutionHelpers-*.js -1 bytes 3.24kB -0.03%
assets/CopyInput-*.js -1 bytes 3.17kB -0.03%
assets/SetupView-*.js -1 bytes 3.15kB -0.03%
assets/ForgotMyPasswordView-*.js -1 bytes 3.14kB -0.03%
assets/TemplatesView-*.js -1 bytes 3.09kB -0.03%
assets/insights.store-*.js -5 bytes 3.03kB -0.16%
assets/EntityNotFound-*.js -1 bytes 2.96kB -0.03%
assets/useCredentialResolvers-*.js -1 bytes 2.89kB -0.03%
assets/useKeybindings-*.js -5 bytes 2.83kB -0.18%
assets/EntityUnAuthorised-*.js -1 bytes 2.75kB -0.04%
assets/ErrorView-*.js -1 bytes 2.65kB -0.04%
assets/SelectedItemsInfo-*.js -1 bytes 2.57kB -0.04%
assets/InsightsPaywall-*.js -1 bytes 2.57kB -0.04%
assets/WorkflowOnboardingView-*.js -1 bytes 2.35kB -0.04%
assets/InsightsChartTimeSaved-*.js -1 bytes 2.3kB -0.04%
assets/SamlOnboarding-*.js -1 bytes 2.29kB -0.04%
assets/InsightsChartAverageRuntime-*.js -1 bytes 2.25kB -0.04%
assets/useFreeAiCredits-*.js -1 bytes 2.07kB -0.05%
assets/InsightsChartFailureRate-*.js 36 bytes 2.04kB 1.8%
assets/dateFormatter-*.js -1 bytes 1.99kB -0.05%
assets/InsightsChartTotal-*.js 36 bytes 1.93kB 1.9%
assets/PushConnectionTracker-*.js -1 bytes 1.81kB -0.06%
assets/InsightsChartFailed-*.js 36 bytes 1.81kB 2.03%
assets/useClipboard-*.js -6 bytes 1.52kB -0.39%
assets/EmptySharedSectionActionBox-*.js -1 bytes 1.45kB -0.07%
assets/SignoutView-*.js -1 bytes 1.18kB -0.08%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants