mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +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) {
|
func TestTransitionSeparator(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
keys []string
|
keys []string
|
||||||
oldctxs, ctxs map[string]types.LogCtx
|
oldctxs, ctxs map[string]types.LogCtx
|
||||||
|
@@ -5,6 +5,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestFileType(t *testing.T) {
|
func TestFileType(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
inputline string
|
inputline string
|
||||||
inputoperator bool
|
inputoperator bool
|
||||||
|
Reference in New Issue
Block a user