Conversation
8538867 to
3295adf
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3867 +/- ##
=======================================
Coverage 26.08% 26.09%
=======================================
Files 675 675
Lines 43638 43638
=======================================
+ Hits 11385 11388 +3
+ Misses 31195 31193 -2
+ Partials 1058 1057 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3295adf to
679b5b3
Compare
cthulhu-rider
left a comment
There was a problem hiding this comment.
i think it's worth limiting the nesting levels similar to metabase for early failure
CHANGELOG.md
Outdated
| - Move lens `write-cache` `get`/`list` commands into `fstree` section in CLI (#3838, #3844) | ||
| - Session key storage access session keys by account only (#3817) | ||
| - Optimized locking for reputation data collector (#3851) | ||
| - Split of a split is now allowed for regular (non-EC) placement policies (#3867) |
There was a problem hiding this comment.
| - Split of a split is now allowed for regular (non-EC) placement policies (#3867) | |
| - Split of a split is now allowed for REP policies (#3867) |
EC is out of context here
There was a problem hiding this comment.
We need it for EC anyway, so better check and drop REP/EC references completely.
There was a problem hiding this comment.
i am not sure i understood your worries, let it be in Fixed then?
679b5b3 to
c6ec2b5
Compare
Done |
|
Conflicts. |
c6ec2b5 to
b95ac48
Compare
|
Tests fail here. |
b95ac48 to
1baa2a7
Compare
|
Conflicts |
This is essentially means reverting of 60faa73, and verifying LINK objects considering complex parents as a normal situation. Split of a split is now have a use case in s3-gw's multipart code. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
1baa2a7 to
32c7dc0
Compare
This is essentially means reverting of 60faa73,
and verifying LINK objects considering complex parents as a normal situation.
Split of a split is now have a use case in s3-gw's multipart code.