Closed Insomniac2904 closed 3 weeks ago
t.parallel()
GOMAXPROCS=1 go test -parallel 128 -p 16 -json ./... | go run github.com/roblaszczak/vgt@latest
jaeger
make lint test
jaeger-ui
yarn lint
yarn test
Please read the ticket description carefully.
Which problem is this PR solving?
Description of the changes
t.parallel()
in test functions and used goroutines for checking occurrences in LogMatcher function.How was this change tested?
GOMAXPROCS=1 go test -parallel 128 -p 16 -json ./... | go run github.com/roblaszczak/vgt@latest
Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test
Results