Skip to content

Commit

Permalink
integration tests: added parallel execution (#12527)
Browse files Browse the repository at this point in the history
Added parallel execution for integration tests which is speedup them by
25% in average
  • Loading branch information
dvovk authored Oct 30, 2024
1 parent 4225e66 commit 5498f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ func sortedMapKeys(m reflect.Value) []string {
}

func runTestFunc(runTest interface{}, t *testing.T, name string, m reflect.Value, key string) {
t.Parallel()
reflect.ValueOf(runTest).Call([]reflect.Value{
reflect.ValueOf(t),
reflect.ValueOf(name),
Expand Down

0 comments on commit 5498f85

Please sign in to comment.