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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 13 Jul 2026 11:37PM 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

13 Jul 2026 11:25PM UTC coverage: 99.988%. Remained the same
#5628

push

github

ben-manes
Fix simulator eviction counts and reader sibling divergences

Eviction metric (hit rate unaffected -- hits/misses are recorded
independently):
- ArcPolicy: case (i) of onMiss deletes an LRU T1 page directly from
  the cache but never recorded it, so a scan reported ~0 evictions
  while thousands were paged out. Record it, like the evict() helper.
- TwoQueuePolicy: reclaimFor recorded an eviction on the OUT-queue
  overflow -- dropping an already non-resident identifier -- instead of
  the IN->OUT page-out that actually evicts a resident entry. Move the
  record to the page-out, so the count no longer trails by OUT hits and
  residual OUT occupancy.

Reader sibling consistency:
- CambridgeTraceReader ignored the MSR disk-number column, so
  concatenated multi-volume files aliased the same block across disks.
  Namespace keys by disk like the other SNIA block readers (single-file
  runs have a constant disk number, so their hit rate is unchanged).
- LibCacheSim csv/twitter readers emitted weight 0 for a zero-size
  object (making it eviction-exempt); floor at 1 to match the binary
  sibling reader.

4139 of 4150 branches covered (99.73%)

8411 of 8412 relevant lines covered (99.99%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5628.1 13 Jul 2026 11:37PM UTC 78
99.99
Source Files on build #5628
  • 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
  • 46a4a799 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