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

wikimedia / PyBal / 284
97%

Build:
DEFAULT BRANCH: master
Ran 30 May 2018 10:16AM UTC
Jobs 1
Files 53
Run time 12s
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
284

push

travis-ci

markbergsma
<a href="https://github.com/wikimedia/PyBal/commit/acdd0ebf7">Implement common base class for &quot;looping check&quot; monitors

Many monitors (but not all) check their realservers by doing a
looping call at a semi-fixed interval. Rather than implementing
and testing this separately for each monitor, move this functionality
to a common base class, LoopingCheckMonitoringProtocol.

Instead of DelayedCall / reactor.callLater, use a LoopingCall.
This removes the need for each check to make sure to set up a new
call. The main concern previously was that this could result in
multiple checks running at the same time if a check is slow, but
this is taken care of if checks return a Deferred.

Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/PyBal/commit/4ab40dfb7">4ab40dfb7</a>

123 of 123 new or added lines in 10 files covered. (100.0%)

6000 of 6349 relevant lines covered (94.5%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 284.1 30 May 2018 10:16AM UTC 0
94.5
Travis Job 284.1
Source Files on build 284
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #284
  • acdd0ebf on github
  • Prev Build on master (#283)
  • Next Build on master (#285)
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