Skip to content

server: Preserve the RPC status when a compressed RPC ends before response compressor setup. - #9314

Open
RayanAlsalemi wants to merge 2 commits into
grpc:masterfrom
RayanAlsalemi:fix/send-compressor-cancellation-status
Open

server: Preserve the RPC status when a compressed RPC ends before response compressor setup.#9314
RayanAlsalemi wants to merge 2 commits into
grpc:masterfrom
RayanAlsalemi:fix/send-compressor-cancellation-status

transport: record server stream close status

3815870
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 15, 2026 in 1s

83.12% (-0.11%) compared to ec03539

View this Pull Request on Codecov

83.12% (-0.11%) compared to ec03539

Details

Codecov Report

❌ Patch coverage is 84.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.12%. Comparing base (ec03539) to head (3815870).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
internal/transport/http2_server.go 80.00% 2 Missing ⚠️
internal/transport/http_util.go 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9314      +/-   ##
==========================================
- Coverage   83.22%   83.12%   -0.11%     
==========================================
  Files         423      423              
  Lines       35139    35251     +112     
==========================================
+ Hits        29244    29301      +57     
- Misses       4400     4437      +37     
- Partials     1495     1513      +18     
Files with missing lines Coverage Δ
internal/transport/server_stream.go 96.92% <100.00%> (+0.31%) ⬆️
server.go 83.70% <100.00%> (+0.27%) ⬆️
internal/transport/http2_server.go 90.33% <80.00%> (-0.33%) ⬇️
internal/transport/http_util.go 96.68% <60.00%> (-0.62%) ⬇️

... and 32 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.