Make exec image inspection a persistent monitor - #223
Conversation
|
Dedicated pushed-head review — exact SHA Verdict: approve; no blockers.
Non-blocking follow-ups: the test does not deterministically force shutdown with a callback still pending; the approximately one-second shutdown grace period may be short for very slow storage. |
|
Independent exact-head review — exact SHA Verdict: approved; no blockers. The separate read-only review confirmed:
AI-generated response; a maintainer will review and follow up later |
|
Exact-head repository review — Verdict: approve; no blocking findings.
One long CI build was still pending when this review completed; that is a terminal-green handoff gate, not a code-review finding. |
|
Independent external maintainer review — exact SHA Verdict: approve; no blocking issues. The independent read-only review re-audited the full PR and confirmed:
Only optional robustness/cosmetic nits were noted (quiet-KVM assumptions in two tests and pre-existing title consistency); none gate this PR. |
136af2d to
e311dc7
Compare
|
Exact-head review — Verdict: no blocking findings.
The recorded KVM run remains 18 matched/scheduled/callbacks/completed/events with zero schedule, drop, or cleanup errors. The current CI only rebuilds tutorial 54 rather than repeating that KVM run; stronger forced pending-callback shutdown coverage can be a later test improvement and does not block this scoped simplification. AI-generated response; a maintainer will review and follow up later |
Summary
Validation
make -j2make teston x86_64 Linux 7.2.0-rc4/bin/trueworkload and SIGTERM cleanupRuntime result: 18 matched, 18 scheduled, 18 callbacks, 18 completed, 18 delivered; zero schedule, drop, or cleanup errors.
This PR is intentionally left open for the next tutorial 54 revision pass.