mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
Add: parallel on 2 unit tests
This commit is contained in:

committed by
Sveta Smirnova

parent
aac8896e2f
commit
d6d4d30283
@@ -8,6 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func TestTransitionSeparator(t *testing.T) {
|
||||
t.Parallel()
|
||||
tests := []struct {
|
||||
keys []string
|
||||
oldctxs, ctxs map[string]types.LogCtx
|
||||
|
@@ -5,6 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func TestFileType(t *testing.T) {
|
||||
t.Parallel()
|
||||
tests := []struct {
|
||||
inputline string
|
||||
inputoperator bool
|
||||
|
Reference in New Issue
Block a user