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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 15 Jan 2020 11:20AM CUT
Jobs 4
Files 53
Run time 20min
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

15 Jan 2020 10:27AM CUT coverage: 69.992% (+0.08%) from 69.917%
3591

push

travis-ci

web-flow
Improve write stalling on level 0 and 1

We don't need to stall writes if Level 1 does not have enough space.
Level 1 is stored on the disk and it should be okay to have more
number of tables (more size) on Level 1 than the `max level 1 size`.
These tables will eventually be compacted to lower levels.

This commit changes the following
- We no longer stall writes if L1 doesn't have enough space.
- We stall writes on level 0 only if `KeepL0InMemory` is true.
- Upper levels (L0, L1, etc) get priority in compaction (previously,
    level with higher priority score would get preference)

6911 of 9874 relevant lines covered (69.99%)

268058.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3591.1 15 Jan 2020 11:26AM CUT 0
69.92
Travis Job 3591.1
2 3591.2 15 Jan 2020 11:20AM CUT 0
69.88
Travis Job 3591.2
3 3591.3 15 Jan 2020 11:32AM CUT 0
69.93
Travis Job 3591.3
4 3591.4 15 Jan 2020 11:40AM CUT 0
69.73
Travis Job 3591.4
Source Files on build 3591
  • List 0
  • Changed 26
  • Source Changed 2
  • Coverage Changed 26
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #3591
  • 3747be59 on github
  • Prev Build on master (#3588)
  • Next Build on master (#3608)
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