forked from TrueCloudLab/frostfs-node
[#547] metabase: Fix datarace in tests
Quite an old one bf9e938a3b
.
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
05ac9e3637
commit
35dc64bd7b
3 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,6 @@ const (
|
|||
addressKeySize = cidSize + objectKeySize
|
||||
)
|
||||
|
||||
var splitInfoError *objectSDK.SplitInfoError // for errors.As comparisons
|
||||
|
||||
func bucketName(cnr cid.ID, prefix byte, key []byte) []byte {
|
||||
key[0] = prefix
|
||||
cnr.Encode(key[1:])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue