Skip to content

implement postgres adapter #195

implement postgres adapter

implement postgres adapter #195

Triggered via pull request July 26, 2024 10:25
Status Failure
Total duration 1m 19s
Artifacts

ci.yaml

on: pull_request
Check if version upgrade
0s
Check if version upgrade
Create version tag
0s
Create version tag
pre-release
0s
pre-release
Poke gitops
0s
Poke gitops
Trigger production deploy
0s
Trigger production deploy
Create release notes
0s
Create release notes
Fit to window
Zoom out
Zoom in

Annotations

8 errors
src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts > pgDbApi > getCompiledDataPrivate > gets private compiled data: node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js#L22
{ stack: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED ::1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED 127.0.0.1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', stackStr: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', nameStr: 'AggregateError', expected: 'undefined', actual: 'undefined', message: '', constructor: 'Function<AggregateError>', name: 'AggregateError', toString: 'Function<toString>', stacks: [ { method: '', file: '/home/runner/work/sill/sill/node_modules/pg-pool/index.js', line: 45, column: 11 }, { method: 'PostgresDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js', line: 22, column: 24 }, { method: 'RuntimeDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-drive
src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts > pgDbApi > software > creates a software, than gets it with getAll: node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js#L22
{ stack: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED ::1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED 127.0.0.1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', stackStr: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', nameStr: 'AggregateError', expected: 'undefined', actual: 'undefined', message: '', constructor: 'Function<AggregateError>', name: 'AggregateError', toString: 'Function<toString>', stacks: [ { method: '', file: '/home/runner/work/sill/sill/node_modules/pg-pool/index.js', line: 45, column: 11 }, { method: 'PostgresDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js', line: 22, column: 24 }, { method: 'RuntimeDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-drive
validations
api#test: command (/home/runner/work/sill/sill/api) /tmp/yarn--1721989594580-0.28105001178194233/yarn run test exited (1)
src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts > pgDbApi > instance > creates an instance, than gets it with getAll: node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js#L22
{ stack: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED ::1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED 127.0.0.1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', stackStr: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', nameStr: 'AggregateError', expected: 'undefined', actual: 'undefined', message: '', constructor: 'Function<AggregateError>', name: 'AggregateError', toString: 'Function<toString>', stacks: [ { method: '', file: '/home/runner/work/sill/sill/node_modules/pg-pool/index.js', line: 45, column: 11 }, { method: 'PostgresDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js', line: 22, column: 24 }, { method: 'RuntimeDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-drive
src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts > pgDbApi > agents > adds an agent, get it by email, updates it, getAll: node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js#L22
{ stack: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED ::1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED 127.0.0.1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', stackStr: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', nameStr: 'AggregateError', expected: 'undefined', actual: 'undefined', message: '', constructor: 'Function<AggregateError>', name: 'AggregateError', toString: 'Function<toString>', stacks: [ { method: '', file: '/home/runner/work/sill/sill/node_modules/pg-pool/index.js', line: 45, column: 11 }, { method: 'PostgresDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js', line: 22, column: 24 }, { method: 'RuntimeDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-drive
src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts > pgDbApi > users and referents > cannot add a user or referent if the software or agent is missing in db: node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js#L22
{ stack: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED ::1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED 127.0.0.1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', stackStr: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', nameStr: 'AggregateError', expected: 'undefined', actual: 'undefined', message: '', constructor: 'Function<AggregateError>', name: 'AggregateError', toString: 'Function<toString>', stacks: [ { method: '', file: '/home/runner/work/sill/sill/node_modules/pg-pool/index.js', line: 45, column: 11 }, { method: 'PostgresDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js', line: 22, column: 24 }, { method: 'RuntimeDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-drive
src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts > pgDbApi > users and referents > adds the user or referent correctly, than removes them: node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js#L22
{ stack: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED ::1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:5433\n' + ' at createConnectionError (node:net:1647:14)\n' + ' at afterConnectMultiple (node:net:1677:16)', message: 'connect ECONNREFUSED 127.0.0.1:5433', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 5433, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', stackStr: 'AggregateError: \n' + ' at /home/runner/work/sill/sill/node_modules/pg-pool/index.js:45:11\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at PostgresDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:22:24)\n' + ' at RuntimeDriver.acquireConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-driver.js:45:28)\n' + ' at DefaultConnectionProvider.provideConnection (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/default-connection-provider.js:8:28)\n' + ' at DefaultQueryExecutor.executeQuery (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:37:16)\n' + ' at DeleteQueryBuilder.execute (/home/runner/work/sill/sill/node_modules/kysely/dist/esm/query-builder/delete-query-builder.js:477:24)\n' + ' at /home/runner/work/sill/sill/api/src/core/adapters/dbApi/kysely/pgDbApi.integration.test.ts:80:9\n' + ' at async Promise.all (index 0)\n' + ' at callSuiteHook (file:///home/runner/work/sill/sill/node_modules/@vitest/runner/dist/index.js:638:23)', nameStr: 'AggregateError', expected: 'undefined', actual: 'undefined', message: '', constructor: 'Function<AggregateError>', name: 'AggregateError', toString: 'Function<toString>', stacks: [ { method: '', file: '/home/runner/work/sill/sill/node_modules/pg-pool/index.js', line: 45, column: 11 }, { method: 'PostgresDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js', line: 22, column: 24 }, { method: 'RuntimeDriver.acquireConnection', file: '/home/runner/work/sill/sill/node_modules/kysely/dist/esm/driver/runtime-drive
validations
Process completed with exit code 1.