neofs-node icon indicating copy to clipboard operation
neofs-node copied to clipboard

node/objects: Distribute objects in container via replication protocol

Open cthulhu-rider opened this issue 11 months ago • 2 comments

  • based on and blocked by #2801 (first 2 commits)

cthulhu-rider avatar Apr 05 '24 11:04 cthulhu-rider

Codecov Report

Attention: Patch coverage is 22.61905% with 130 lines in your changes missing coverage. Please review.

Project coverage is 23.64%. Comparing base (ecc0314) to head (92a01fe).

Files Patch % Lines
pkg/services/object/put/proto.go 59.37% 22 Missing and 4 partials :warning:
cmd/neofs-node/transport.go 0.00% 25 Missing :warning:
pkg/services/object/put/distributed.go 0.00% 25 Missing :warning:
pkg/services/object/put/streamer.go 0.00% 16 Missing :warning:
pkg/services/object/put/local.go 0.00% 11 Missing :warning:
pkg/services/object/put/remote.go 0.00% 9 Missing :warning:
cmd/neofs-node/object.go 0.00% 8 Missing :warning:
pkg/services/object/put/service.go 0.00% 6 Missing :warning:
pkg/network/cache/multi.go 0.00% 4 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2802      +/-   ##
==========================================
+ Coverage   23.61%   23.64%   +0.02%     
==========================================
  Files         770      772       +2     
  Lines       44527    44651     +124     
==========================================
+ Hits        10514    10556      +42     
- Misses      33163    33241      +78     
- Partials      850      854       +4     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Apr 05 '24 11:04 codecov[bot]

post-0.41.0

roman-khimov avatar Apr 12 '24 19:04 roman-khimov