← back to Adsense Fleet Viewer

verification/TK-11352-health/README.md

12 lines

# TK-11352 supporting monitor verification

Status: candidate patch verified in isolation; shared-source adoption, complete live console inventory, and serving verification remain open.

The captured 50-row Google console response reproduced two defects in the current manager: the evaluator response envelope was not unwrapped, and the total-count regex consumed the three-page count instead of the 124-site count. A control also proved completeness was computed before UNKNOWN inventory rows were appended.

The candidate unwraps responses, checks response target/URL, reads the row-range total, exposes observed_count separately, and computes completeness after inventory reconciliation. Missing totals remain unknown. Six negative/partial scenarios and a synthetic 124-site complete scenario pass. The synthetic scenario is test input, not real account evidence. No pagination implementation is included.

Run: `node verification/TK-11352-health/fixture-check.cjs` from this project. The harness uses the local monetize inventory and saved console fixture, intercepting ALL subprocess execution and shared-state writes in memory. It writes only a result file under /tmp. Compare baseline-results.json and candidate-results.json. The candidate patch is for the source owner's review and has not been applied by this session.

Browser-owner/full-console requests: M-02551, M-02553. Candidate handoffs: M-02555 (codex), M-02556 (adsense-manager). Ticket TK-11352 retains overall remediation ownership. No production/account changes, ad clicks, notifications, browser navigation, or deployments were performed.