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

grpc / grpc-java / 9298
89%

Build:
DEFAULT BRANCH: master
Ran 21 Feb 2018 11:13PM UTC
Jobs 1
Files 233
Run time 9s
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
9298

push

travis-ci

web-flow
core: temporarily disable retry when stats or tracing is enabled

To avoid breakage, temporarily disable retry when stats or tracing is enabled.

This still agrees with the description of the javadoc of `ManagedChannelBuilder.enableRetry()`

```java
/**
   * Enables the retry mechanism provided by the gRPC library.
   *
   * <p>This method may not work as expected for the current release because retry is not fully
   * implemented yet.
   *
   * @return this
   * @since 1.11.0
   */
  @ExperimentalApi("https://github.com/grpc/grpc-java/issues/3982")
  public T enableRetry()
```

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

13040 of 14736 relevant lines covered (88.49%)

0.88 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
netty/src/main/java/io/grpc/netty/ProtocolNegotiators.java
2
100.0
core/src/main/java/io/grpc/internal/ClientCallImpl.java
Jobs
ID Job ID Ran Files Coverage
1 9298.1 21 Feb 2018 11:13PM UTC 0
88.49
Travis Job 9298.1
Source Files on build 9298
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9298
  • 38c84ed9 on github
  • Prev Build on master (#9293)
  • Next Build on master (#9299)
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