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

dgraph-io / badger / 2651 / 1
61%
main: 61%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 22 Aug 2019 10:43AM UTC
Files 36
Run time 4s
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

22 Aug 2019 09:49AM UTC coverage: 78.678% (+0.09%) from 78.584%
2651.1

push

travis-ci

web-flow
Fix table.Smallest/Biggest and iterator Prefix bug (#997)

The pick table compares the smallest and biggest key of each table
against the iteratorOptions.Prefix. The smallest and biggest key contain
timestamps while the prefix does not contains timestamp. So pickTable
would not return the correct tables.

For example
Table has Smallest [0 255 255... ] and prefix [0, 0, 1], the comparison
of these two values would return true implying that the smallest is
greater than the prefix which is incorrect because prefix doesn't
contains a timestamp and smallest does.

With this commit, we compare the smallest/biggest keys without
timestamps to the opt.Prefix.

See https://github.com/dgraph-io/badger/issues/992 for more details.

5834 of 7415 relevant lines covered (78.68%)

78568.91 hits per line

Source Files on job 2651.1
  • Tree
  • List 0
  • Changed 22
  • Source Changed 7
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2373
  • Travis Job 2651.1
  • 5f64ecf5 on github
  • Prev Job for on master (#2648.1)
  • Next Job for on master (#2662.2)
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