Skip to content

EC PUT parallel#3777

Merged
roman-khimov merged 1 commit intomasterfrom
ec-parallel
Jan 21, 2026
Merged

EC PUT parallel#3777
roman-khimov merged 1 commit intomasterfrom
ec-parallel

Conversation

@cthulhu-rider
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

❌ Patch coverage is 53.48837% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 25.67%. Comparing base (6285ebd) to head (311e24a).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
pkg/services/object/put/distributed.go 31.57% 13 Missing ⚠️
pkg/services/object/put/ec.go 63.15% 4 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3777      +/-   ##
==========================================
+ Coverage   25.63%   25.67%   +0.04%     
==========================================
  Files         657      657              
  Lines       42117    42129      +12     
==========================================
+ Hits        10795    10815      +20     
+ Misses      30342    30337       -5     
+ Partials      980      977       -3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Closes #3504. Refs ##3420.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
}

func (t *distributedTarget) sendObject(obj object.Object, encObj encodedObject, node nodeDesc) error {
func (t *distributedTarget) sendObject(obj object.Object, encObj encodedObject, node nodeDesc, metaC *metaCollection) error {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isnt metaC part of distributedTarget?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@roman-khimov roman-khimov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting for test results

@roman-khimov
Copy link
Member

OK, will test later.

@roman-khimov roman-khimov merged commit 4aff770 into master Jan 21, 2026
22 checks passed
@roman-khimov roman-khimov deleted the ec-parallel branch January 21, 2026 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants