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

grpc / grpc-java / 20014
89%

Build:
DEFAULT BRANCH: master
Ran 30 Sep 2020 10:43PM UTC
Jobs 1
Files 394
Run time 1min
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
20014

push

travis-ci

web-flow
rls: fix wrong synchronization for pickSubchannel()

`RlsPicker.pickSubchannel()` does not run in SynchronizationContext, but it calls `CachingRlsLbClient.get()` which assumed running in SynchronizationContext. Fixed by removing `synchronizationContext.throwIfNotInThisSynchronizationContext()`. `CachingRlsLbClient.get()` is actually thread-safe in the sense it's guarded by lock, and `DataCacheEntry`'s fields are final.

`ChildPolicyWrapper.picker` was not thread-safe. Fixed by making it volatile.

Changed the test a bit since the old test doesn't really test things well.

24258 of 27984 relevant lines covered (86.69%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20014.1 (GRADLE_OPTS=-Xmx512m LDFLAGS=-L/tmp/protobuf/lib CXXFLAGS=-I/tmp/protobuf/include LD_LIBRARY_PATH=/tmp/protobuf/lib) 30 Sep 2020 10:43PM UTC 0
86.69
Travis Job 20014.1
Source Files on build 20014
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #20014
  • f6c2d221 on github
  • Prev Build on master (#19987)
  • Next Build on master (#20028)
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