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

grpc / grpc-java / 14143 / 1
89%
master: 89%

Build:
DEFAULT BRANCH: master
Ran 24 May 2019 12:23AM UTC
Files 266
Run time 12s
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

24 May 2019 12:10AM UTC coverage: 86.908% (-0.004%) from 86.912%
14143.1

push

travis-ci

web-flow
core: fix a deterministic race between the old createSubchannel() and Subchannel.requestConnection(). (#5785)

The old createSubchannel() doesn't require being called from
sync-context, thus its implementation schedules start() on
sync-context because start() has such requirement.  However, if a
LoadBalancer call createSubchannel() in sync-context, start() is
queued and only called after the control exits the sync-context.  If
createSubchannel() is immediately followed by other Subchannel methods
that requires start(), such as requestConnection(), they will fail.
This will be a very common issue as most LoadBalancers call
createSubchannel() in the sync-context.

This fix splits out the real work of start() into internalStart() which
is called by the old createSubchannel().

14896 of 17140 relevant lines covered (86.91%)

0.87 hits per line

Source Files on job 14143.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11861
  • Travis Job 14143.1
  • 881dbeb3 on github
  • Prev Job for on master (#14137.1)
  • Next Job for on master (#14146.1)
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