test(tdx-hydro): record 2020003440 topology determination - #216
Merged
CooperBigFoot merged 1 commit intoAug 11, 2026
Conversation
CooperBigFoot
force-pushed
the
pce/close-the-seven-basin-coverage-gap/m7-s1
branch
from
August 11, 2026 08:55
b2f36c7 to
3422091
Compare
Measure the merged adapter through topology construction for processing basin 2020003440 and pin the observed outcome with run-only evidence. Independently reconstruct the raising-loop traversal from the acquired sources and record whether the refusal precedes the unevaluated target edge.
CooperBigFoot
force-pushed
the
pce/close-the-seven-basin-coverage-gap/m7-s1
branch
from
August 11, 2026 09:29
3422091 to
11f8792
Compare
CooperBigFoot
merged commit Aug 11, 2026
1385b56
into
pce/close-the-seven-basin-coverage-gap/milestone-7
5 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
refuses_before_targetdetermination for processing basin2020003440, where topology construction refuses atLINKNO 817894 -> DSLINKNO 819270The recorded adapter measurement is a
ValueErrorrefusal at edge817894 -> 819270. It records target edge148956 -> 399388as untested because topologyconstruction refused before that edge was evaluated. An independent
reconstruction corroborates this ordering under production's FIFO tie-breaking:
the refusal is at connected-edge traversal position 556, with 555 connected
edges before it, and the target is at position 227297, strictly later. The three
quantities are reconstruction outputs, not adapter measurements.
The recorded ingestion fields are consistency checks that can be reproduced without running the adapter in 149.6 seconds. They are not proof that the adapter ran. The independent committed reconstruction supplies separate corroboration for the traversal ordering.
This change claims no correction, no verdict, and no falsification of the published
adapter strictnessverdict inseven-basin-verdicts.json.Verification
cargo fmt --checkcargo clippy --workspace --all-targets -- -D warningscargo check --workspace --all-targetscargo test --workspacecargo build --workspaceHFX_BINARY="$(pwd -P)/target/debug/hfx" uv run --project adapters/tdx-hydro python adapters/tdx-hydro/test_build_adapter.py