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

grpc / grpc-java / 2496
82%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v1.79.x
DEFAULT BRANCH: master
Ran 07 Dec 2015 05:11PM UTC
Jobs 1
Files 109
Run time 3s
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
2496

Pull #1262

travis-ci

ejona86
Close active streams on channelInactive

We think this broke when the stream lifecycle listener was removed.
Observing the stream lifecycle would be the "proper" fix, but it had
notification ordering issues where streams would close before we were
notified of the event that caused the closure, which made it difficult
to provide useful error messages. The ordering of notifications was also
largely undefined.

The long term fix we look forward to is the HTTP/2 child channels, which
should have clearly defined ordering between error notification and
channel closure, and in the order that we need here.

Fixes #1251
Pull Request #1262: Close active streams on channelInactive

5 of 5 new or added lines in 1 file covered. (100.0%)

4479 of 5505 relevant lines covered (81.36%)

0.81 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
netty/src/main/java/io/grpc/netty/NettyServerHandler.java
2
100.0
core/src/main/java/io/grpc/Context.java
3
100.0
core/src/main/java/io/grpc/inprocess/InProcessTransport.java
Jobs
ID Job ID Ran Files Coverage
1 2496.1 07 Dec 2015 05:11PM UTC 0
81.36
Travis Job 2496.1
Source Files on build 2496
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2496
  • Pull Request #1262
  • PR Base - v0.9.x (#2059)
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