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

ben-manes / caffeine / #3487
100%

Build:
DEFAULT BRANCH: master
Ran 16 Jan 2023 09:01PM UTC
Jobs 1
Files 77
Run time 2s
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
#3487

push

github-actions

ben-manes
ensure prompt clean up if a scheduler is configured (fixes #859)

A benign race can occur when a maintenance cycle is running, writers
insert new entries, and all of the entries that the policy is aware of
have expired so they are removed. In this case no clean up was scheduled
by the expiration policy, the maintenance status is left as "required",
and entries in the write buffer are waiting to be applied. If the cache
is idle then those entries will expire and the removal listener will not
be notified promptly. As a scheduler is configured to communicate that
a prompt notification is desired, the cache should more aggressively use
it to ensure this case is handled.

7477 of 7568 relevant lines covered (98.8%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #3487.1 16 Jan 2023 09:01PM UTC 0
98.8
Source Files on build #3487
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3487
  • 18133a74 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