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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 03 Oct 2018 01:42AM CUT
Jobs 1
Files 26
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

03 Oct 2018 01:32AM CUT coverage: 80.566% (-0.07%) from 80.634%
1636

push

travis-ci

manishrjain
Bug: Max key size

Fix a bug caused because the max key size enforced by transaction was
the same size enforced by the value log. Due to this, when we add a
badgerMove prefix to the key, it was beyond the uint16 limits, causing
the value log to truncate the file.

Instead of trying to instrument a strict max key size, which might get
broken later, this change sets the size to 65000 bytes, which has around
500 bytes of leeway for various internal alterations. Value log only
enforces that the key be below uint16, with no knowledge of the limit
enforced by txn APIs.

Fixes #583.

4498 of 5583 relevant lines covered (80.57%)

204113.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1636.1 03 Oct 2018 01:42AM CUT 0
80.57
Travis Job 1636.1
Source Files on build 1636
  • List 0
  • Changed 14
  • Source Changed 2
  • Coverage Changed 14
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #1636
  • ed2529ab on github
  • Prev Build on master (#1635)
  • Next Build on master (#1637)
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