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

engine: option to ignore uninited shards #2953

Merged
merged 3 commits into from
Sep 30, 2024

config/example: add flag to ignore uninited shards to `node` config

ef78db2
Select commit
Loading
Failed to load commit list.
Merged

engine: option to ignore uninited shards #2953

config/example: add flag to ignore uninited shards to `node` config
ef78db2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 30, 2024 in 0s

23.53% (-0.01%) compared to 0c297f6, passed because coverage increased by 0% when compared to adjusted base (23.53%)

View this Pull Request on Codecov

23.53% (-0.01%) compared to 0c297f6, passed because coverage increased by 0% when compared to adjusted base (23.53%)

Details

Codecov Report

Attention: Patch coverage is 19.04762% with 17 lines in your changes missing coverage. Please review.

Project coverage is 23.53%. Comparing base (0c297f6) to head (ef78db2).

Files with missing lines Patch % Lines
pkg/local_object_storage/engine/control.go 14.28% 12 Missing ⚠️
pkg/local_object_storage/engine/engine.go 0.00% 3 Missing ⚠️
cmd/neofs-node/config.go 0.00% 1 Missing ⚠️
cmd/neofs-node/storage.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2953      +/-   ##
==========================================
- Coverage   23.53%   23.53%   -0.01%     
==========================================
  Files         776      776              
  Lines       46583    46602      +19     
==========================================
+ Hits        10962    10966       +4     
- Misses      34757    34773      +16     
+ Partials      864      863       -1     

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