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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 03 Mar 2020 08:13AM UTC
Files 52
Run time 9s
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 Mar 2020 08:03AM UTC coverage: 69.233% (-0.4%) from 69.616%
GOARCH=amd64

push

travis-ci

web-flow
Fix ValueThreshold for in-memory mode (#1235)

This commit increases the ValueThreshold for in-memory mode. The
existing threshold was of 1 MB which means badger would crash if
len(value) was greater than 1 MB. This commit sets the value threshold
to MaxInt32 (around 2 GB). Badger transaction would return an error if
badger is running in in-memory mode and length of value is greater than
the value threshold.

Fixes https://github.com/dgraph-io/badger/issues/1234

6888 of 9949 relevant lines covered (69.23%)

68396.35 hits per line

Source Files on job 3769.1 (GOARCH=amd64)
  • Tree
  • List 0
  • Changed 27
  • Source Changed 10
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3158
  • Travis Job 3769.1
  • 5b4c0a65 on github
  • Prev Job for GOARCH=amd64 on master (#3743.1)
  • Next Job for on master (#7068373254.1)
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