Skip to content

feat: add sink-parity agent skill #10446

feat: add sink-parity agent skill

feat: add sink-parity agent skill #10446

Triggered via pull request August 27, 2026 08:07
Status Failure
Total duration 9m 2s
Artifacts

ci.yml

on: pull_request
Matrix: build-ubuntu
build result
13s
build result
Fit to window
Zoom out
Zoom in

Annotations

51 errors
build-ubuntu (24.x, 7.0)
Process completed with exit code 1.
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepo / getRepoByUrl / getRepoById > finds by _id: test/db/postgres/repo.integration.test.ts#L77
AssertionError: expected undefined to be 'https://example.com/id-test.git' // Object.is equality - Expected: "https://example.com/id-test.git" + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:77:27
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepo / getRepoByUrl / getRepoById > finds by name (lower-cased lookup): test/db/postgres/repo.integration.test.ts#L62
AssertionError: expected undefined to be 'findme' // Object.is equality - Expected: "findme" + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:62:27
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > createRepo > persists the row and stamps a generated _id: src/db/postgres/schemaMigrations.ts#L145
error: relation "schema_migrations" does not exist ❯ node_modules/pg/lib/client.js:694:17 ❯ runMigrations src/db/postgres/schemaMigrations.ts:145:22 ❯ connect src/db/postgres/helper.ts:126:3 ❯ query src/db/postgres/helper.ts:134:16 ❯ createRepo src/db/postgres/repo.ts:90:18 ❯ test/db/postgres/repo.integration.test.ts:48:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 116, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '21', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > authorise > authorises a push and resets cancel/reject flags: src/db/postgres/pushes.ts#L210
error: relation "pushes" does not exist ❯ node_modules/pg-pool/index.js:45:11 ❯ writeAudit src/db/postgres/pushes.ts:210:3 ❯ authorise src/db/postgres/pushes.ts:253:3 ❯ test/db/postgres/pushes.integration.test.ts:193:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 105, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '13', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > getPush > returns null for a non-existent push: src/db/postgres/pushes.ts#L191
error: relation "pushes" does not exist ❯ node_modules/pg-pool/index.js:45:11 ❯ getPush src/db/postgres/pushes.ts:191:18 ❯ test/db/postgres/pushes.integration.test.ts:106:14 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 105, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '18', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > writeAudit > upserts an existing action: src/db/postgres/pushes.ts#L191
error: relation "pushes" does not exist ❯ node_modules/pg-pool/index.js:45:11 ❯ getPush src/db/postgres/pushes.ts:191:18 ❯ test/db/postgres/pushes.integration.test.ts:70:25 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 105, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '18', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
build-ubuntu (22.x, 7.0)
Process completed with exit code 1.
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepos > returns the seeded repos: test/db/postgres/repo.integration.test.ts#L93
AssertionError: expected [ 'list-2' ] to deeply equal ArrayContaining ["list-1", "list-2"] - Expected + Received - ArrayContaining [ - "list-1", + [ "list-2", ] ❯ test/db/postgres/repo.integration.test.ts:93:21
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepo / getRepoByUrl / getRepoById > finds by _id: src/db/postgres/schemaMigrations.ts#L145
error: relation "schema_migrations" does not exist ❯ node_modules/pg/lib/client.js:694:17 ❯ runMigrations src/db/postgres/schemaMigrations.ts:145:22 ❯ connect src/db/postgres/helper.ts:126:3 ❯ query src/db/postgres/helper.ts:134:16 ❯ createRepo src/db/postgres/repo.ts:90:18 ❯ test/db/postgres/repo.integration.test.ts:73:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 116, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '21', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > createRepo > persists the row and stamps a generated _id: src/db/postgres/schemaMigrations.ts#L145
error: relation "schema_migrations" does not exist ❯ node_modules/pg/lib/client.js:694:17 ❯ runMigrations src/db/postgres/schemaMigrations.ts:145:22 ❯ connect src/db/postgres/helper.ts:126:3 ❯ query src/db/postgres/helper.ts:134:16 ❯ createRepo src/db/postgres/repo.ts:90:18 ❯ test/db/postgres/repo.integration.test.ts:48:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 116, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '21', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > getPushes > does not leak _id: src/db/postgres/pushes.ts#L210
error: relation "pushes" does not exist ❯ node_modules/pg-pool/index.js:45:11 ❯ writeAudit src/db/postgres/pushes.ts:210:3 ❯ test/db/postgres/pushes.integration.test.ts:138:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 105, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '13', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > getPush > retrieves a push by id: test/db/postgres/pushes.integration.test.ts#L101
AssertionError: expected undefined to be 'get-push-test' // Object.is equality - Expected: "get-push-test" + Received: undefined ❯ test/db/postgres/pushes.integration.test.ts:101:26
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > writeAudit > strips _id from action before saving: src/db/postgres/pushes.ts#L191
error: relation "pushes" does not exist ❯ node_modules/pg-pool/index.js:45:11 ❯ getPush src/db/postgres/pushes.ts:191:18 ❯ test/db/postgres/pushes.integration.test.ts:87:25 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 105, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '18', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/users.integration.test.ts > PostgreSQL Users Integration Tests > findUser > finds a user by username (case-insensitive): test/db/postgres/users.integration.test.ts#L65
AssertionError: expected undefined to be 'findme' // Object.is equality - Expected: "findme" + Received: undefined ❯ test/db/postgres/users.integration.test.ts:65:32
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > permission JSONB > keeps other users intact when removing one: test/db/postgres/repo.integration.test.ts#L160
AssertionError: expected undefined to deeply equal [ 'bob' ] - Expected: [ "bob", ] + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:160:37
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > permission JSONB > applies the same invariant to canAuthorise: test/db/postgres/repo.integration.test.ts#L145
AssertionError: expected undefined to deeply equal [] - Expected: [] + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:145:42
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepo / getRepoByUrl / getRepoById > finds by url exactly: src/db/postgres/schemaMigrations.ts#L145
error: relation "schema_migrations" does not exist ❯ node_modules/pg/lib/client.js:694:17 ❯ runMigrations src/db/postgres/schemaMigrations.ts:145:22 ❯ connect src/db/postgres/helper.ts:126:3 ❯ query src/db/postgres/helper.ts:134:16 ❯ createRepo src/db/postgres/repo.ts:90:18 ❯ test/db/postgres/repo.integration.test.ts:67:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 116, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '21', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepo / getRepoByUrl / getRepoById > finds by name (lower-cased lookup): test/db/postgres/repo.integration.test.ts#L62
AssertionError: expected undefined to be 'findme' // Object.is equality - Expected: "findme" + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:62:27
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > createRepo > persists the row and stamps a generated _id: src/db/postgres/schemaMigrations.ts#L145
error: relation "schema_migrations" does not exist ❯ node_modules/pg/lib/client.js:694:17 ❯ runMigrations src/db/postgres/schemaMigrations.ts:145:22 ❯ connect src/db/postgres/helper.ts:126:3 ❯ query src/db/postgres/helper.ts:134:16 ❯ createRepo src/db/postgres/repo.ts:90:18 ❯ test/db/postgres/repo.integration.test.ts:48:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 116, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '21', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > reject > rejects a push and persists the rejection payload: src/db/postgres/pushes.ts#L210
error: relation "pushes" does not exist ❯ node_modules/pg-pool/index.js:45:11 ❯ writeAudit src/db/postgres/pushes.ts:210:3 ❯ test/db/postgres/pushes.integration.test.ts:218:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 105, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '13', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > authorise > throws for a non-existent push: test/db/postgres/pushes.integration.test.ts#L204
AssertionError: expected [Function] to throw error including 'push non-existent not found' but got 'relation "pushes" does not exist' Expected: "push non-existent not found" Received: "relation "pushes" does not exist" ❯ test/db/postgres/pushes.integration.test.ts:204:58
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > authorise > authorises a push and resets cancel/reject flags: src/db/postgres/pushes.ts#L210
error: relation "pushes" does not exist ❯ node_modules/pg-pool/index.js:45:11 ❯ writeAudit src/db/postgres/pushes.ts:210:3 ❯ test/db/postgres/pushes.integration.test.ts:191:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 105, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '13', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
build-ubuntu (24.x, 6.0)
Process completed with exit code 1.
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > permission JSONB > keeps other users intact when removing one: test/db/postgres/repo.integration.test.ts#L160
AssertionError: expected undefined to deeply equal [ 'bob' ] - Expected: [ "bob", ] + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:160:37
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepos > returns the seeded repos: test/db/postgres/repo.integration.test.ts#L93
AssertionError: expected [] to deeply equal ArrayContaining ["list-1", "list-2"] - Expected + Received - ArrayContaining [ - "list-1", - "list-2", - ] + [] ❯ test/db/postgres/repo.integration.test.ts:93:21
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepo / getRepoByUrl / getRepoById > finds by name (lower-cased lookup): test/db/postgres/repo.integration.test.ts#L62
AssertionError: expected undefined to be 'findme' // Object.is equality - Expected: "findme" + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:62:27
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > createRepo > persists the row and stamps a generated _id: src/db/postgres/schemaMigrations.ts#L145
error: relation "schema_migrations" does not exist ❯ node_modules/pg/lib/client.js:694:17 ❯ runMigrations src/db/postgres/schemaMigrations.ts:145:22 ❯ connect src/db/postgres/helper.ts:126:3 ❯ query src/db/postgres/helper.ts:134:16 ❯ createRepo src/db/postgres/repo.ts:90:18 ❯ test/db/postgres/repo.integration.test.ts:48:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 116, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '21', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > authorise > authorises a push and resets cancel/reject flags: test/db/postgres/pushes.integration.test.ts#L197
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ test/db/postgres/pushes.integration.test.ts:197:35
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > writeAudit > upserts an existing action: src/db/postgres/pushes.ts#L210
error: relation "pushes" does not exist ❯ node_modules/pg-pool/index.js:45:11 ❯ writeAudit src/db/postgres/pushes.ts:210:3 ❯ test/db/postgres/pushes.integration.test.ts:68:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 105, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '13', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/users.integration.test.ts > PostgreSQL Users Integration Tests > findUserByEmail > finds a user by email (case-insensitive): test/db/postgres/users.integration.test.ts#L77
AssertionError: expected undefined to be 'findbyemail@test.com' // Object.is equality - Expected: "findbyemail@test.com" + Received: undefined ❯ test/db/postgres/users.integration.test.ts:77:29
test/db/postgres/users.integration.test.ts > PostgreSQL Users Integration Tests > findUser > finds a user by username (case-insensitive): test/db/postgres/users.integration.test.ts#L65
AssertionError: expected undefined to be 'findme' // Object.is equality - Expected: "findme" + Received: undefined ❯ test/db/postgres/users.integration.test.ts:65:32
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > permission JSONB > keeps other users intact when removing one: test/db/postgres/repo.integration.test.ts#L160
AssertionError: expected undefined to deeply equal [ 'bob' ] - Expected: [ "bob", ] + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:160:37
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > permission JSONB > applies the same invariant to canAuthorise: test/db/postgres/repo.integration.test.ts#L145
AssertionError: expected undefined to deeply equal [] - Expected: [] + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:145:42
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepo / getRepoByUrl / getRepoById > finds by _id: test/db/postgres/repo.integration.test.ts#L77
AssertionError: expected undefined to be 'https://example.com/id-test.git' // Object.is equality - Expected: "https://example.com/id-test.git" + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:77:27
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepo / getRepoByUrl / getRepoById > finds by name (lower-cased lookup): test/db/postgres/repo.integration.test.ts#L62
AssertionError: expected undefined to be 'findme' // Object.is equality - Expected: "findme" + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:62:27
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > createRepo > persists the row and stamps a generated _id: src/db/postgres/schemaMigrations.ts#L145
error: relation "schema_migrations" does not exist ❯ node_modules/pg/lib/client.js:694:17 ❯ runMigrations src/db/postgres/schemaMigrations.ts:145:22 ❯ connect src/db/postgres/helper.ts:126:3 ❯ query src/db/postgres/helper.ts:134:16 ❯ createRepo src/db/postgres/repo.ts:90:18 ❯ test/db/postgres/repo.integration.test.ts:48:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 116, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '21', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > getPushes > orders pushes by timestamp DESC: test/db/postgres/pushes.integration.test.ts#L151
AssertionError: expected [ 'push-authorised', 'push-b' ] to deeply equal [ 'push-authorised', 'push-b', …(1) ] - Expected + Received [ "push-authorised", "push-b", - "push-a", ] ❯ test/db/postgres/pushes.integration.test.ts:151:19
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > getPush > retrieves a push by id: src/db/postgres/pushes.ts#L191
error: relation "pushes" does not exist ❯ node_modules/pg-pool/index.js:45:11 ❯ getPush src/db/postgres/pushes.ts:191:18 ❯ test/db/postgres/pushes.integration.test.ts:100:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 105, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '18', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
build-ubuntu (22.x, 6.0)
Process completed with exit code 1.
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > permission JSONB > adds a user without duplication: test/db/postgres/repo.integration.test.ts#L117
AssertionError: expected undefined to deeply equal [ 'alice' ] - Expected: [ "alice", ] + Received: undefined ❯ test/db/postgres/repo.integration.test.ts:117:37
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepos > returns the seeded repos: test/db/postgres/repo.integration.test.ts#L93
AssertionError: expected [ 'list-2' ] to deeply equal ArrayContaining ["list-1", "list-2"] - Expected + Received - ArrayContaining [ - "list-1", + [ "list-2", ] ❯ test/db/postgres/repo.integration.test.ts:93:21
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > getRepo / getRepoByUrl / getRepoById > finds by _id: src/db/postgres/schemaMigrations.ts#L145
error: relation "schema_migrations" does not exist ❯ node_modules/pg/lib/client.js:694:17 ❯ runMigrations src/db/postgres/schemaMigrations.ts:145:22 ❯ connect src/db/postgres/helper.ts:126:3 ❯ query src/db/postgres/helper.ts:134:16 ❯ createRepo src/db/postgres/repo.ts:90:18 ❯ test/db/postgres/repo.integration.test.ts:73:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 116, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '21', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/repo.integration.test.ts > PostgreSQL Repo Integration Tests > createRepo > persists the row and stamps a generated _id: src/db/postgres/schemaMigrations.ts#L145
error: relation "schema_migrations" does not exist ❯ node_modules/pg/lib/client.js:694:17 ❯ runMigrations src/db/postgres/schemaMigrations.ts:145:22 ❯ connect src/db/postgres/helper.ts:126:3 ❯ query src/db/postgres/helper.ts:134:16 ❯ createRepo src/db/postgres/repo.ts:90:18 ❯ test/db/postgres/repo.integration.test.ts:48:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 116, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '21', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
test/db/postgres/pushes.integration.test.ts > PostgreSQL Pushes Integration Tests > getPushes > does not leak _id: src/db/postgres/pushes.ts#L210
error: relation "pushes" does not exist ❯ node_modules/pg-pool/index.js:45:11 ❯ writeAudit src/db/postgres/pushes.ts:210:3 ❯ test/db/postgres/pushes.integration.test.ts:138:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { length: 105, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '13', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, dataType: undefined, constraint: undefined, file: 'parse_relation.c', routine: 'parserOpenTable' }
build result
Process completed with exit code 1.