forked from TrueCloudLab/frostfs-node
[#1377] oid, cid: Upgrade SDK package
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
f65898a354
commit
f15e6e888f
118 changed files with 1455 additions and 886 deletions
|
@ -75,8 +75,9 @@ func TestRefillMetabase(t *testing.T) {
|
|||
members := tombstone.Members()
|
||||
for i := range tombstone.Members() {
|
||||
a := addressSDK.NewAddress()
|
||||
a.SetObjectID(&members[i])
|
||||
a.SetContainerID(tombObj.ContainerID())
|
||||
a.SetObjectID(members[i])
|
||||
cnr, _ := tombObj.ContainerID()
|
||||
a.SetContainerID(cnr)
|
||||
|
||||
tombMembers = append(tombMembers, a)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue