percona/pmm

Improve tests execution time by running them in-parallel

Open

#1,243 opened on Sep 21, 2022

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Go (223 forks)auto 404
featuregood first issuehacktoberfest

Repository metrics

Stars
 (1,077 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

managed tests execution takes around 20m in GitHub and should be improved by optimizing tests and/or running them in parallel.

Suggested solution

Apply t.Parallel() where it's possible

Additional context

Target package: https://github.com/percona/pmm/tree/main/managed How to run tests in parralell: https://eleni.blog/2019/05/11/parallel-test-execution-in-go/

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributor guide