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

grpc / grpc-java / 15172
89%

Build:
DEFAULT BRANCH: master
Ran 13 Sep 2019 07:22PM UTC
Jobs 1
Files 263
Run time 11s
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
15172

push

travis-ci

web-flow
xds: restructure XdsLoadBalancer part 1

- Get rid of `XdsLbState` and make config change handling into two layers: `LookasideLb` (handles balancer name) and `LookasideChannelLb` (handles child policy), under `XdsLoadBalanecer` (fallback manager layer)
- Move `XdsComms`/`AdsStream` to a layer under `LookasideChannelLb`. They don't keep the helper, but only `SyncCtx` and `ChannelLogger`
- For each layer, we pass in a `LoadBalancer.Factory` for the next/child layer. In test, 
  + we mock/fake the factory, so we don't care about the implementation details of the child layer.
  + we capture the helper of `factory.newBalancer(factory)`, so we can mimic `updateBalancingState() `from the child layer.

Part 1 contains fallback management logic. There is no change in fallback management logic.

15253 of 17465 relevant lines covered (87.33%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15172.1 13 Sep 2019 07:22PM UTC 0
87.33
Travis Job 15172.1
Source Files on build 15172
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #15172
  • 43345836 on github
  • Prev Build on master (#15171)
  • Next Build on master (#15188)
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