forked from TrueCloudLab/frostfs-node
[#1770] node: Do not lock on shard's Close
call
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
ab3ef7110e
commit
8ebe95747e
3 changed files with 21 additions and 15 deletions
|
@ -32,7 +32,7 @@ func TestRemoveShard(t *testing.T) {
|
|||
|
||||
for id, remove := range mSh {
|
||||
if remove {
|
||||
require.NoError(t, e.removeShards(id))
|
||||
e.removeShards(id)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue