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

grpc / grpc-java / 12948
89%

Build:
DEFAULT BRANCH: master
Ran 12 Feb 2019 10:29PM UTC
Jobs 1
Files 257
Run time 71min
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
12948

push

travis-ci

ejona86
core: Add "fake" dependency on Guava's failureaccess

This allows users to upgrade to newer versions of Guava without breaking
the build due to missing transitive dependencies. Without it, when
increasing the Guava version to 27.0+ you see errors like:

stub/src/main/java/io/grpc/stub/ClientCalls.java:487: error: cannot access InternalFutureFailureAccess
  private static final class GrpcFuture<RespT> extends AbstractFuture<RespT> {
                       ^
  class file for com.google.common.util.concurrent.internal.InternalFutureFailureAccess not found

Note that using a runtime_dep does not fix the compilation error.

Long-term we will want our users to migrate to
jvm_maven_import_external. However, if we use it ourselves, it will
effectively require our users to use it immediately themselves. It has
low penetration today, including lack of usage by tools like
johnynek/bazel-deps.

Fixes #5214

14084 of 16170 relevant lines covered (87.1%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12948.1 12 Feb 2019 10:29PM UTC 0
87.1
Travis Job 12948.1
Source Files on build 12948
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12948
  • 8d429ab0 on github
  • Prev Build on master (#12943)
  • Next Build on master (#12949)
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