Fill in commit SHA for Phase 1 tasks 1.9-1.11 in ROADMAP and task files

Phase 1 (throughput pipeline) is now fully landed.
This commit is contained in:
2026-04-30 22:00:23 +02:00
parent be48da9baa
commit 10e20c4038
4 changed files with 6 additions and 6 deletions
@@ -55,4 +55,4 @@ This validates the core ACK semantics: if a write fails, the record stays pendin
## Done
`test/pipeline.integration.test.ts`: four scenarios (happy path with bigint+Buffer, idempotency, malformed payload stays pending, writer failure → retry after Postgres restart). Uses `timescale/timescaledb:latest-pg16`; skip-on-no-Docker pattern verified (exits 0 without Docker). `pnpm test:integration` runs 4 tests green with Docker, 4 skips without. *(pending commit SHA)*
`test/pipeline.integration.test.ts`: four scenarios (happy path with bigint+Buffer, idempotency, malformed payload stays pending, writer failure → retry after Postgres restart). Uses `timescale/timescaledb:latest-pg16`; skip-on-no-Docker pattern verified (exits 0 without Docker). `pnpm test:integration` runs 4 tests green with Docker, 4 skips without. Landed in `9791620`.