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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 19 Jul 2019 05:15AM CUT
Jobs 2
Files 37
Run time 1min
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

19 Jul 2019 05:07AM CUT coverage: 79.234% (-0.003%) from 79.237%
2443

push

travis-ci

web-flow
[breaking/format] Use varint for header encoding (without header length) (#935)

This is a breaking change.

Value log stores an entry for each key-value pair stored in it.
The existing format looks like
+-------------------------------+-----+-------+----------+
| Header (fixed size: 18 bytes) | Key | Value | Checksum |
+-------------------------------+-----+-------+----------+

We don't always use up all the 18 Bytes of the header. This PR proposes
varint encoding for the individual attributes of the header. The varint
encoded header can have length in the range of 5-21 Bytes.

The proposed entry in value log looks like
+------------------------+-----+-------+----------+
| Header (variable size) | Key | Value | Checksum |
+------------------------+-----+-------+----------+

5876 of 7416 relevant lines covered (79.23%)

157033.51 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2443.2 19 Jul 2019 05:15AM CUT 0
79.0
Travis Job 2443.2
3 2443.3 19 Jul 2019 05:16AM CUT 0
79.15
Travis Job 2443.3
Source Files on build 2443
  • List 0
  • Changed 21
  • Source Changed 6
  • Coverage Changed 21
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #2443
  • d8e1fcf0 on github
  • Prev Build on master (#2441)
  • Next Build on master (#2501)
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