You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(graph): structural guard for pass4 on global tables (#352#1)
The equivalence test's http_calls_match histogram claimed to guard "missing
pass4 on global pass5/6 tables" but could not trip on it: the synthetic
corpus has no microservice, so the Feign route is filtered out in pass6 and
resolves to 'phantom' in both the incremental and full paths. The assertion
was a non-load-bearing consistency check.
- Add test_incremental_global_pass_runs_pass4_on_global_tables: a spy on
pass4_routes that asserts it runs on a DISTINCT global tables instance
(the full-source rebuild) alongside the changed-files tables. Removing
the global pass4 call (incremental_rebuild step 6) drops the call count
to 1 -> failure. Verified red->green.
- Correct the equivalence test's http_calls_match message to state plainly
that it is a consistency guard, and point to the structural test for
divergence #1.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments