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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 20 Jul 2026 09:05PM 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

20 Jul 2026 08:47PM UTC coverage: 99.976%. Remained the same
#5668

push

github

ben-manes
Default a null jcache creation expiry to eternal

CacheProxy.getWriteExpireTimeMillis returned Long.MIN_VALUE for a null
duration on both the create and update paths, but MIN_VALUE is the
"keep the prior deadline" sentinel — meaningful only for an update. A
create has no prior, so the create arms stored the raw sentinel as the
deadline: not eternal, and (via the native MIN_VALUE - ticker deadline)
born-expired under some clocks. Return eternal for a null creation
duration, matching this method's own catch block and the loader adapter.

4201 of 4209 branches covered (99.81%)

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

8476 of 8478 relevant lines covered (99.98%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5668.1 20 Jul 2026 09:05PM UTC 78
99.98
Source Files on build #5668
  • Tree
  • List 78
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • abdaac78 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc