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

ben-manes / caffeine / 2439
100%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2019 07:59AM UTC
Jobs 1
Files 76
Run time 14s
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
2439

push

travis-ci

ben-manes
Improve delay calculation for scheduled expiration

When the TimerWheel is used with the new `Scheduler` option, the delay to
the next expiration event has to be calculated. This was scanning wheels
and buckets sequentially (165 total) in the adjusted order and returning
the first time period found. This missed that a cascade operations may
occur, which could bring down an event that fires earlier. Thus the
bucket in the next wheel has to be peek'd at and the minimum delay
taken.

This doesn't change functionality, but merely improves the promptness
of the new active expiration feature (disabled by default).

6107 of 6530 relevant lines covered (93.52%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
3 2439.3 (GROUP=tests) 09 Aug 2019 07:59AM UTC 0
93.52
Travis Job 2439.3
Source Files on build 2439
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2439
  • a915558e on github
  • Prev Build on master (#2438)
  • Next Build on master (#2442)
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