chore: change to unlicense #111
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
21 errors and 1 warning
|
tests/relationships.test.ts > relationships > relationships - many-to-many-subset:
tests/relationships.test.ts#L12
Error: Snapshot `relationships > relationships - one-to-many-missing-named 3` mismatched
Expected: "[Error: No relationship found for: userPosts (One from users to posts). Did you forget to define foreign keys?]"
Received: "[Error: drizzle-zero: No relationship found for: userPosts (One from users to posts). Did you forget to define foreign keys?]"
❯ tests/relationships.test.ts:12:5
|
|
tests/relationships.test.ts > relationships > relationships - many-to-many-missing-foreign-key:
tests/relationships.test.ts#L20
Error: Snapshot `relationships > relationships - one-to-many-missing-named 2` mismatched
Expected: "[Error: Invalid many-to-many configuration for user.groups: Could not find foreign key relationships in junction table users_to_group]"
Received: "[Error: drizzle-zero: Invalid many-to-many configuration for user.groups: Could not find foreign key relationships in junction table users_to_group]"
❯ tests/relationships.test.ts:20:5
|
|
tests/relationships.test.ts > relationships > relationships - many-to-many-duplicate-relationship:
tests/relationships.test.ts#L29
Error: Snapshot `relationships > relationships - one-to-many-missing-named 1` mismatched
Expected: "[Error: Duplicate relationship found for: usersToGroups (Many from user to users_to_group).]"
Received: "[Error: drizzle-zero: Duplicate relationship found for: usersToGroups (Many from user to users_to_group).]"
❯ tests/relationships.test.ts:29:5
|
|
tests/relationships.test.ts > relationships > relationships - one-to-one-missing-foreign-key:
tests/relationships.test.ts#L37
Error: Snapshot `relationships > relationships - one-to-many-missing-named 4` mismatched
Expected: "[Error: No relationship found for: userPosts (One from users to posts). Did you forget to define foreign keys?]"
Received: "[Error: drizzle-zero: No relationship found for: userPosts (One from users to posts). Did you forget to define foreign keys?]"
❯ tests/relationships.test.ts:37:5
|
|
tests/relationships.test.ts > relationships > relationships - one-to-many-missing-named:
tests/relationships.test.ts#L45
Error: Snapshot `relationships > relationships - one-to-many-missing-named 5` mismatched
Expected: "[Error: No relationship found for: author (Many from users to posts). Did you forget to define foreign keys for named relation "author"?]"
Received: "[Error: drizzle-zero: No relationship found for: author (Many from users to posts). Did you forget to define foreign keys for named relation "author"?]"
❯ tests/relationships.test.ts:45:5
|
|
tests/tables.test.ts > tables > pg - array types:
tests/tables.test.ts#L196
Error: Snapshot `tables > pg - array types 1` mismatched
Expected: "[Error: Unsupported column type: array. It must be supported by Zero, e.g.: number | bigint | boolean | date | string | json]"
Received: "[Error: drizzle-zero: Unsupported column type: array. It must be supported by Zero, e.g.: number | bigint | boolean | date | string | json]"
❯ tests/tables.test.ts:196:7
|
|
tests/tables.test.ts > tables > pg - invalid column selection:
tests/tables.test.ts#L1239
Error: Snapshot `tables > pg - auto-increment primary key not supported 1` mismatched
Expected: "[Error: Invalid column config for column invalid - expected boolean or object but was string]"
Received: "[Error: drizzle-zero: Invalid column config for column invalid - expected boolean or object but was string]"
❯ tests/tables.test.ts:1239:7
|
|
tests/tables.test.ts > tables > pg - no primary key:
tests/tables.test.ts#L1253
Error: Snapshot `tables > pg - auto-increment primary key not supported 2` mismatched
Expected: "[Error: No primary keys found in table - test. Did you forget to define a primary key?]"
Received: "[Error: drizzle-zero: No primary keys found in table - test. Did you forget to define a primary key?]"
❯ tests/tables.test.ts:1253:7
|
|
tests/tables.test.ts > tables > pg - auto-increment primary key not supported:
tests/tables.test.ts#L1269
Error: Snapshot `tables > pg - auto-increment primary key not supported 3` mismatched
Expected: "[Error: Primary key column id cannot have a default value defined on the database level and cannot be optional, since auto-incrementing primary keys can cause race conditions with concurrent inserts. See the Zero docs for more information.]"
Received: "[Error: drizzle-zero: Primary key column id cannot have a default value defined on the database level and cannot be optional, since auto-incrementing primary keys can cause race conditions with concurrent inserts. See the Zero docs for more information.]"
❯ tests/tables.test.ts:1269:7
|
|
tests/tables.test.ts > tables > pg - fail if table is not pg:
tests/tables.test.ts#L1285
Error: Snapshot `tables > pg - fail if table is not pg 1` mismatched
Expected: "[Error: Unsupported table type: test. Only Postgres tables are supported.]"
Received: "[Error: drizzle-zero: Unsupported table type: test. Only Postgres tables are supported.]"
❯ tests/tables.test.ts:1285:7
|
|
test-and-build (18.x)
The job was canceled because "_20_x" failed.
|
|
tests/relationships.test.ts > relationships > relationships - many-to-many-subset:
tests/relationships.test.ts#L12
Error: Snapshot `relationships > relationships - one-to-many-missing-named 2` mismatched
Expected: "[Error: No relationship found for: userPosts (One from users to posts). Did you forget to define foreign keys?]"
Received: "[Error: drizzle-zero: No relationship found for: userPosts (One from users to posts). Did you forget to define foreign keys?]"
❯ tests/relationships.test.ts:12:5
|
|
tests/relationships.test.ts > relationships > relationships - many-to-many-missing-foreign-key:
tests/relationships.test.ts#L20
Error: Snapshot `relationships > relationships - one-to-many-missing-named 1` mismatched
Expected: "[Error: Invalid many-to-many configuration for user.groups: Could not find foreign key relationships in junction table users_to_group]"
Received: "[Error: drizzle-zero: Invalid many-to-many configuration for user.groups: Could not find foreign key relationships in junction table users_to_group]"
❯ tests/relationships.test.ts:20:5
|
|
tests/relationships.test.ts > relationships > relationships - many-to-many-duplicate-relationship:
tests/relationships.test.ts#L29
Error: Snapshot `relationships > relationships - one-to-many-missing-named 4` mismatched
Expected: "[Error: Duplicate relationship found for: usersToGroups (Many from user to users_to_group).]"
Received: "[Error: drizzle-zero: Duplicate relationship found for: usersToGroups (Many from user to users_to_group).]"
❯ tests/relationships.test.ts:29:5
|
|
tests/relationships.test.ts > relationships > relationships - one-to-one-missing-foreign-key:
tests/relationships.test.ts#L37
Error: Snapshot `relationships > relationships - one-to-many-missing-named 3` mismatched
Expected: "[Error: No relationship found for: userPosts (One from users to posts). Did you forget to define foreign keys?]"
Received: "[Error: drizzle-zero: No relationship found for: userPosts (One from users to posts). Did you forget to define foreign keys?]"
❯ tests/relationships.test.ts:37:5
|
|
tests/relationships.test.ts > relationships > relationships - one-to-many-missing-named:
tests/relationships.test.ts#L45
Error: Snapshot `relationships > relationships - one-to-many-missing-named 5` mismatched
Expected: "[Error: No relationship found for: author (Many from users to posts). Did you forget to define foreign keys for named relation "author"?]"
Received: "[Error: drizzle-zero: No relationship found for: author (Many from users to posts). Did you forget to define foreign keys for named relation "author"?]"
❯ tests/relationships.test.ts:45:5
|
|
tests/tables.test.ts > tables > pg - array types:
tests/tables.test.ts#L196
Error: Snapshot `tables > pg - array types 1` mismatched
Expected: "[Error: Unsupported column type: array. It must be supported by Zero, e.g.: number | bigint | boolean | date | string | json]"
Received: "[Error: drizzle-zero: Unsupported column type: array. It must be supported by Zero, e.g.: number | bigint | boolean | date | string | json]"
❯ tests/tables.test.ts:196:7
|
|
tests/tables.test.ts > tables > pg - invalid column selection:
tests/tables.test.ts#L1239
Error: Snapshot `tables > pg - auto-increment primary key not supported 1` mismatched
Expected: "[Error: Invalid column config for column invalid - expected boolean or object but was string]"
Received: "[Error: drizzle-zero: Invalid column config for column invalid - expected boolean or object but was string]"
❯ tests/tables.test.ts:1239:7
|
|
tests/tables.test.ts > tables > pg - no primary key:
tests/tables.test.ts#L1253
Error: Snapshot `tables > pg - auto-increment primary key not supported 2` mismatched
Expected: "[Error: No primary keys found in table - test. Did you forget to define a primary key?]"
Received: "[Error: drizzle-zero: No primary keys found in table - test. Did you forget to define a primary key?]"
❯ tests/tables.test.ts:1253:7
|
|
tests/tables.test.ts > tables > pg - auto-increment primary key not supported:
tests/tables.test.ts#L1269
Error: Snapshot `tables > pg - auto-increment primary key not supported 3` mismatched
Expected: "[Error: Primary key column id cannot have a default value defined on the database level and cannot be optional, since auto-incrementing primary keys can cause race conditions with concurrent inserts. See the Zero docs for more information.]"
Received: "[Error: drizzle-zero: Primary key column id cannot have a default value defined on the database level and cannot be optional, since auto-incrementing primary keys can cause race conditions with concurrent inserts. See the Zero docs for more information.]"
❯ tests/tables.test.ts:1269:7
|
|
tests/tables.test.ts > tables > pg - fail if table is not pg:
tests/tables.test.ts#L1285
Error: Snapshot `tables > pg - fail if table is not pg 1` mismatched
Expected: "[Error: Unsupported table type: test. Only Postgres tables are supported.]"
Received: "[Error: drizzle-zero: Unsupported table type: test. Only Postgres tables are supported.]"
❯ tests/tables.test.ts:1285:7
|
|
test-and-build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|