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

grpc / grpc-java / 21166
89%

Build:
DEFAULT BRANCH: master
Ran 21 Jan 2021 12:08AM UTC
Jobs 1
Files 429
Run time 46s
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
21166

push

travis-ci

web-flow
core: DelayedStream should start() real stream immediately

DelayedClientTransport needs to avoid becoming terminated while it owns
RPCs. Previously DelayedClientTransport could terminate when some of its
RPCs had their realStream but realStream.start() hadn't yet been called.

To avoid that, we now make sure to call realStream.start()
synchronously with setting realStream. Since start() and the method
calls before start execute quickly, we can run it in-line. But it does
mean we now need to split the Stream methods into "before start" and
"after start" categories for queuing.

Fixes #6283

25738 of 29531 relevant lines covered (87.16%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21166.1 (GRADLE_OPTS=-Xmx512m LDFLAGS=-L/tmp/protobuf/lib CXXFLAGS=-I/tmp/protobuf/include LD_LIBRARY_PATH=/tmp/protobuf/lib) 21 Jan 2021 12:08AM UTC 0
87.16
Travis Job 21166.1
Source Files on build 21166
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #21166
  • 7b8105e1 on github
  • Prev Build on master (#21164)
  • Next Build on master (#21171)
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