fix(synthesize): normalize Postgres receipt job ids (#3414)

Co-authored-by: Forge (Ron) <forge@zsimovan.dev>
This commit is contained in:
zsimovanforgeops
2026-07-27 13:29:37 -07:00
committed by GitHub
co-authored by Forge
parent 4871ae0c05
commit 14f0674bcf
4 changed files with 115 additions and 4 deletions
+4 -1
View File
@@ -42,7 +42,10 @@ export const E2E_TEST_MAP: Record<string, string[]> = {
// phase, extract, integrity, embed, or migrate-engine change.
"src/core/cycle/extract-takes.ts": ["test/e2e/multi-source-bug-class.test.ts"],
"src/core/cycle/patterns.ts": ["test/e2e/multi-source-bug-class.test.ts"],
"src/core/cycle/synthesize.ts": ["test/e2e/multi-source-bug-class.test.ts"],
"src/core/cycle/synthesize.ts": [
"test/e2e/multi-source-bug-class.test.ts",
"test/e2e/synthesize-bigint-job-id-postgres.test.ts",
],
"src/commands/embed.ts": ["test/e2e/multi-source-bug-class.test.ts"],
"src/commands/extract.ts": ["test/e2e/multi-source-bug-class.test.ts"],
"src/commands/migrate-engine.ts": ["test/e2e/multi-source-bug-class.test.ts"],