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

lucaong / cubdb / 149 / 1
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: writes-since-compaction
DEFAULT BRANCH: master
Ran 12 Apr 2020 06:11PM UTC
Files 14
Run time 1s
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

12 Apr 2020 06:09PM UTC coverage: 99.19%. Remained the same
ASSERT_RECEIVE_TIMEOUT=300

push

travis-ci

lucaong
better timeout logic for read and write operations

Rather than relying on the GenServer.call timeout, that exits the caller
but does not free up resources on the callee, this commit enforces the
timeout also on the callee side when performing reads.

Also `get_and_update_multi/4` now enforces a timeout on the callee side.

This commit also cleans up the public API around timeouts by introducing
a breaking change, as both `select/2` and `get_and_update_multi/4` now
accept the timeout as an option instead of a separate argument. This
allows to introduce more options in the future, without having to
introduce more breaking changes.

The reader check in and check out is also refactored to be substantially
simpler.

490 of 494 relevant lines covered (99.19%)

8102.07 hits per line

Source Files on job 149.1 (ASSERT_RECEIVE_TIMEOUT=300)
  • Tree
  • List 0
  • Changed 9
  • Source Changed 1
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 93
  • Travis Job 149.1
  • 917f13c6 on github
  • Prev Job for ASSERT_RECEIVE_TIMEOUT=300 on better_timeouts (#147.3)
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