Steve Yegge
a40f9e1835
Add comprehensive tests for parent resurrection (bd-d19a Phase 3)
- Created resurrection_test.go with 9 unit tests covering:
* Parent already exists (no-op)
* Parent found in JSONL (successful resurrection)
* Parent not in JSONL (graceful failure)
* Missing JSONL file (graceful handling)
* Malformed JSONL lines (skip with warning)
* Dependency resurrection (best-effort)
* Multi-level chain resurrection
* Partial chain missing (stops at gap)
* Idempotent resurrection
- Added integration test for deleted parent scenario
- Fixed resurrection.go dependency insertion (type column name)
All unit tests pass. Integration test reveals transaction conflict
that needs fixing (separate issue).
Relates to: bd-d19a
2025-11-04 13:26:57 -08:00
..
2025-11-02 08:30:31 -08:00
2025-11-03 22:01:37 -08:00
2025-11-02 14:31:22 -08:00
2025-11-02 14:31:22 -08:00
2025-11-02 22:17:08 -08:00
2025-11-02 15:39:00 -08:00
2025-11-02 20:30:31 -08:00
2025-11-04 13:03:20 -08:00
2025-11-03 20:31:11 -08:00
2025-11-04 13:26:57 -08:00
2025-11-02 15:37:57 -08:00
2025-11-04 11:25:36 -08:00
2025-11-03 20:31:11 -08:00
2025-11-03 12:02:15 -08:00