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

grpc / grpc-java / 18428
89%

Build:
DEFAULT BRANCH: master
Ran 20 May 2020 04:10PM UTC
Jobs 1
Files 359
Run time 38s
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
18428

push

travis-ci

web-flow
alts: Explicit buffer management to avoid too many ShortBufferException

To avoid having too many ShortBufferException thrown in ALTS code path on Java 8, we came up with this workaround creating new managed buffer, filling it, and passing it to underlying Conscrypt not to hit the code path throwing the exception. This might look to introduce another inefficiency but it's more like making it explicit because Conscrypt will do for non-managed buffer which gRPC uses.

Fix: #6761

22599 of 25799 relevant lines covered (87.6%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18428.1 (GRADLE_OPTS=-Xmx512m LDFLAGS=-L/tmp/protobuf/lib CXXFLAGS=-I/tmp/protobuf/include LD_LIBRARY_PATH=/tmp/protobuf/lib) 20 May 2020 04:10PM UTC 0
87.6
Travis Job 18428.1
Source Files on build 18428
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #18428
  • c7e8990c on github
  • Prev Build on master (#18424)
  • Next Build on master (#18436)
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