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
smoke: deterministic transport smoke suite (c5) (#85)
* feat(smoke): add deterministic cross-transport smoke suite
Introduce the transport-smoke-suite matrix/scenario runner with file-backed scenario claims, smoke CI workflow integration, and deterministic readiness controls in example-streamer-uses binaries/docs while finalizing workspace log-to-tracing migration. This boundary keeps smoke orchestration and fixture-backed contract validation isolated from architecture and benchmark changes.
Key review files: utils/transport-smoke-suite/src/scenario.rs, utils/transport-smoke-suite/src/claims.rs, utils/transport-smoke-suite/src/bin/transport-smoke-matrix.rs, .github/workflows/transport-smoke-capstone.yaml, example-streamer-uses/src/bin/*, example-streamer-uses/Cargo.toml, Cargo.toml, README.md.
Mechanical vs behavioral: combines mechanical dependency/config migration with behavioral smoke determinism and readiness signaling; fixture files are intentionally separate from runner/claims logic for review focus.
* refactor: apply up-rust feedback sweep to smoke delta
0 commit comments