Both tests in tests/integration/dropped-language-gap.test.ts (added in #1123) currently fail on main (commit c7e600a):
Dropped-language gap repair on quiet incremental (#1083) — earlyExit=true > repairs the missing file node when the orchestrator returns earlyExit=true
Dropped-language gap repair on dirty incremental (#1083) — earlyExit=false > repairs the missing file node alongside a real change (earlyExit=false)
Both fail with expected undefined to be defined on the readFileNodeRow lookup — the backfill apparently isn't writing the expected row when these tests exercise it.
Surfaced while resolving #1144. Filing separately to keep that PR focused on the dead-code removal.
Both tests in
tests/integration/dropped-language-gap.test.ts(added in #1123) currently fail onmain(commit c7e600a):Dropped-language gap repair on quiet incremental (#1083) — earlyExit=true > repairs the missing file node when the orchestrator returns earlyExit=trueDropped-language gap repair on dirty incremental (#1083) — earlyExit=false > repairs the missing file node alongside a real change (earlyExit=false)Both fail with
expected undefined to be definedon thereadFileNodeRowlookup — the backfill apparently isn't writing the expected row when these tests exercise it.Surfaced while resolving #1144. Filing separately to keep that PR focused on the dead-code removal.