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

ben-manes / caffeine / 2437
100%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2019 04:06AM UTC
Jobs 1
Files 76
Run time 13s
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
2437

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 operation may
occur earlier, 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).

6121 of 6530 relevant lines covered (93.74%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
3 2437.3 (GROUP=tests) 09 Aug 2019 04:06AM UTC 0
93.74
Travis Job 2437.3
Source Files on build 2437
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2437
  • 3b2a833b on github
  • Prev Build on master (#2435)
  • Next Build on master (#2438)
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