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

grpc / grpc-java / #20062
89%

Build:
DEFAULT BRANCH: master
Ran 10 Nov 2025 10:35PM UTC
Jobs 1
Files 624
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 Nov 2025 10:23PM UTC coverage: 88.539% (+0.008%) from 88.531%
#20062

push

github

web-flow
s2a: Remove channel.awaitTermination() from S2A ChannelResource

awaitTermination() was always timing out, because when the channel
terminates it releases shared resources from a transport thread.
Releasing the reference count was blocked on the same lock that the
close() thread is holding. So it essentially deadlocked, except one
thread would eventually give up.

b/388769143

35080 of 39621 relevant lines covered (88.54%)

0.89 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.55
-0.57% ../core/src/main/java/io/grpc/internal/DelayedClientTransport.java
1
94.12
-1.18% ../netty/src/main/java/io/grpc/netty/WriteBufferingAndExceptionHandler.java
3
86.83
-1.23% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
Jobs
ID Job ID Ran Files Coverage
1 #20062.1 10 Nov 2025 10:35PM UTC 624
88.54
Source Files on build #20062
  • Tree
  • List 624
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20062
  • d50098f8 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc