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

isislovecruft / bridgedb / 618 / 3
72%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: bridgedb-0.6.5
DEFAULT BRANCH: develop
Ran 28 Aug 2014 04:15AM UTC
Files 32
Run time 16s
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

28 Aug 2014 03:49AM UTC coverage: 71.705%. Remained the same
TWISTED_VERSION=14.0.0 PYOPENSSL_VERSION=0.14

push

travis-ci

isislovecruft
Second implementation of Redis backend to strore NS descriptors.

There are actually two implementations here:

 1) Creates a RedisClient for each transaction. This is logistically and
     conceptually simpler.

 2) Creates a single RedisClient, then creates a DeferredList which
     essentially pipelines transactions over a single database connection to
     feed descriptors into the database as fast as the database can handle it.

It turns out the #1 usually results in OS errors due to ulimit, resultant from
opening too many file descriptors simultaneously. Particularly, it becomes
reproduceable once there are at least 1000 descriptors.

Implementation #2 works much better in practice, and so it is worth the extra
complexity. Plus, it averages roughly 5 times faster than #1 (with 250
descriptors: #1 takes an average of 62ms; #2 takes 12ms).

2894 of 4036 relevant lines covered (71.7%)

0.72 hits per line

Source Files on job 618.3 (TWISTED_VERSION=14.0.0 PYOPENSSL_VERSION=0.14)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 618
  • Travis Job 618.3
  • 30230f6e on github
  • Prev Job for TWISTED_VERSION=14.0.0 PYOPENSSL_VERSION=0.14 on fix/12031-redis_r2 (#617.3)
  • Next Job for TWISTED_VERSION=14.0.0 PYOPENSSL_VERSION=0.14 on fix/12031-redis_r2 (#619.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