mirror of
https://github.com/nspcc-dev/neofs-testcases.git
synced 2026-03-01 04:29:19 +00:00
Storage group (for complex object) test cannot live without children in the link's payload (split V2) #271
Labels
No labels
I1
I2
I3
I4
S0
S1
S1
S2
S3
S4
U0
U0
U1
U2
U3
U4
blocked
bug
dependencies
discussion
documentation
enhancement
enhancement
enhancement
epic
feature
good first issue
help wanted
performance
question
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-testcases#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carpawell on GitHub (Mar 21, 2024).
Originally assigned to: @carpawell on GitHub.
Current Behavior
Storage group is tested in the way (for the complex object):
Expected Behavior
Children are now in the payload, not the header.
Possible Solution
Collect the children's list starting from the last one (ignore link object)? Learn how to parse link objects in python? Provide some functionality to the
neofs-cliabout parsing link objects?Steps to Reproduce
Just run
tests.acl.test_storagegroup.TestStorageGroup#test_storagegroup_basic_private_containertest.Context
Split scheme has been changed: https://github.com/nspcc-dev/neofs-node/pull/2716, https://github.com/nspcc-dev/neofs-api/pull/283, https://github.com/nspcc-dev/neofs-spec/pull/97. Not all the tests are ready for that.
@carpawell commented on GitHub (Apr 19, 2024):
Closed in #781.