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

ben-manes / caffeine / #5476
100%

Build:
DEFAULT BRANCH: master
Ran 25 May 2026 01:45AM 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

24 May 2026 10:54PM UTC coverage: 100.0%. Remained the same
#5476

push

github

ben-manes
Fix remaining simulator policy bugs found by temporal walk audit

- TinyCache: remove dead-code modulus and try/catch debugging scaffold
  from chain-walk loops in TinyCache, TinyCacheSketch, and
  TinyCacheWithGhostCache (indices are always in-bounds by construction)
- TinyCacheAdapter: floor nrSets to 1 to prevent zero-length arrays
  and ArithmeticException for maximumSize < 7
- SimpleClimber/SimulatedAnnealingClimber: drop vestigial 100x
  multipliers on tolerance thresholds and SA acceptance exponent to
  match the [0,1] hit-rate scale from AbstractClimber
- FeedbackTinyLfuPolicy: only consume the per-period adaptation slot
  when gain actually changes, so boundary no-ops don't block valid
  adjustments
- FeedbackWindowTinyLfuPolicy: remove redundant admitter.record() in
  onProtectedHit (was double-counting frequency for protected hits);
  same adjusted-slot fix as FeedbackTinyLfu; guard the increase loop
  against removing the probation sentinel when the list has only one
  node
- SystorTraceReader: divide byte offset by BLOCK_SIZE to produce
  block-level keys consistent with the block-count sequence

4003 of 4010 branches covered (99.83%)

8198 of 8198 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5476.1 25 May 2026 01:45AM UTC 78
100.0
Source Files on build #5476
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 467a1c7a on github
  • Prev Build on master
  • Next Build on master
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