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

lucaong / cubdb / 151 / 2
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 12 Apr 2020 06:29PM 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:28PM UTC coverage: 99.192% (-0.01%) from 99.206%
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.

491 of 495 relevant lines covered (99.19%)

8437.6 hits per line

Source Files on job 151.2 (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 95
  • Travis Job 151.2
  • da58d7c6 on github
  • Prev Job for ASSERT_RECEIVE_TIMEOUT=300 on master (#140.3)
  • Next Job for ASSERT_RECEIVE_TIMEOUT=300 on master (#156.1)
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

© 2025 Coveralls, Inc