Skip to content

chore(deps): bump @fastify/swagger from 8.15.0 to 9.4.0 #1563

chore(deps): bump @fastify/swagger from 8.15.0 to 9.4.0

chore(deps): bump @fastify/swagger from 8.15.0 to 9.4.0 #1563

Triggered via pull request January 10, 2025 22:57
Status Failure
Total duration 2m 0s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
test/index.test.ts > revoke & grant column privileges: test/server/column-privileges.ts#L58
TypeError: res.json(...).find is not a function ❯ test/server/column-privileges.ts:58:6
test/index.test.ts > revoke & grant column privileges w/ quoted column name: test/server/column-privileges.ts#L221
Error: {"error":"Not found"} ❯ test/server/column-privileges.ts:221:11
test/index.test.ts > list indexes: test/server/indexes.ts#L9
TypeError: res.json(...).find is not a function ❯ test/server/indexes.ts:9:6
test/index.test.ts > retrieve index: test/server/indexes.ts#L54
Error: Snapshot `retrieve index 1` mismatched - Expected + Received { - "access_method": "btree", - "check_xmin": false, - "class": "3124", - "collation": "0", - "comment": null, - "id": 16399, - "index_attributes": [ - { - "attribute_name": "id", - "attribute_number": 1, - "data_type": "bigint", - }, - ], - "index_definition": "CREATE UNIQUE INDEX users_pkey ON public.users USING btree (id)", - "index_predicate": null, - "is_clustered": false, - "is_exclusion": false, - "is_immediate": true, - "is_live": true, - "is_primary": true, - "is_ready": true, - "is_replica_identity": false, - "is_unique": true, - "is_valid": true, - "key_attributes": "1", - "number_of_attributes": 1, - "number_of_key_attributes": 1, - "options": "0", - "schema": "public", - "table_id": 16393, + "error": "Not found", } ❯ test/server/indexes.ts:54:17
test/index.test.ts > materialized views: test/server/materialized-views.ts#L18
Error: Snapshot `materialized views 1` mismatched - Expected + Received - [ - { - "comment": null, - "is_populated": true, - "name": "todos_matview", - "schema": "public", - }, - ] + { + "error": "Not found", + } ❯ test/server/materialized-views.ts:18:49
test/index.test.ts > materialized views with columns: test/server/materialized-views.ts#L36
Error: Snapshot `materialized views with columns 1` mismatched - Expected + Received - [ - { - "columns": [ - { - "check": null, - "comment": null, - "data_type": "bigint", - "default_value": null, - "enums": [], - "format": "int8", - "identity_generation": null, - "is_generated": false, - "is_identity": false, - "is_nullable": true, - "is_unique": false, - "is_updatable": false, - "name": "id", - "ordinal_position": 1, - "schema": "public", - "table": "todos_matview", - }, - { - "check": null, - "comment": null, - "data_type": "text", - "default_value": null, - "enums": [], - "format": "text", - "identity_generation": null, - "is_generated": false, - "is_identity": false, - "is_nullable": true, - "is_unique": false, - "is_updatable": false, - "name": "details", - "ordinal_position": 2, - "schema": "public", - "table": "todos_matview", - }, - { - "check": null, - "comment": null, - "data_type": "bigint", - "default_value": null, - "enums": [], - "format": "int8", - "identity_generation": null, - "is_generated": false, - "is_identity": false, - "is_nullable": true, - "is_unique": false, - "is_updatable": false, - "name": "user-id", - "ordinal_position": 3, - "schema": "public", - "table": "todos_matview", - }, - ], - "comment": null, - "is_populated": true, - "name": "todos_matview", - "schema": "public", - }, - ] + { + "error": "Not found", + } ❯ test/server/materialized-views.ts:36:49
test/index.test.ts > query: test/server/query.ts#L10
Error: Snapshot `query 1` mismatched - Expected + Received - [ - { + { - "id": 1, - "name": "Joe Bloggs", - "status": "ACTIVE", - }, - { - "id": 2, - "name": "Jane Doe", - "status": "ACTIVE", - }, - ] + "error": "Not found", + } ❯ test/server/query.ts:10:22
test/index.test.ts > error: test/server/query.ts#L32
Error: Snapshot `error 1` mismatched - Expected + Received { - "code": "42P01", - "error": "ERROR: 42P01: table "missing_table" does not exist - ", - "file": "tablecmds.c", - "formattedError": "ERROR: 42P01: table "missing_table" does not exist - ", - "length": 108, - "line": "1259", - "message": "table "missing_table" does not exist", - "name": "error", - "routine": "DropErrorMsgNonExistent", - "severity": "ERROR", + "error": "Not found", } ❯ test/server/query.ts:32:22
test/index.test.ts > parser select statements: test/server/query.ts#L56
Error: Snapshot `parser select statements 1` mismatched - Expected + Received - [ - { - "RawStmt": { - "stmt": { - "SelectStmt": { - "fromClause": [ - { - "RangeVar": { - "inh": true, - "location": 21, - "relname": "users", - "relpersistence": "p", - }, - }, - ], - "limitOption": "LIMIT_OPTION_DEFAULT", - "op": "SETOP_NONE", - "targetList": [ - { - "ResTarget": { - "location": 7, - "val": { - "ColumnRef": { - "fields": [ - { - "String": { - "str": "id", - }, - }, - ], - "location": 7, - }, - }, - }, - }, - { - "ResTarget": { - "location": 11, - "val": { - "ColumnRef": { - "fields": [ - { - "String": { - "str": "name", - }, - }, - ], - "location": 11, - }, - }, - }, - }, - ], - "whereClause": { - "A_Expr": { - "kind": "AEXPR_OP", - "lexpr": { - "ColumnRef": { - "fields": [ - { - "String": { - "str": "user_id", - }, - }, - ], - "location": 33, - }, - }, - "location": 41, - "name": [ - { - "String": { - "str": "=", - }, - }, - ], - "rexpr": { - "A_Const": { - "location": 43, - "val": { - "Integer": { - "ival": 1234, - }, - }, - }, - }, - }, - }, - }, - }, - "stmt_location": 0, - }, - }, - ] + { + "error": "Not found", + } ❯ test/server/query.ts:56:22
test/index.test.ts > parser comments: test/server/query.ts#L164
Error: Snapshot `parser comments 1` mismatched - Expected + Received - [] + { + "error": "Not found", + } ❯ test/server/query.ts:164:22
Build with docker
Process completed with exit code 1.