Integrate Effect-based userThreads model into modLog #89
Annotations
4 errors and 1 notice
|
Playwright E2E
Process completed with exit code 1.
|
|
[chromium] › tests/e2e/payment-flow.spec.ts:9:5 › Payment Flow › Authenticated - Onboarding Flow › free guild onboarding shows Pro vs Free choice:
tests/e2e/fixtures/db.ts#L106
1) [chromium] › tests/e2e/payment-flow.spec.ts:9:5 › Payment Flow › Authenticated - Onboarding Flow › free guild onboarding shows Pro vs Free choice
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
SqliteError: no such table: users
at fixtures/db.ts:106
104 | const email = options?.email ?? `test_${randomUUID()}@example.com`;
105 |
> 106 | await testDb
| ^
107 | .insertInto("users")
108 | .values({
109 | id: userId,
at Database.prepare (/home/runner/work/mod-bot/mod-bot/node_modules/better-sqlite3/lib/methods/wrappers.js:5:21)
at SqliteConnection.executeQuery (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/dialect/sqlite/sqlite-driver.js:51:31)
at /home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:35:45
at DefaultConnectionProvider.provideConnection (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/driver/default-connection-provider.js:10:26)
at DefaultQueryExecutor.executeQuery (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:34:16)
at InsertQueryBuilder.execute (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/query-builder/insert-query-builder.js:916:24)
at DbFixture.createUser (/home/runner/work/mod-bot/mod-bot/tests/e2e/fixtures/db.ts:106:5)
at Object.testUser (/home/runner/work/mod-bot/mod-bot/tests/e2e/fixtures/auth.ts:25:18)
|
|
[chromium] › tests/e2e/payment-flow.spec.ts:9:5 › Payment Flow › Authenticated - Onboarding Flow › free guild onboarding shows Pro vs Free choice:
tests/e2e/fixtures/db.ts#L106
1) [chromium] › tests/e2e/payment-flow.spec.ts:9:5 › Payment Flow › Authenticated - Onboarding Flow › free guild onboarding shows Pro vs Free choice
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
SqliteError: no such table: users
at fixtures/db.ts:106
104 | const email = options?.email ?? `test_${randomUUID()}@example.com`;
105 |
> 106 | await testDb
| ^
107 | .insertInto("users")
108 | .values({
109 | id: userId,
at Database.prepare (/home/runner/work/mod-bot/mod-bot/node_modules/better-sqlite3/lib/methods/wrappers.js:5:21)
at SqliteConnection.executeQuery (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/dialect/sqlite/sqlite-driver.js:51:31)
at /home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:35:45
at DefaultConnectionProvider.provideConnection (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/driver/default-connection-provider.js:10:26)
at DefaultQueryExecutor.executeQuery (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:34:16)
at InsertQueryBuilder.execute (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/query-builder/insert-query-builder.js:916:24)
at DbFixture.createUser (/home/runner/work/mod-bot/mod-bot/tests/e2e/fixtures/db.ts:106:5)
at Object.testUser (/home/runner/work/mod-bot/mod-bot/tests/e2e/fixtures/auth.ts:25:18)
|
|
[chromium] › tests/e2e/payment-flow.spec.ts:9:5 › Payment Flow › Authenticated - Onboarding Flow › free guild onboarding shows Pro vs Free choice:
tests/e2e/fixtures/db.ts#L106
1) [chromium] › tests/e2e/payment-flow.spec.ts:9:5 › Payment Flow › Authenticated - Onboarding Flow › free guild onboarding shows Pro vs Free choice
SqliteError: no such table: users
at fixtures/db.ts:106
104 | const email = options?.email ?? `test_${randomUUID()}@example.com`;
105 |
> 106 | await testDb
| ^
107 | .insertInto("users")
108 | .values({
109 | id: userId,
at Database.prepare (/home/runner/work/mod-bot/mod-bot/node_modules/better-sqlite3/lib/methods/wrappers.js:5:21)
at SqliteConnection.executeQuery (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/dialect/sqlite/sqlite-driver.js:51:31)
at /home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:35:45
at DefaultConnectionProvider.provideConnection (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/driver/default-connection-provider.js:10:26)
at DefaultQueryExecutor.executeQuery (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:34:16)
at InsertQueryBuilder.execute (/home/runner/work/mod-bot/mod-bot/node_modules/kysely/dist/esm/query-builder/insert-query-builder.js:916:24)
at DbFixture.createUser (/home/runner/work/mod-bot/mod-bot/tests/e2e/fixtures/db.ts:106:5)
at Object.testUser (/home/runner/work/mod-bot/mod-bot/tests/e2e/fixtures/auth.ts:25:18)
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/e2e/payment-flow.spec.ts:9:5 › Payment Flow › Authenticated - Onboarding Flow › free guild onboarding shows Pro vs Free choice
2 did not run
|