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

dgraph-io / badger / 2547
61%
main: 61%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 07 Aug 2019 02:50PM CUT
Jobs 3
Files 37
Run time 86min
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

07 Aug 2019 02:42PM CUT coverage: 79.381% (-0.1%) from 79.499%
2547

push

travis-ci

web-flow
[breaking/format] Remove vlen from entry header (#945)

This commit removes value length from the entry header stored in each SST.
We don't need vlen to store the length of the value. We can find it by
using the entry offsets stored in the footer of the blocks.

Entries in the table are of the form
+-----------------+-------+------+--------+-----------------+------+
| Klen1 (Point A) | Plen1 | Key1 | Value1 | Klen2 (Point B) | .... |
+-----------------+-------+------+--------+-----------------+------+

And we have the entry index at the end of each block.
+---------------------------+--------------------------+
| Entry1 offset 1 (Point A) | Entry Offset 1 (Point B) |
+---------------------------+--------------------------+

Using the entry index and current position in the buffer, we can find
the length of the value.

5925 of 7464 relevant lines covered (79.38%)

234181.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2547.1 07 Aug 2019 02:50PM CUT 0
79.0
Travis Job 2547.1
2 2547.2 07 Aug 2019 02:50PM CUT 0
79.19
Travis Job 2547.2
3 2547.3 07 Aug 2019 02:53PM CUT 0
79.24
Travis Job 2547.3
Source Files on build 2547
  • List 0
  • Changed 23
  • Source Changed 3
  • Coverage Changed 23
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #2547
  • 88d5a3c1 on github
  • Prev Build on master (#2544)
  • Next Build on master (#2559)
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

© 2025 Coveralls, Inc