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

ben-manes / caffeine / #2647
100%

Build:
DEFAULT BRANCH: master
Ran 29 Sep 2021 02:46AM UTC
Jobs 1
Files 73
Run time 10s
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
#2647

push

github-actions

ben-manes
Suppress log warning if a future is cancelled or times out (fixes #597)

Caffeine logs a warning with the exception when an asynchronous load or
refresh fails. This is to assist in debugging due to a common mistake
of not handling errors, e.g. chaining `thenApply` without an exception
handler in a fire-and-forget fashion. It is expected that if this aid
is an annoyance that application can simply disable this in their
logging configuration.

This logging is not helpful when the future fails due to calling
the future's cancel() method or using orTimeout(duration). In those
cases the cause is expected and desired, so we can assume that the
application is handling the failure appropriately. Therefore the
logging of these causes should be skipped.

11 of 11 new or added lines in 4 files covered. (100.0%)

6360 of 6770 relevant lines covered (93.94%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2647.1 29 Sep 2021 02:46AM UTC 0
93.94
Source Files on build #2647
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2647
  • 1e52b10d 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