chore(tasks): mark final wave completed (prj16, gw16, cov-knobs, import-loudness, client-policy-wire-tests)

This commit is contained in:
2026-08-31 02:03:50 +00:00
parent 091518ed7d
commit 0a932e5ec3
5 changed files with 30 additions and 10 deletions
@@ -1,7 +1,7 @@
---
id: review-002-client-policy-wire-tests
name: Wire tests — redirect policy, retry gate/budget, streaming terminal arms, TLS error arms (CLI-02/03, COV-10/11)
status: pending
status: completed
depends_on: [review-002-fwd15-stream-timeout, review-002-cli01-retry-after-budget]
scope: moderate
risk: low
@@ -78,4 +78,8 @@ interim ones. Slice: (1) redirect tests, (2) retry tests, (3)
streaming terminal arms, (4) TLS + config arms — independent commits.
If `spawn_responder` needs a "count requests per host" surface, build
it once and reuse — the cross-host zero-contact assertion is the
load-bearing one.
load-bearing one.
## Summary
CLI-02 redirect wire tests (same-host follows with credentials, cross-host surfaces + zero attacker hits, hop cap bounded); CLI-03 retry gate/budget counting-responder tests; COV-10 streaming terminal arms (oversized line, socket abort mid-frame, EOF flush, dead port); COV-11 TLS parse-failure arms incl. reqwest from_pem_bundle zero-section insight; COV-12 credential/header-param arms. Test-only.