forked from TrueCloudLab/frostfs-node
[#321] engine/test: Execute tests in parallel
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
4578d00619
commit
945454f60c
5 changed files with 25 additions and 1 deletions
|
@ -17,6 +17,8 @@ import (
|
|||
)
|
||||
|
||||
func TestRebalance(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
te := newEngineWithErrorThreshold(t, "", 0)
|
||||
|
||||
const (
|
||||
|
@ -101,6 +103,8 @@ loop:
|
|||
}
|
||||
|
||||
func TestRebalanceSingleThread(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
te := newEngineWithErrorThreshold(t, "", 0)
|
||||
|
||||
obj := testutil.GenerateObjectWithCID(cidtest.ID())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue