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

klmitch / dbprim / 44
90%

Build:
DEFAULT BRANCH: master
Ran 30 Oct 2017 03:32PM UTC
Jobs 1
Files 67
Run time 3s
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
44

push

travis-ci

klmitch
Fix a stability error

This commit fixes an iteration stability error in ht_flush().  The
ht_flush() function used ht_remove() originally, but ht_remove() could
dynamically resize the table, putting unvisited entries in buckets that
have already been processed.  This commit fixes the bug by directly
removing entries from the bucket linked list, thus holding off autoshrink
until the end of the flush algorithm.

3 of 3 new or added lines in 1 file covered. (100.0%)

604 of 672 relevant lines covered (89.88%)

521.8 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
9
100.0
src/rt_next.c
Jobs
ID Job ID Ran Files Coverage
1 44.1 30 Oct 2017 03:32PM UTC 0
89.88
Travis Job 44.1
Source Files on build 44
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #44
  • 4b7a7208 on github
  • Prev Build on master (#22)
  • Next Build on master (#45)
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