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

ben-manes / caffeine / #5563
100%

Build:
DEFAULT BRANCH: master
Ran 30 Jun 2026 02: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

30 Jun 2026 02:31AM UTC coverage: 99.988%. Remained the same
#5563

push

github

ben-manes
Evaluate the async bulk-load result's values once

AsyncBulkCompleter makes two passes over the loader's returned map:
fillProxies evaluates result.get(key) for each requested key, and
addNewEntries then evaluated entry.getValue() for every entry before
the proxies.containsKey skip -- so a lazy result (e.g. a user's
Maps.transformValues) re-ran the transform on each requested key only
to discard it. The 2016 commit collapsed the sync bulk path to one
pass but left the async completer two-pass.

Move getValue() inside the skip so only the new (unrequested) entries
are evaluated. Add getAll_lazyResult_evaluatesEachValueOnce, which
counts transform invocations on a Maps.transformValues result (under
the bug each requested value is counted twice).

4050 of 4056 branches covered (99.85%)

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

8244 of 8245 relevant lines covered (99.99%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5563.1 30 Jun 2026 02:45AM UTC 78
99.99
Source Files on build #5563
  • 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
  • 207dc963 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