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

grpc / grpc-java / #19175
89%

Build:
DEFAULT BRANCH: master
Ran 25 Apr 2024 10:47PM UTC
Jobs 1
Files 567
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

25 Apr 2024 10:38PM UTC coverage: 88.068% (-0.02%) from 88.091%
#19175

push

github

ejona86
rls: Fix time handling in CachingRlsLbClient

`getMinEvictionTime()` was fixed to make sure only deltas were used for
comparisons (`a < b` is broken; `a - b < 0` is okay). It had also
returned `0` by default, which was meaningless as there is no epoch for
`System.nanoTime()`. LinkedHashLruCache now passes the current time into
a few more functions since the implementations need it and it was
sometimes already available. This made it easier to make some classes
static.

31206 of 35434 relevant lines covered (88.07%)

0.88 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
92.09
-0.21% ../netty/src/main/java/io/grpc/netty/NettyServerHandler.java
1
93.77
-0.16% ../okhttp/src/main/java/io/grpc/okhttp/OkHttpServerTransport.java
1
88.57
-2.86% ../netty/src/main/java/io/grpc/netty/ClientTransportLifecycleManager.java
1
97.35
-0.88% ../okhttp/src/main/java/io/grpc/okhttp/OkHttpServerStream.java
1
88.89
0.41% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
1
91.76
-0.59% ../xds/src/main/java/io/grpc/xds/client/ControlPlaneClient.java
1
77.08
-1.04% ../servlet/src/main/java/io/grpc/servlet/AsyncServletOutputStreamWriter.java
5
83.02
-9.43% ../core/src/main/java/io/grpc/internal/Http2Ping.java
7
90.12
0.0% ../rls/src/main/java/io/grpc/rls/LinkedHashLruCache.java
30
84.62
-0.08% ../rls/src/main/java/io/grpc/rls/CachingRlsLbClient.java
Jobs
ID Job ID Ran Files Coverage
1 #19175.1 25 Apr 2024 10:47PM UTC 567
88.07
Source Files on build #19175
  • Tree
  • List 567
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19175
  • da619e2b 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