fix(vsock-host): poison interrupted frame writes#12247
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Code Review: PR #12247SummaryReviewed the vsock-host cancellation fix and tests. No P0/P1 issues found. The guarded write helper preserves the queued-writer cancellation behavior while poisoning the connection on active frame-write cancellation or failure. Key FindingsCritical Issues (P0)None. High Priority (P1)None. Testing ReviewCoverage
Convention ComplianceNo violations found. The Rust inline tests use real Testing Verdict: AdequateBad Smell AnalysisNo bad-smell blockers found. No new public API surface, no fallback/error swallowing pattern, no artificial production delay, and no resource ownership issue found. The raw fd remains borrowed; socket ownership stays with the split stream halves. RecommendationsNo code changes requested. VerdictLGTM Full review details: |
1b3e1b1 to
00925e4
Compare
Summary
Tests
Fixes #12205