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

sunchao / leveldb-rs / 6
90%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2017 05:54AM UTC
Jobs 1
Files 8
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

pending completion
6

push

travis-ci

sunchao
Skiplist: add concurrency tests (and a few other changes)

This adds the following changes:
1. added concurrency tests for SkipList. Again this mostly follows
  the cpp implementation.
2. changed AtomicXX to be a "interior mutable" type. To realize this,
  this uses a UnsafeCell to store the internal state. Also added
  Send and Sync marker for AtomicXX types.
3. similar to above, changed Random to be a "interior mutable" type
  as well. A Cell is used to store the seed. Replaced all the usages of
  rand:Rng with this new type. It is NOT thread-safe.
4. added a few checks in the MemPool type.

727 of 776 relevant lines covered (93.69%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6.1 20 Sep 2017 05:54AM UTC 0
93.69
Travis Job 6.1
Source Files on build 6
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6
  • 7bf9a5cf on github
  • Prev Build on master (#5)
  • Next Build on master (#7)
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