feat: add webhook queue system and worker #33
test.yml
on: pull_request
Unit & Integration Tests
49s
E2E Tests
18m 41s
Lint & Type Check
20s
Annotations
11 errors
|
Unhandled error:
tests/helpers/factories.ts#L46
LibsqlError: SQLITE_ERROR: table forms has no column named enable_webhook
❯ mapSqliteError ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:372:16
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:277:15
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
❯ runTest ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:1040:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
This error originated in "routes/json-parsing.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles brackets in field names". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: SqliteError: table forms has no column named enable_webhook
❯ convertError ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:51:12
❯ Database.prepare ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:119:13
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:248:28
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
|
|
Unhandled error:
tests/helpers/factories.ts#L46
LibsqlError: SQLITE_ERROR: table forms has no column named enable_webhook
❯ mapSqliteError ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:372:16
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:277:15
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
❯ runTest ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:1040:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
This error originated in "routes/json-parsing.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles dots in field names". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: SqliteError: table forms has no column named enable_webhook
❯ convertError ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:51:12
❯ Database.prepare ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:119:13
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:248:28
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
|
|
Unhandled error:
tests/helpers/factories.ts#L46
LibsqlError: SQLITE_ERROR: table forms has no column named enable_webhook
❯ mapSqliteError ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:372:16
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:277:15
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
❯ runTest ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:1040:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
This error originated in "routes/json-parsing.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles nested arrays within objects". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: SqliteError: table forms has no column named enable_webhook
❯ convertError ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:51:12
❯ Database.prepare ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:119:13
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:248:28
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
|
|
Unhandled error:
tests/helpers/factories.ts#L46
LibsqlError: SQLITE_ERROR: table forms has no column named enable_webhook
❯ mapSqliteError ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:372:16
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:277:15
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
❯ runTest ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:1040:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
This error originated in "routes/json-parsing.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles 10 levels of nesting". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: SqliteError: table forms has no column named enable_webhook
❯ convertError ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:51:12
❯ Database.prepare ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:119:13
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:248:28
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
|
|
Unhandled error:
tests/helpers/factories.ts#L46
LibsqlError: SQLITE_ERROR: table forms has no column named enable_webhook
❯ mapSqliteError ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:372:16
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:277:15
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
❯ runTest ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:1040:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
This error originated in "routes/json-parsing.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles empty string values". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: SqliteError: table forms has no column named enable_webhook
❯ convertError ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:51:12
❯ Database.prepare ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:119:13
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:248:28
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
|
|
Unhandled error:
tests/helpers/factories.ts#L46
LibsqlError: SQLITE_ERROR: table forms has no column named enable_webhook
❯ mapSqliteError ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:372:16
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:277:15
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
❯ runTest ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:1040:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
This error originated in "routes/json-parsing.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles empty objects". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: SqliteError: table forms has no column named enable_webhook
❯ convertError ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:51:12
❯ Database.prepare ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:119:13
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:248:28
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
|
|
Unhandled error:
tests/helpers/factories.ts#L46
LibsqlError: SQLITE_ERROR: table forms has no column named enable_webhook
❯ mapSqliteError ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:372:16
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:277:15
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
❯ runTest ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:1040:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
This error originated in "routes/json-parsing.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles empty arrays". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: SqliteError: table forms has no column named enable_webhook
❯ convertError ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:51:12
❯ Database.prepare ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:119:13
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:248:28
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
|
|
Unhandled error:
tests/helpers/factories.ts#L46
LibsqlError: SQLITE_ERROR: table forms has no column named enable_webhook
❯ mapSqliteError ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:372:16
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:277:15
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
❯ runTest ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:1040:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
This error originated in "routes/json-parsing.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles mixed Unicode scripts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: SqliteError: table forms has no column named enable_webhook
❯ convertError ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:51:12
❯ Database.prepare ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:119:13
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:248:28
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
|
|
Unhandled error:
tests/helpers/factories.ts#L46
LibsqlError: SQLITE_ERROR: table forms has no column named enable_webhook
❯ mapSqliteError ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:372:16
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:277:15
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
❯ runTest ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:1040:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
This error originated in "routes/json-parsing.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles emoji in field names". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: SqliteError: table forms has no column named enable_webhook
❯ convertError ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:51:12
❯ Database.prepare ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:119:13
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:248:28
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
|
|
Unhandled error:
tests/helpers/factories.ts#L46
LibsqlError: SQLITE_ERROR: table forms has no column named enable_webhook
❯ mapSqliteError ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:372:16
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:277:15
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
❯ runTest ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:1040:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
This error originated in "routes/json-parsing.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles Cyrillic characters in field names". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Caused by: Caused by: SqliteError: table forms has no column named enable_webhook
❯ convertError ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:51:12
❯ Database.prepare ../node_modules/.bun/libsql@0.4.7/node_modules/libsql/index.js:119:13
❯ executeStmt ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:248:28
❯ Sqlite3Client.execute ../node_modules/.bun/@libsql+client@0.14.0/node_modules/@libsql/client/lib-esm/sqlite3.js:79:16
❯ LibSQLPreparedQuery.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/libsql/session.ts:164:56
❯ QueryPromise.run ../node_modules/.bun/drizzle-orm@0.30.10+0cd464755b05e21d/node_modules/src/sqlite-core/query-builders/insert.ts:351:26
❯ Module.createTestForm helpers/factories.ts:46:6
❯ routes/json-parsing.test.ts:21:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:964:22
❯ callSuiteHook ../node_modules/.bun/@vitest+runner@2.1.9/node_modules/@vitest/runner/dist/index.js:953:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'SQLITE_ERROR', rawCode: 1 }
|
|
E2E Tests
Process completed with exit code 1.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
11.2 MB |
sha256:681b16be2597bb7fa9092e53b5ffd74064bf2b57310e4223e0bb25c599874869
|
|