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

grpc / grpc-java / #19237
89%

Build:
DEFAULT BRANCH: master
Ran 14 May 2024 06:45PM UTC
Jobs 1
Files 578
Run time 1min
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

14 May 2024 06:37PM UTC coverage: 88.424% (-0.03%) from 88.45%
#19237

push

github

ejona86
core: Fully delegate picks to DelayedClientTransport

DelayedClientTransport already had to handle all the cases, so
ManagedChannelImpl picking was acting only as an optimization.
Optimizing DelayedClientTransport to avoid the lock when not queuing
makes ManagedChannelImpl picking entirely redundant, and allows us to
remove the duplicate race-handling logic.

This avoids double-picking when queuing, where ManagedChannelImpl does a
pick, decides to queue, and then DelayedClientTransport re-performs the
pick because it doesn't know which pick version was used. This was
noticed with RLS, which mutates state within the picker.

32035 of 36229 relevant lines covered (88.42%)

0.88 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
81.05
0.0% ../okhttp/src/main/java/io/grpc/okhttp/ExceptionHandlingFrameWriter.java
3
93.26
-1.69% ../core/src/main/java/io/grpc/internal/AbstractClientStream.java
5
83.02
-9.43% ../core/src/main/java/io/grpc/internal/Http2Ping.java
6
96.1
0.08% ../core/src/main/java/io/grpc/internal/DelayedClientTransport.java
6
88.07
-2.47% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
56
93.76
-0.11% ../core/src/main/java/io/grpc/internal/ManagedChannelImpl.java
Jobs
ID Job ID Ran Files Coverage
1 #19237.1 14 May 2024 06:45PM UTC 578
88.42
Source Files on build #19237
  • Tree
  • List 578
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19237
  • 8844cf7b 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

© 2025 Coveralls, Inc