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

grpc / grpc-java / 8812
89%

Build:
DEFAULT BRANCH: master
Ran 11 Jan 2018 10:22PM UTC
Jobs 1
Files 228
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

pending completion
8812

push

travis-ci

web-flow
netty: make GrpcHttp2ConnectionHandler able to indicate it will no longer be used

This adds a method on GrpcHttp2ConnectionHandler which, when called, indicates that the channel associated with the handler is no longer needed.   

Notes:

* The handler may not be on the channel, but will either need to be added or will never be added.
* The channel will only be "unused" on the server side.
* It is expected that after calling `notifyUnused()`, the channel will be deregistered from the loop without being properly shut down.   This allows the channel to be handed off to a Non-netty API.

36 of 36 new or added lines in 6 files covered. (100.0%)

12734 of 14455 relevant lines covered (88.09%)

0.88 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
100.0
netty/src/main/java/io/grpc/netty/GrpcHttp2ConnectionHandler.java

Coverage Regressions

Lines Coverage ∆ File
5
100.0
netty/src/main/java/io/grpc/netty/NettyClientHandler.java
2
100.0
core/src/main/java/io/grpc/internal/InternalSubchannel.java
1
100.0
core/src/main/java/io/grpc/internal/SerializingExecutor.java
Jobs
ID Job ID Ran Files Coverage
1 8812.1 11 Jan 2018 10:22PM UTC 0
88.09
Travis Job 8812.1
Source Files on build 8812
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8812
  • a3d801d0 on github
  • Prev Build on master (#8811)
  • Next Build on master (#8817)
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