forked from TrueCloudLab/frostfs-node
[#32] node: Always close general components after testing
It will prevent test fails with `-race` flag on components that have background processes and make some actions on test framework. Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
This commit is contained in:
parent
20de74a505
commit
381e363a8b
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ func TestSetMode(t *testing.T, cons Constructor, m mode.Mode) {
|
|||
require.NoError(t, s.Open(false))
|
||||
require.NoError(t, s.Init())
|
||||
require.NoError(t, s.SetMode(m))
|
||||
require.NoError(t, s.Close())
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue