Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/bright-ducks-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@workflow/core": patch
---

Support closure variables for serialized step functions
27 changes: 26 additions & 1 deletion packages/core/e2e/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
withResolvers<string>();
const dehydratedArgs = dehydrateWorkflowArguments(args, ops, runIdPromise);

const res = await fetch(url, {

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (hono - stable)

packages/core/e2e/e2e.test.ts > e2e > sleepingWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:312:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (hono - stable)

packages/core/e2e/e2e.test.ts > e2e > webhookWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:212:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (hono - stable)

packages/core/e2e/e2e.test.ts > e2e > hookWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:149:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (hono - stable)

packages/core/e2e/e2e.test.ts > e2e > readableStreamWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:132:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (hono - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAnyWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:126:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (hono - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseRaceWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:120:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (hono - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAllWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:114:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (hono - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:92:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (hono - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:92:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > sleepingWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:312:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > webhookWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:212:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > hookWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:149:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > readableStreamWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:132:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAnyWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:126:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseRaceWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:120:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAllWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:114:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:92:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:92:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (vite - stable)

packages/core/e2e/e2e.test.ts > e2e > sleepingWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:312:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (vite - stable)

packages/core/e2e/e2e.test.ts > e2e > webhookWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:212:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (vite - stable)

packages/core/e2e/e2e.test.ts > e2e > hookWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:149:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (vite - stable)

packages/core/e2e/e2e.test.ts > e2e > readableStreamWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:132:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (vite - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAnyWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:126:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (vite - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseRaceWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:120:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (vite - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAllWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:114:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (vite - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:92:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (vite - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:92:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (express - stable)

packages/core/e2e/e2e.test.ts > e2e > sleepingWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:312:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (express - stable)

packages/core/e2e/e2e.test.ts > e2e > webhookWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:212:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (express - stable)

packages/core/e2e/e2e.test.ts > e2e > hookWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:149:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (express - stable)

packages/core/e2e/e2e.test.ts > e2e > readableStreamWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:132:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (express - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAnyWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:126:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (express - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseRaceWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:120:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (express - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAllWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:114:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (express - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:92:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (express - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:92:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > sleepingWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:312:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > webhookWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:212:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > hookWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:149:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > readableStreamWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:132:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAnyWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:126:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseRaceWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:120:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAllWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:114:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:92:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 31 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

TypeError: fetch failed ❯ triggerWorkflow packages/core/e2e/e2e.test.ts:31:15 ❯ packages/core/e2e/e2e.test.ts:92:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
method: 'POST',
body: JSON.stringify(dehydratedArgs),
});
Expand Down Expand Up @@ -88,10 +88,10 @@
workflowFile: 'workflows/98_duplicate_case.ts',
workflowFn: 'addTenWorkflow',
},
])('addTenWorkflow', { timeout: 60_000 }, async (workflow) => {

Check failure on line 91 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Dev Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/core/e2e/e2e.test.ts:91:4

Check failure on line 91 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (sveltekit - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/core/e2e/e2e.test.ts:91:4

Check failure on line 91 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (sveltekit - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/core/e2e/e2e.test.ts:91:4
const run = await triggerWorkflow(workflow, [123]);
const returnValue = await getWorkflowReturnValue(run.runId);
expect(returnValue).toBe(133);

Check failure on line 94 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Dev Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > addTenWorkflow

AssertionError: expected { error: true, …(4) } to be 133 // Object.is equality - Expected: 133 + Received: { "error": true, "message": "fetch failed", "stack": [ "fetch failed", "at node:internal/deps/undici/undici:14900:13", ], "status": 500, "url": "http://localhost:3000/api/trigger?runId=wrun_01KAG53RBQRWGT9GWQ770EXK8A", } ❯ packages/core/e2e/e2e.test.ts:94:25

const { json } = await cliInspectJson(`runs ${run.runId} --withData`);
expect(json).toMatchObject({
Expand All @@ -110,25 +110,25 @@
]);
});

test('promiseAllWorkflow', { timeout: 60_000 }, async () => {

Check failure on line 113 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (sveltekit - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAllWorkflow

Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/core/e2e/e2e.test.ts:113:3
const run = await triggerWorkflow('promiseAllWorkflow', []);
const returnValue = await getWorkflowReturnValue(run.runId);
expect(returnValue).toBe('ABC');
});

test('promiseRaceWorkflow', { timeout: 60_000 }, async () => {

Check failure on line 119 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (sveltekit - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseRaceWorkflow

Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/core/e2e/e2e.test.ts:119:3
const run = await triggerWorkflow('promiseRaceWorkflow', []);
const returnValue = await getWorkflowReturnValue(run.runId);
expect(returnValue).toBe('B');
});

test('promiseAnyWorkflow', { timeout: 60_000 }, async () => {

Check failure on line 125 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (sveltekit - stable)

packages/core/e2e/e2e.test.ts > e2e > promiseAnyWorkflow

Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/core/e2e/e2e.test.ts:125:3
const run = await triggerWorkflow('promiseAnyWorkflow', []);
const returnValue = await getWorkflowReturnValue(run.runId);
expect(returnValue).toBe('B');
});

test('readableStreamWorkflow', { timeout: 60_000 }, async () => {

Check failure on line 131 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (sveltekit - stable)

packages/core/e2e/e2e.test.ts > e2e > readableStreamWorkflow

Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/core/e2e/e2e.test.ts:131:3
const run = await triggerWorkflow('readableStreamWorkflow', []);
const returnValue = await getWorkflowReturnValue(run.runId);
expect(returnValue).toBeInstanceOf(ReadableStream);
Expand Down Expand Up @@ -158,7 +158,7 @@
method: 'POST',
body: JSON.stringify({ token, data: { message: 'one' } }),
});
expect(res.status).toBe(200);

Check failure on line 161 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (sveltekit - stable)

packages/core/e2e/e2e.test.ts > e2e > hookWorkflow

AssertionError: expected 404 to be 200 // Object.is equality - Expected + Received - 200 + 404 ❯ packages/core/e2e/e2e.test.ts:161:24
let body = await res.json();
expect(body.runId).toBe(run.runId);

Expand Down Expand Up @@ -194,7 +194,7 @@
expect(returnValue).toBeInstanceOf(Array);
expect(returnValue.length).toBe(3);
expect(returnValue[0].message).toBe('one');
expect(returnValue[0].customData).toBe(customData);

Check failure on line 197 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nextjs-turbopack - stable)

packages/core/e2e/e2e.test.ts > e2e > hookWorkflow

AssertionError: expected undefined to be 'afxx3rynhqi' // Object.is equality - Expected: "afxx3rynhqi" + Received: undefined ❯ packages/core/e2e/e2e.test.ts:197:39

Check failure on line 197 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nextjs-webpack - stable)

packages/core/e2e/e2e.test.ts > e2e > hookWorkflow

AssertionError: expected undefined to be 'h3x6stj9j3h' // Object.is equality - Expected: "h3x6stj9j3h" + Received: undefined ❯ packages/core/e2e/e2e.test.ts:197:39
expect(returnValue[0].done).toBeUndefined();
expect(returnValue[1].message).toBe('two');
expect(returnValue[1].customData).toBe(customData);
Expand Down Expand Up @@ -230,7 +230,7 @@
body: JSON.stringify({ message: 'one' }),
}
);
expect(res.status).toBe(202);

Check failure on line 233 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (sveltekit - stable)

packages/core/e2e/e2e.test.ts > e2e > webhookWorkflow

AssertionError: expected 404 to be 202 // Object.is equality - Expected + Received - 202 + 404 ❯ packages/core/e2e/e2e.test.ts:233:24
const body = await res.text();
expect(body).toBe('');

Expand All @@ -245,7 +245,7 @@
body: JSON.stringify({ message: 'two' }),
}
);
expect(res2.status).toBe(402);

Check failure on line 248 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nextjs-turbopack - stable)

packages/core/e2e/e2e.test.ts > e2e > webhookWorkflow

AssertionError: expected 202 to be 402 // Object.is equality - Expected + Received - 402 + 202 ❯ packages/core/e2e/e2e.test.ts:248:25

Check failure on line 248 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nextjs-webpack - stable)

packages/core/e2e/e2e.test.ts > e2e > webhookWorkflow

AssertionError: expected 202 to be 402 // Object.is equality - Expected + Received - 402 + 202 ❯ packages/core/e2e/e2e.test.ts:248:25
const body2 = await res2.text();
expect(body2).toBe('Hello from static response!');

Expand Down Expand Up @@ -299,7 +299,7 @@
`/.well-known/workflow/v1/webhook/${encodeURIComponent('invalid')}`,
deploymentUrl
);
const res = await fetch(invalidWebhookUrl, {

Check failure on line 302 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (hono - stable)

packages/core/e2e/e2e.test.ts > e2e > webhook route with invalid token

TypeError: fetch failed ❯ packages/core/e2e/e2e.test.ts:302:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 302 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nitro - stable)

packages/core/e2e/e2e.test.ts > e2e > webhook route with invalid token

TypeError: fetch failed ❯ packages/core/e2e/e2e.test.ts:302:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 302 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (vite - stable)

packages/core/e2e/e2e.test.ts > e2e > webhook route with invalid token

TypeError: fetch failed ❯ packages/core/e2e/e2e.test.ts:302:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 302 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (express - stable)

packages/core/e2e/e2e.test.ts > e2e > webhook route with invalid token

TypeError: fetch failed ❯ packages/core/e2e/e2e.test.ts:302:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }

Check failure on line 302 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nuxt - stable)

packages/core/e2e/e2e.test.ts > e2e > webhook route with invalid token

TypeError: fetch failed ❯ packages/core/e2e/e2e.test.ts:302:17 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1134:18)\n' + ' at afterConnectMultiple (node:net:1715:7)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n' + ' at createConnectionError (node:net:1678:14)\n' + ' at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3000\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:3000', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3000, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
method: 'POST',
body: JSON.stringify({}),
});
Expand All @@ -308,17 +308,17 @@
expect(body).toBe('');
});

test('sleepingWorkflow', { timeout: 60_000 }, async () => {

Check failure on line 311 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (sveltekit - stable)

packages/core/e2e/e2e.test.ts > e2e > sleepingWorkflow

Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/core/e2e/e2e.test.ts:311:3
const run = await triggerWorkflow('sleepingWorkflow', []);
const returnValue = await getWorkflowReturnValue(run.runId);
expect(returnValue.startTime).toBeLessThan(returnValue.endTime);
expect(returnValue.endTime - returnValue.startTime).toBeGreaterThan(9999);
});

test('nullByteWorkflow', { timeout: 60_000 }, async () => {

Check failure on line 318 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (sveltekit - stable)

packages/core/e2e/e2e.test.ts > e2e > nullByteWorkflow

Error: Test timed out in 60000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/core/e2e/e2e.test.ts:318:3
const run = await triggerWorkflow('nullByteWorkflow', []);
const returnValue = await getWorkflowReturnValue(run.runId);
expect(returnValue).toBe('null byte \0');

Check failure on line 321 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nextjs-turbopack - stable)

packages/core/e2e/e2e.test.ts > e2e > nullByteWorkflow

AssertionError: expected { cause: { …(2) }, …(3) } to be 'null byte \u0000' // Object.is equality - Expected: "null byte " + Received: { "cause": { "message": "Step \"step//example/workflows/99_e2e.ts//nullByteStep\" failed after max retries: Error: Failed query: update \"workflow\".\"workflow_steps\" set \"status\" = $1, \"output\" = $2, \"completed_at\" = $3, \"updated_at\" = $4 where (\"workflow\".\"workflow_steps\".\"step_id\" = $5 and \"workflow\".\"workflow_steps\".\"run_id\" = $6) returning \"run_id\", \"step_id\", \"step_name\", \"status\", \"input\", \"output\", \"error\", \"attempt\", \"started_at\", \"completed_at\", \"created_at\", \"updated_at\", \"retry_after\" params: completed,[\"null byte \\u0000\"],2025-11-20T08:13:42.652Z,2025-11-20T08:13:42.652Z,step_01KAG5738R02A8BAG95D1EV6ZA,wrun_01KAG571JE0RMDW6A0EX001E7W", "stack": "FatalError: Step \"step//example/workflows/99_e2e.ts//nullByteStep\" failed after max retries: Error: Failed query: update \"workflow\".\"workflow_steps\" set \"status\" = $1, \"output\" = $2, \"completed_at\" = $3, \"updated_at\" = $4 where (\"workflow\".\"workflow_steps\".\"step_id\" = $5 and \"workflow\".\"workflow_steps\".\"run_id\" = $6) returning \"run_id\", \"step_id\", \"step_name\", \"status\", \"input\", \"output\", \"error\", \"attempt\", \"started_at\", \"completed_at\", \"created_at\", \"updated_at\", \"retry_after\" params: completed,[\"null byte \\u0000\"],2025-11-20T08:13:42.652Z,2025-11-20T08:13:42.652Z,step_01KAG5738R02A8BAG95D1EV6ZA,wrun_01KAG571JE0RMDW6A0EX001E7W at Timeout._onTimeout (/home/runner/work/workflow/workflow/workbench/nextjs-turbopack/.next/server/chunks/_a147a8d6._.js:89:12146) at listOnTimeout (node:internal/timers:588:17) at process.processTimers (node:internal/timers:523:7)", }, "message": "Workflow run \"wrun_01KAG571JE0RMDW6A0EX001E7W\" failed: Step \"step//example/workflows/99_e2e.ts//nullByteStep\" failed after max retries: Error: Failed query: update \"workflow\".\"workflow_steps\" set \"status\" = $1, \"output\" = $2, \"completed_at\" = $3, \"updated_at\" = $4 where (\"workflow\".\"workflow_steps\".\"step_id\" = $5 and \"workflow\".\"workflow_steps\".\"run_id\" = $6) returning \"run_id\", \"step_id\", \"step_name\", \"status\", \"input\", \"output\", \"error\", \"attempt\", \"started_at\", \"completed_at\", \"created_at\", \"updated_at\", \"retry_after\" params: completed,[\"null byte \\u0000\"],2025-11-20T08:13:42.652Z,2025-11-20T08:13:42.652Z,step_01KAG5738R02A8BAG95D1EV6ZA,wrun_01KAG571JE0RMDW6A0EX001E7W", "name": "WorkflowRunFailedError", "runId": "wrun_01KAG571JE0RMDW6A0EX001E7W", } ❯ packages/core/e2e/e2e.test.ts:321:25

Check failure on line 321 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nextjs-webpack - stable)

packages/core/e2e/e2e.test.ts > e2e > nullByteWorkflow

AssertionError: expected { Object (name, runId, ...) } to be 'null byte \u0000' // Object.is equality - Expected: "null byte " + Received: { "cause": { "message": "Step \"step//example/workflows/99_e2e.ts//nullByteStep\" failed after max retries: Error: Failed query: update \"workflow\".\"workflow_steps\" set \"status\" = $1, \"output\" = $2, \"completed_at\" = $3, \"updated_at\" = $4 where (\"workflow\".\"workflow_steps\".\"step_id\" = $5 and \"workflow\".\"workflow_steps\".\"run_id\" = $6) returning \"run_id\", \"step_id\", \"step_name\", \"status\", \"input\", \"output\", \"error\", \"attempt\", \"started_at\", \"completed_at\", \"created_at\", \"updated_at\", \"retry_after\" params: completed,[\"null byte \\u0000\"],2025-11-20T08:13:57.270Z,2025-11-20T08:13:57.270Z,step_01KAG57HJCKE01N1WGY1WN5W22,wrun_01KAG57FT33TCTDJ48NR1Z2HP6", "stack": "FatalError: Step \"step//example/workflows/99_e2e.ts//nullByteStep\" failed after max retries: Error: Failed query: update \"workflow\".\"workflow_steps\" set \"status\" = $1, \"output\" = $2, \"completed_at\" = $3, \"updated_at\" = $4 where (\"workflow\".\"workflow_steps\".\"step_id\" = $5 and \"workflow\".\"workflow_steps\".\"run_id\" = $6) returning \"run_id\", \"step_id\", \"step_name\", \"status\", \"input\", \"output\", \"error\", \"attempt\", \"started_at\", \"completed_at\", \"created_at\", \"updated_at\", \"retry_after\" params: completed,[\"null byte \\u0000\"],2025-11-20T08:13:57.270Z,2025-11-20T08:13:57.270Z,step_01KAG57HJCKE01N1WGY1WN5W22,wrun_01KAG57FT33TCTDJ48NR1Z2HP6 at Timeout._onTimeout (/home/runner/work/workflow/workflow/workbench/nextjs-webpack/.next/server/chunks/288.js:1501:36) at listOnTimeout (node:internal/timers:588:17) at process.processTimers (node:internal/timers:523:7)", }, "message": "Workflow run \"wrun_01KAG57FT33TCTDJ48NR1Z2HP6\" failed: Step \"step//example/workflows/99_e2e.ts//nullByteStep\" failed after max retries: Error: Failed query: update \"workflow\".\"workflow_steps\" set \"status\" = $1, \"output\" = $2, \"completed_at\" = $3, \"updated_at\" = $4 where (\"workflow\".\"workflow_steps\".\"step_id\" = $5 and \"workflow\".\"workflow_steps\".\"run_id\" = $6) returning \"run_id\", \"step_id\", \"step_name\", \"status\", \"input\", \"output\", \"error\", \"attempt\", \"started_at\", \"completed_at\", \"created_at\", \"updated_at\", \"retry_after\" params: completed,[\"null byte \\u0000\"],2025-11-20T08:13:57.270Z,2025-11-20T08:13:57.270Z,step_01KAG57HJCKE01N1WGY1WN5W22,wrun_01KAG57FT33TCTDJ48NR1Z2HP6", "name": "WorkflowRunFailedError", "runId": "wrun_01KAG57FT33TCTDJ48NR1Z2HP6", } ❯ packages/core/e2e/e2e.test.ts:321:25
});

test('workflowAndStepMetadataWorkflow', { timeout: 60_000 }, async () => {
Expand Down Expand Up @@ -537,7 +537,7 @@
const run = await triggerWorkflow('retryableAndFatalErrorWorkflow', []);
const returnValue = await getWorkflowReturnValue(run.runId);
expect(returnValue.retryableResult.attempt).toEqual(2);
expect(returnValue.retryableResult.duration).toBeGreaterThan(10_000);

Check failure on line 540 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nextjs-turbopack - stable)

packages/core/e2e/e2e.test.ts > e2e > retryableAndFatalErrorWorkflow

AssertionError: expected 2 to be greater than 10000 ❯ packages/core/e2e/e2e.test.ts:540:50

Check failure on line 540 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nextjs-webpack - stable)

packages/core/e2e/e2e.test.ts > e2e > retryableAndFatalErrorWorkflow

AssertionError: expected 1 to be greater than 10000 ❯ packages/core/e2e/e2e.test.ts:540:50
expect(returnValue.gotFatalError).toBe(true);
});

Expand Down Expand Up @@ -661,7 +661,7 @@

// Get first workflow result
const run1Result = await getWorkflowReturnValue(run1.runId);
expect(run1Result).toMatchObject({

Check failure on line 664 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nextjs-turbopack - stable)

packages/core/e2e/e2e.test.ts > e2e > hookCleanupTestWorkflow - hook token reuse after workflow completion

AssertionError: expected { message: 'test-message-1', …(1) } to match object { message: 'test-message-1', …(2) } - Expected + Received { - "customData": "juxeygn0od", "hookCleanupTestData": "workflow_completed", "message": "test-message-1", } ❯ packages/core/e2e/e2e.test.ts:664:26

Check failure on line 664 in packages/core/e2e/e2e.test.ts

View workflow job for this annotation

GitHub Actions / E2E Local Postgres Tests (nextjs-webpack - stable)

packages/core/e2e/e2e.test.ts > e2e > hookCleanupTestWorkflow - hook token reuse after workflow completion

AssertionError: expected { message: 'test-message-1', …(1) } to match object { message: 'test-message-1', …(2) } - Expected + Received { - "customData": "8zqix8j64e9", "hookCleanupTestData": "workflow_completed", "message": "test-message-1", } ❯ packages/core/e2e/e2e.test.ts:664:26
message: 'test-message-1',
customData,
hookCleanupTestData: 'workflow_completed',
Expand Down Expand Up @@ -707,7 +707,7 @@
);

test(
'stepFunctionPassingWorkflow - step function references can be passed as arguments',
'stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)',
{ timeout: 60_000 },
async () => {
// This workflow passes a step function reference to another step
Expand Down Expand Up @@ -738,6 +738,31 @@
}
);

test(
'stepFunctionWithClosureWorkflow - step function with closure variables passed as argument',
{ timeout: 60_000 },
async () => {
// This workflow creates a nested step function with closure variables,
// then passes it to another step which invokes it.
// The closure variables should be serialized and preserved across the call.
const run = await triggerWorkflow('stepFunctionWithClosureWorkflow', []);
const returnValue = await getWorkflowReturnValue(run.runId);

// Expected: "Wrapped: Result: 21"
// - calculate(7) uses closure vars: prefix="Result: ", multiplier=3
// - 7 * 3 = 21, prefixed with "Result: " = "Result: 21"
// - stepThatCallsStepFn wraps it: "Wrapped: Result: 21"
expect(returnValue).toBe('Wrapped: Result: 21');

// Verify the run completed successfully
const { json: runData } = await cliInspectJson(
`runs ${run.runId} --withData`
);
expect(runData.status).toBe('completed');
expect(runData.output).toBe('Wrapped: Result: 21');
}
);

test(
'closureVariableWorkflow - nested step functions with closure variables',
{ timeout: 60_000 },
Expand Down
92 changes: 87 additions & 5 deletions packages/core/src/serialization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
getCommonRevivers,
getStreamType,
getWorkflowReducers,
hydrateStepArguments,
hydrateWorkflowArguments,
} from './serialization.js';
import { STREAM_NAME_SYMBOL } from './symbols.js';
Expand Down Expand Up @@ -844,7 +845,7 @@ describe('step function serialization', () => {

// Get the reviver and test it directly
const revivers = getCommonRevivers(vmGlobalThis);
const result = revivers.StepFunction(stepName);
const result = revivers.StepFunction({ stepId: stepName });

expect(result).toBe(stepFn);
});
Expand All @@ -854,7 +855,7 @@ describe('step function serialization', () => {

let err: Error | undefined;
try {
revivers.StepFunction('nonExistentStep');
revivers.StepFunction({ stepId: 'nonExistentStep' });
} catch (err_) {
err = err_ as Error;
}
Expand Down Expand Up @@ -895,7 +896,88 @@ describe('step function serialization', () => {
expect(dehydrated).toContain(42);
});

it('should serialize step function to name through reducer', () => {
it('should dehydrate and hydrate step function with closure variables', async () => {
const stepName = 'step//workflows/test.ts//calculate';

// Create a step function that accesses closure variables
const { __private_getClosureVars } = await import('./private.js');
const { contextStorage } = await import('./step/context-storage.js');

const stepFn = async (x: number) => {
const { multiplier, prefix } = __private_getClosureVars();
const result = x * multiplier;
return `${prefix}${result}`;
};

// Register the step function
registerStepFunction(stepName, stepFn);

// Simulate what useStep() does - attach stepId and closure vars function
Object.defineProperty(stepFn, 'stepId', {
value: stepName,
writable: false,
enumerable: false,
configurable: false,
});

const closureVars = { multiplier: 3, prefix: 'Result: ' };
Object.defineProperty(stepFn, '__closureVarsFn', {
value: () => closureVars,
writable: false,
enumerable: false,
configurable: false,
});

// Serialize the step function with closure variables
const args = [stepFn, 7];
const dehydrated = dehydrateStepArguments(args, globalThis);

// Verify it serialized
expect(dehydrated).toBeDefined();
const serialized = JSON.stringify(dehydrated);
expect(serialized).toContain(stepName);
expect(serialized).toContain('multiplier');
expect(serialized).toContain('prefix');

// Now hydrate it back
const hydrated = hydrateStepArguments(
dehydrated,
[],
'test-run-123',
vmGlobalThis
);
expect(Array.isArray(hydrated)).toBe(true);
expect(hydrated).toHaveLength(2);

const hydratedStepFn = hydrated[0];
const hydratedArg = hydrated[1];

expect(typeof hydratedStepFn).toBe('function');
expect(hydratedArg).toBe(7);

// Invoke the hydrated step function within a context
const result = await contextStorage.run(
{
stepMetadata: {
stepId: 'test-step',
stepStartedAt: new Date(),
attempt: 1,
},
workflowMetadata: {
workflowRunId: 'test-run',
workflowStartedAt: new Date(),
url: 'http://localhost:3000',
},
ops: [],
},
() => hydratedStepFn(7)
);

// Verify the closure variables were accessible and used correctly
expect(result).toBe('Result: 21');
});

it('should serialize step function to object through reducer', () => {
const stepName = 'step//workflows/test.ts//anotherStep';
const stepFn = async () => 'result';

Expand All @@ -911,7 +993,7 @@ describe('step function serialization', () => {
const reducer = getWorkflowReducers(globalThis).StepFunction;
const result = reducer(stepFn);

// Should return the step name
expect(result).toBe(stepName);
// Should return object with stepId
expect(result).toEqual({ stepId: stepName });
});
});
67 changes: 63 additions & 4 deletions packages/core/src/serialization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { WorkflowRuntimeError } from '@workflow/errors';
import * as devalue from 'devalue';
import { getStepFunction } from './private.js';
import { getWorld } from './runtime/world.js';
import { contextStorage } from './step/context-storage.js';
import {
BODY_INIT_SYMBOL,
STREAM_NAME_SYMBOL,
Expand Down Expand Up @@ -181,7 +182,10 @@ export interface SerializableSpecial {
redirected: boolean;
};
Set: any[];
StepFunction: string; // step function name/ID
StepFunction: {
stepId: string;
closureVars?: Record<string, any>;
};
URL: string;
URLSearchParams: string;
Uint8Array: string; // base64 string
Expand Down Expand Up @@ -291,7 +295,18 @@ function getCommonReducers(global: Record<string, any> = globalThis) {
StepFunction: (value) => {
if (typeof value !== 'function') return false;
const stepId = (value as any).stepId;
return typeof stepId === 'string' ? stepId : false;
if (typeof stepId !== 'string') return false;

// Check if the step function has closure variables
const closureVarsFn = (value as any).__closureVarsFn;
if (closureVarsFn && typeof closureVarsFn === 'function') {
// Invoke the closure variables function and serialize along with stepId
const closureVars = closureVarsFn();
return { stepId, closureVars };
}

// No closure variables - return object with just stepId
return { stepId };
},
URL: (value) => value instanceof global.URL && value.href,
URLSearchParams: (value) => {
Expand Down Expand Up @@ -556,12 +571,56 @@ export function getCommonRevivers(global: Record<string, any> = globalThis) {
RegExp: (value) => new global.RegExp(value.source, value.flags),
Set: (value) => new global.Set(value),
StepFunction: (value) => {
const stepFn = getStepFunction(value);
const stepId = value.stepId;
const closureVars = value.closureVars;

const stepFn = getStepFunction(stepId);
if (!stepFn) {
throw new Error(
`Step function "${value}" not found. Make sure the step function is registered.`
`Step function "${stepId}" not found. Make sure the step function is registered.`
);
}

// If closure variables were serialized, return a wrapper function
// that sets up AsyncLocalStorage context when invoked
if (closureVars) {
const wrappedStepFn = ((...args: any[]) => {
// Get the current context from AsyncLocalStorage
const currentContext = contextStorage.getStore();

if (!currentContext) {
throw new Error(
'Cannot call step function with closure variables outside step context'
);
}

// Create a new context with the closure variables merged in
const newContext = {
...currentContext,
closureVars,
};

// Run the step function with the new context that includes closure vars
return contextStorage.run(newContext, () => stepFn(...args));
}) as any;

// Copy properties from original step function
Object.defineProperty(wrappedStepFn, 'name', {
value: stepFn.name,
});
Object.defineProperty(wrappedStepFn, 'stepId', {
value: stepId,
writable: false,
enumerable: false,
configurable: false,
});
if (stepFn.maxRetries !== undefined) {
wrappedStepFn.maxRetries = stepFn.maxRetries;
}

return wrappedStepFn;
}

return stepFn;
},
URL: (value) => new global.URL(value),
Expand Down
10 changes: 10 additions & 0 deletions packages/core/src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,16 @@ export function createUseStep(ctx: WorkflowOrchestratorContext) {
configurable: false,
});

// Store the closure variables function for serialization
if (closureVarsFn) {
Object.defineProperty(stepFunction, '__closureVarsFn', {
value: closureVarsFn,
writable: false,
enumerable: false,
configurable: false,
});
}

return stepFunction;
};
}
Loading
Loading