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

Use new API for background replication #2674

Merged
merged 2 commits into from
Apr 3, 2024

replicator: Send local objects using new replication API

5ba2dea
Select commit
Loading
Failed to load commit list.
Merged

Use new API for background replication #2674

replicator: Send local objects using new replication API
5ba2dea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 3, 2024 in 1s

22.13% (+0.12%) compared to c6a3201

View this Pull Request on Codecov

22.13% (+0.12%) compared to c6a3201

Details

Codecov Report

Attention: Patch coverage is 39.73941% with 185 lines in your changes are missing coverage. Please review.

Project coverage is 22.13%. Comparing base (c6a3201) to head (5ba2dea).

Files Patch % Lines
pkg/services/object/put/local.go 0.00% 65 Missing ⚠️
pkg/network/transport/object/grpc/replication.go 72.00% 27 Missing and 8 partials ⚠️
cmd/neofs-node/grpc.go 0.00% 19 Missing ⚠️
cmd/neofs-node/object.go 0.00% 18 Missing ⚠️
pkg/services/object/put/remote.go 0.00% 15 Missing ⚠️
pkg/services/replicator/process.go 0.00% 15 Missing ⚠️
pkg/network/cache/multi.go 0.00% 12 Missing ⚠️
cmd/neofs-node/policy.go 82.85% 3 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2674      +/-   ##
==========================================
+ Coverage   22.00%   22.13%   +0.12%     
==========================================
  Files         791      793       +2     
  Lines       47297    47586     +289     
==========================================
+ Hits        10410    10535     +125     
- Misses      35993    36147     +154     
- Partials      894      904      +10     

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