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

lucaong / cubdb / 145 / 3
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: writes-since-compaction
DEFAULT BRANCH: master
Ran 12 Apr 2020 02:24PM 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 02:16PM UTC coverage: 99.189% (-0.001%) from 99.19%
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.

489 of 493 relevant lines covered (99.19%)

8688.22 hits per line

Source Files on job 145.3 (ASSERT_RECEIVE_TIMEOUT=300)
  • Tree
  • List 0
  • Changed 11
  • Source Changed 2
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 90
  • Travis Job 145.3
  • 9fe66986 on github
  • Prev Job for ASSERT_RECEIVE_TIMEOUT=300 on better_timeouts (#143.3)
  • Next 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