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

isislovecruft / bridgedb / 618
72%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: bridgedb-0.6.5
DEFAULT BRANCH: develop
Ran 28 Aug 2014 04:07AM UTC
Jobs 2
Files 32
Run time 9min
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
618

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%)

1.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 618.1 (TWISTED_VERSION=13.2.0 PYOPENSSL_VERSION=0.13.1) 28 Aug 2014 04:07AM UTC 0
71.68
Travis Job 618.1
3 618.3 (TWISTED_VERSION=14.0.0 PYOPENSSL_VERSION=0.14) 28 Aug 2014 04:15AM UTC 0
71.7
Travis Job 618.3
Source Files on build 618
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #618
  • 30230f6e on github
  • Prev Build on fix/12031-redis_r2 (#617)
  • Next Build on fix/12031-redis_r2 (#619)
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