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

grpc / grpc-java / 14287
89%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2019 04:47PM UTC
Jobs 1
Files 261
Run time 15s
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
14287

push

travis-ci

web-flow
services: fix HealthCheckingLoadBalancer.shutdown(). (#5848)

HealthCheckingLoadBalancer.shutdown() calls
hcState.onSubchannelState(SHUTDOWN) which removes that hcState from
helper.hcStates.  Therefore, if more than one Subchannels are present,
ConcurrentModificationException will be thrown.

Since HealthCheckingLoadBalancer.shutdown() will clear the hcStates
set after the loop, it's unnecessary to do the deletion within the
loop.  However, when a Subchannel is shutdown by LoadBalancer, its
HcState still needs to be removed.  To do that, change moves the
deletion to Subchannel.shutdown().

14964 of 17169 relevant lines covered (87.16%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14287.1 07 Jun 2019 04:47PM UTC 0
87.16
Travis Job 14287.1
Source Files on build 14287
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #14287
  • c6f15162 on github
  • Prev Build on master (#14285)
  • Next Build on master (#14290)
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