Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop BoltDB from write-cache #3091

Merged
merged 2 commits into from
Jan 30, 2025

writecache: drop BoltDB

3364ab5
Select commit
Loading
Failed to load commit list.
Merged

Drop BoltDB from write-cache #3091

writecache: drop BoltDB
3364ab5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 29, 2025 in 0s

22.23% (-0.18%) compared to 25314f5, passed because coverage increased by 0.01% when compared to adjusted base (22.21%)

View this Pull Request on Codecov

22.23% (-0.18%) compared to 25314f5, passed because coverage increased by 0.01% when compared to adjusted base (22.21%)

Details

Codecov Report

Attention: Patch coverage is 33.61345% with 79 lines in your changes missing coverage. Please review.

Project coverage is 22.23%. Comparing base (25314f5) to head (3364ab5).

Files with missing lines Patch % Lines
pkg/local_object_storage/writecache/writecache.go 40.25% 45 Missing and 1 partial ⚠️
cmd/neofs-lens/internal/writecache/get.go 0.00% 9 Missing ⚠️
cmd/neofs-lens/internal/writecache/root.go 0.00% 6 Missing ⚠️
pkg/local_object_storage/writecache/flush.go 33.33% 6 Missing ⚠️
cmd/neofs-lens/internal/writecache/list.go 0.00% 4 Missing ⚠️
pkg/local_object_storage/writecache/storage.go 0.00% 4 Missing ⚠️
cmd/neofs-lens/internal/printers.go 0.00% 1 Missing ⚠️
pkg/local_object_storage/writecache/delete.go 0.00% 1 Missing ⚠️
pkg/local_object_storage/writecache/status.go 0.00% 1 Missing ⚠️
pkg/services/control/server/object_status.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3091      +/-   ##
==========================================
- Coverage   22.40%   22.23%   -0.18%     
==========================================
  Files         763      762       -1     
  Lines       58632    58276     -356     
==========================================
- Hits        13136    12956     -180     
+ Misses      44603    44436     -167     
+ Partials      893      884       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.