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

GoogleCloudPlatform / google-cloud-java / 3980
72%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2017 03:57AM UTC
Jobs 1
Files 456
Run time 22s
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
3980

Pull #2104

travis-ci

web-flow
pubsub: start subscriber connections quickly again

This PR undoes part of #2055.
Refreshing credentials blocks thread for a period of time.
Previously, each channel has its own credentials,
so starting many channels spams executor with many blocking tasks.
but the downside is we take a long time to fully start:
about 2 minutes on my machine.

Now, all connections share the same credentials,
so refreshing only happens once.
We can start quickly again.

Also rename setLeaseAlarmsExecutorProvider,
since the executor is now also used for polling.
Pull Request #2104: pubsub: start subscriber connections quickly again

4 of 4 new or added lines in 1 file covered. (100.0%)

19377 of 23927 relevant lines covered (80.98%)

61847.7 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3980.2 01 Jun 2017 03:57AM UTC 0
80.98
Travis Job 3980.2
Source Files on build 3980
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3980
  • Pull Request #2104
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