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

grpc / grpc-java / 22178
89%

Build:
DEFAULT BRANCH: master
Ran 14 May 2021 10:00PM UTC
Jobs 1
Files 446
Run time 36s
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
22178

push

travis-ci

web-flow
api, core: support zero copy into protobuf (#8102)

Enables a codepath for zero-copy protobuf deserialization. Two new InputStream extension interfaces are added:

- HasByteBuffer: allows access to the underlying buffers containing inbound bytes directly without copying
- Detachable: allows customer marshaller to keep the buffers around until the application code is done with using the protobuf messages

Applications can implement a custom marshaller that takes over the ownership of ByteBuffers and wrap them into ByteStrings with protobuf's UnsafeByteOperations support. Then a RopeByteString, which is a in-place composite of ByteStrings can be created. This enables using the zero-copy codepath (requires immutable ByteBuffer indication) of CodedInputStream for deserialization.

27148 of 30832 relevant lines covered (88.05%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22178.1 (GRADLE_OPTS=-Xmx512m LDFLAGS=-L/tmp/protobuf/lib CXXFLAGS=-I/tmp/protobuf/include LD_LIBRARY_PATH=/tmp/protobuf/lib) 14 May 2021 10:00PM UTC 0
88.05
Travis Job 22178.1
Source Files on build 22178
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #22178
  • e5d0e9d9 on github
  • Prev Build on master (#22177)
  • Next Build on master (#22191)
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