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

grpc / grpc-java / #19448
89%

Build:
DEFAULT BRANCH: master
Ran 05 Sep 2024 09:48PM UTC
Jobs 1
Files 609
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

05 Sep 2024 09:39PM UTC coverage: 84.506% (-0.008%) from 84.514%
#19448

push

github

ejona86
core: touch() buffer when detach()ing

Detachable lets a buffer outlive its original lifetime. The new lifetime
is application-controlled. If the application fails to read/close the
stream, then the leak detector wouldn't make clear what code was
responsible for the buffer's lifetime. With this touch, we'll be able to
see detach() was called and thus know the application needs debugging.

Realized when looking at b/364531464, although I think the issue is
unrelated.

33533 of 39681 relevant lines covered (84.51%)

0.85 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.55
-0.57% ../xds/src/main/java/io/grpc/xds/client/LoadReportClient.java
1
88.57
-2.86% ../netty/src/main/java/io/grpc/netty/ClientTransportLifecycleManager.java
1
90.69
-0.27% ../core/src/main/java/io/grpc/internal/ClientCallImpl.java
2
88.07
-0.82% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
5
83.02
-9.43% ../core/src/main/java/io/grpc/internal/Http2Ping.java
Jobs
ID Job ID Ran Files Coverage
1 #19448.1 05 Sep 2024 09:48PM UTC 609
84.51
Source Files on build #19448
  • Tree
  • List 609
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19448
  • 721d063d 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