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

grpc / grpc-java / 14143
89%

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

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

Jobs
ID Job ID Ran Files Coverage
1 14143.1 24 May 2019 12:23AM UTC 0
86.91
Travis Job 14143.1
Source Files on build 14143
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #14143
  • 881dbeb3 on github
  • Prev Build on master (#14137)
  • Next Build on master (#14146)
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