Files
triggerdotdev--trigger.dev/internal-packages
Eric Allam 9fc1870f7d test(clickhouse): add missing task_kind to taskRuns test fixtures
Migration 029 added `task_kind` to `task_runs_v2`, and TASK_RUN_COLUMNS was updated, but the four test-data arrays in src/taskRuns.test.ts were not. ClickHouse rejects the inserts with "Cannot parse input: expected ',' before: ']'" because the array length is one short of the column count. All 7 internal/clickhouse unit-test shards on PR #3173 fail on this.

Pre-existing bug (predates my Sessions work) but blocking CI; verified the fix locally — `vitest run src/taskRuns.test.ts` now passes 4/4.
2026-05-10 22:11:25 +01:00
..
2026-05-10 22:10:22 +01:00