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

grpc / grpc-java / 9293
89%

Build:
DEFAULT BRANCH: master
Ran 21 Feb 2018 10:32PM UTC
Jobs 1
Files 233
Run time 10s
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
9293

push

travis-ci

ejona86
core: Improve status descriptions in MessageDeframer

This removes the debug string added in 5a4794f2c because the issue was resolved
and the debug string is confusing for Netty, producing results like:
io.grpc.netty.NettyClientTransport$3: Frame size 216695976 exceeds maximum: 4194304

This makes it seem like it's a HTTP/2 frame problem and not a gRPC message
problem. Although it is clearer once you see the maximum is 4 MB, this already
bit me in #4086.

In general, we should talk about "messages" instead of "frames" when possible
as that's what is most comprehensible to the consumer of the description. I
also make sure to mention "gRPC" messages/frames because otherwise the message
is ambiguous.

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

13039 of 14734 relevant lines covered (88.5%)

0.88 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
core/src/main/java/io/grpc/EquivalentAddressGroup.java
1
100.0
okhttp/src/main/java/io/grpc/okhttp/OutboundFlowController.java
2
100.0
netty/src/main/java/io/grpc/netty/NettyServer.java
3
100.0
core/src/main/java/io/grpc/internal/AbstractStream.java
5
100.0
core/src/main/java/io/grpc/internal/ClientCallImpl.java
6
100.0
stub/src/main/java/io/grpc/stub/ClientCalls.java
25
100.0
core/src/main/java/io/grpc/internal/GrpcUtil.java
Jobs
ID Job ID Ran Files Coverage
1 9293.1 21 Feb 2018 10:32PM UTC 0
88.5
Travis Job 9293.1
Source Files on build 9293
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9293
  • b78c5cfc on github
  • Prev Build on master (#9270)
  • Next Build on master (#9298)
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