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

blevesearch / bleve / 28983703970
52%

Build:
DEFAULT BRANCH: master
Ran 08 Jul 2026 11:50PM UTC
Jobs 1
Files 429
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

08 Jul 2026 11:49PM UTC coverage: 52.351% (+0.1%) from 52.206%
28983703970

push

github

web-flow
MB-72725: Improve efficiency of index compaction (#2373)

- Fixed the planner picking a single-segment ("solo") fully live roster
as the best candidate, which skipped a merge task. We now deliberately
avoid hitting into this degenerate case, and only create merge tasks
that actively reclaim deletes.
- Fixed the file-size budget being computed from raw file size, which is
static and ignores logical deletes. It now uses live file size, so
deleted data no longer inflates the budget.
- Fixed vector-segment eligibility being based on raw file size, so a
4GB vector segment with 99% of its vectors deleted would never become
eligible for compaction. Eligibility now uses live file size.
- Fixed the empty-segment cleanup task being counted toward the budget,
even though merging empty segments produces no output segment. Only real
merges now count toward the budget.
- Overhauled unit tests to assert convergence and the expected segment
layout after the index settles.
- The merger now introduces merged segments in one-shot; it creates one
merged segment per task generated by the planner and introduces all
merged segments in one go. Earlier we were introducing each merged
segment one-by-one, which would reduce concurrency in high-ingest
workloads due to channel contention.
- Increase test coverage by adding unit tests for scorch.

195 of 213 new or added lines in 4 files covered. (91.55%)

4 existing lines in 2 files now uncovered.

19841 of 37900 relevant lines covered (52.35%)

0.59 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
80.39
1.01% index/scorch/merge.go
6
80.9
2.62% index/scorch/mergeplan/merge_plan.go
6
72.33
-0.66% index/scorch/snapshot_segment.go

Coverage Regressions

Lines Coverage ∆ File
2
80.39
1.01% index/scorch/merge.go
2
72.33
-0.66% index/scorch/snapshot_segment.go
Jobs
ID Job ID Ran Files Coverage
1 28983703970.1 08 Jul 2026 11:50PM UTC 429
52.35
GitHub Action Run
Source Files on build 28983703970
  • Tree
  • List 429
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 88e8ac4d on github
  • Prev Build on master (#28801234151)
  • Next Build on master (#29004356496)
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