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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 10 May 2019 12:44PM CUT
Jobs 4
Files 31
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

10 May 2019 12:37PM CUT coverage: 79.314% (+0.1%) from 79.174%
1982

push

travis-ci

web-flow
Add bitMergeEntry to entries inserted by merge operator (#794)

When too many entries are added to the merge operator, the compactions running
in background might accidentally delete entries before they're merged since
every entry added by the merge operator has the same key but different version.
If a user has set NumVersionsToKeep to a low value then the compactions would
delete the older values before they're merged.

With this commit, we add a new bit bitMergeEntry to all the entries inserted by
the merge operator except the entry which stores the result of merge operation.
The compactions would ignore all the entries which have bitMergeEntry set but
these entries will eventually be deleted because we set the bitDiscardEarlier
versions flag for the entry which holds the result of the merge operation.

5153 of 6497 relevant lines covered (79.31%)

1356504.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1982.1 10 May 2019 12:44PM CUT 0
79.27
Travis Job 1982.1
2 1982.2 10 May 2019 12:44PM CUT 0
79.04
Travis Job 1982.2
3 1982.3 10 May 2019 12:44PM CUT 0
79.14
Travis Job 1982.3
4 1982.4 10 May 2019 12:45PM CUT 0
79.01
Travis Job 1982.4
Source Files on build 1982
  • List 0
  • Changed 24
  • Source Changed 7
  • Coverage Changed 24
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
  • Back to Repo
  • Travis Build #1982
  • 82e4521c on github
  • Prev Build on master (#1979)
  • Next Build on master (#1986)
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