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

ben-manes / caffeine / #5361
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 31 Mar 2026 09:11PM UTC
Jobs 1
Files 78
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

31 Mar 2026 08:37PM UTC coverage: 99.823%. Remained the same
#5361

push

github

ben-manes
Fix TimerWheel zero-boundary handling and async expiration delay

Fix advance() to correctly expire timers when nanoTime() crosses from
negative to zero by using separate variables for delta computation
(compensated) and bucket scanning (raw), and changing the compensation
condition from > 0 to >= 0. Fix expire() to clamp delta in long space
before narrowing to int, preventing silent no-op on large deltas. Fix
getExpirationDelay() to clamp async computing entries' negative age to
zero, preventing ~220-year scheduler delays (aedile#49).

3861 of 3876 branches covered (99.61%)

18 of 18 new or added lines in 2 files covered. (100.0%)

7907 of 7921 relevant lines covered (99.82%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5361.1 31 Mar 2026 09:11PM UTC 78
99.82
Source Files on build #5361
  • Tree
  • List 78
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 998e7137 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
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