• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

grpc / grpc-java / #20468
89%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2026 07:48AM UTC
Jobs 1
Files 697
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Sep 2026 07:35AM UTC coverage: 89.279% (+0.02%) from 89.26%
#20468

push

github

web-flow
xds: Add ExtAuthzClientCall (#12897)

Introduces ExtAuthzClientCall, which buffers outgoing RPC frames while
performing async ext_authz checks. Because the authorization call is
asynchronous, outgoing sendMessage() and halfClose() frames are buffered
in ExtAuthzClientCall until a decision arrives. On allow, buffered
operations are replayed with any header mutations applied. On deny, the
call is terminated immediately.

Key classes:
- AuthzCallbackObserver — async listener on the authz gRPC stream that
signals the buffering call on completion.
- ExtAuthzClientCall — buffers outgoing frames while authz is pending;
drains or cancels based on the decision.
- MutatingClientCall — wraps the real call to inject header mutations
from the authz response.
- FailingClientCall / FailingCallWithTrailerMutations — immediate
termination paths for denied or disabled-filter scenarios.

38981 of 43662 relevant lines covered (89.28%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
83.02
-9.43% ../core/src/main/java/io/grpc/internal/Http2Ping.java
3
73.27
-2.97% ../servlet/src/main/java/io/grpc/servlet/AsyncServletOutputStreamWriter.java
3
92.06
-0.93% ../xds/src/main/java/io/grpc/xds/client/ControlPlaneClient.java
2
93.38
-0.32% ../okhttp/src/main/java/io/grpc/okhttp/OkHttpServerTransport.java
1
87.36
-0.22% ../inprocess/src/main/java/io/grpc/inprocess/InProcessTransport.java
1
96.55
-0.57% ../xds/src/main/java/io/grpc/xds/client/LoadReportClient.java
1
96.09
0.3% ../xds/src/main/java/io/grpc/xds/ExternalProcessorClientInterceptor.java
Jobs
ID Job ID Ran Files Coverage
1 #20468.1 10 Sep 2026 07:49AM UTC 697
89.28
Source Files on build #20468
  • Tree
  • List 697
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20468
  • 70e184a2 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc