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

grpc / grpc-java / 14031
89%

Build:
DEFAULT BRANCH: master
Ran 16 May 2019 05:03PM UTC
Jobs 1
Files 267
Run time 20s
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
14031

push

travis-ci

web-flow
api: move SubchannelPicker.requestConnection() to LoadBalancer. (#5751)

We will require Subchannel.requestConnection() to be called from
sync-context (#5722), but SubchannelPicker.requestConnection() is
currently calling it with the assumption of thread-safety.  Actually
SubchannelPicker.requestConnection() is called already from
sync-context by ChannelImpl, it makes more sense to move this method
to LoadBalancer where all other methods are sync-context'ed, rather than
making SubchannelPicker.requestConnection() sync-context'ed and fragmenting
the SubchannelPicker API because pickSubchannel() is thread-safe.

C++ also has the requestConnection() equivalent on their LoadBalancer
interface.

14827 of 17066 relevant lines covered (86.88%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14031.1 16 May 2019 05:03PM UTC 0
86.88
Travis Job 14031.1
Source Files on build 14031
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #14031
  • cec9ee36 on github
  • Prev Build on master (#14027)
  • Next Build on master (#14034)
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