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

ska-sa / spead2 / 811 / 1
73%
master: 79%

Build:
Build:
LAST BUILD BRANCH: bump-rtd-dependencies
DEFAULT BRANCH: master
Ran 13 Nov 2019 09:28AM UTC
Files 100
Run time 4s
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

13 Nov 2019 08:49AM UTC coverage: 73.394%. First build
COVERAGE=yes TEST_PYTHON=yes PYTHON=python3 CC="gcc" TEST_CXX=yes CXX="g++" RECVMMSG=yes SENDMMSG=yes EVENTFD=yes IBV=yes PCAP=yes

push

travis-ci

bmerry
When a completion channel is ready, consume all events from it.

This has two effects:
- If epoll spuriously indicates that there is an event to read, it
  prevents the worker thread throwing an exception. This seems to happen
  when using a thread pool with multiple threads. I haven't yet
  determined if that's a bug in Boost.Asio, in the Mellanox drivers, or
  is just expected.
- If a notification is requested, but then new completion queue entries
  are observed before waiting for the notification, it's possible for
  the notification to just lurk in the queue and later cause an
  unnecessary wakeup. I don't know if that can actually happen (it's
  unclear from the documentation whether a second notification request
  will cause a second notification in the completion channel), but we're
  now better protected against it.

3051 of 4157 relevant lines covered (73.39%)

138514.24 hits per line

Source Files on job 811.1 (COVERAGE=yes TEST_PYTHON=yes PYTHON=python3 CC="gcc" TEST_CXX=yes CXX="g++" RECVMMSG=yes SENDMMSG=yes EVENTFD=yes IBV=yes PCAP=yes)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 191
  • Travis Job 811.1
  • b726a84b on github
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