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

blevesearch / bleve / 29004356496
52%

Build:
DEFAULT BRANCH: master
Ran 09 Jul 2026 08:30AM 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

09 Jul 2026 08:19AM UTC coverage: 52.345% (-0.006%) from 52.351%
29004356496

push

github

web-flow
bug: Close bolt on error when updating index (#2376)

- When updating an index with an updated mapping, we open bolt via
scorch's `OpenMeta` API but we never close it on error.
- The error case can happen if the user has given an invalid mapping or
if the updated mapping does not satisfy the criterion required for index
update.
- Scorch's `Close()` API handles the dual case:
    - If only bolt is opened but not scorch, it closes only bolt.
    - If both bolt and scorch is opened, it closes both.
- Fix the issue by always closing scorch on error, irrespective of
whether it was opened using `OpenMeta` or `Open` or `OpenMeta + Open`.

4 of 6 new or added lines in 1 file covered. (66.67%)

3 existing lines in 1 file now uncovered.

19837 of 37897 relevant lines covered (52.34%)

0.59 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
65.49
0.08% index_impl.go

Coverage Regressions

Lines Coverage ∆ File
3
51.5
-0.33% index/scorch/snapshot_index.go
Jobs
ID Job ID Ran Files Coverage
1 29004356496.1 09 Jul 2026 08:30AM UTC 429
52.34
GitHub Action Run
Source Files on build 29004356496
  • Tree
  • List 429
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5418bb6b on github
  • Prev Build on master (#28983703970)
  • Next Build on master (#29005282166)
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