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

ufo-kit / concert / 2417
88%

Build:
DEFAULT BRANCH: master
Ran 24 Feb 2016 02:43PM UTC
Jobs 2
Files 116
Run time 12s
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
2417

push

travis-ci

tfarago
viewers: Use qsize() instead of empty() on queues

According to the multiprocessing module empty() is non-reliable, which means the
queue might become large and cause a lag in displaying images. It seems that
testing the queue size with qsize() works better.
However, the qsize() is also marked as non-reliable, so if the lag problem
appears again we need to implement something more sophisticated, e.g. a control
channel between the main and the display process. This will not be done now
becaue on the long-run the matplotlib-based viewers will be deprecated.

4295 of 4900 relevant lines covered (87.65%)

1.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2417.1 (ENABLE_GEVENT=--enable-gevent) 24 Feb 2016 02:43PM UTC 0
87.59
Travis Job 2417.1
2 2417.2 (ENABLE_GEVENT=) 24 Feb 2016 02:43PM UTC 0
87.51
Travis Job 2417.2
Source Files on build 2417
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2417
  • 092b59fc on github
  • Prev Build on master (#2413)
  • Next Build on master (#2418)
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