Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Run manifest image update unit tests in parallel #2681

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

2opremio
Copy link
Contributor

I previously disabled parallel tests in 7d9e02d thinking it would fix the flaky unit tests in CircleCI.

Parallelization wasn't the culprit. On the way I also found out that tests were not really running in parallel due to t.Parallel() being called after the test is run.

Follow up from #2674 , #2672 and #1507

I previously disabled parallel tests in 7d9e02d
thinking it would fix the flaky unit tests in CircleCI.

Parallelization wasn't the culprit. On the way I also found out
that tests were not really running in parallel due to `t.Parallel()`
being called after the test is run.
@2opremio
Copy link
Contributor Author

Unit tests now take ~1 minute ( https://circleci.com/gh/fluxcd/flux/9076 ) vs 1:20 in master ( https://circleci.com/gh/fluxcd/flux/9079 )

@2opremio 2opremio merged commit a5b8d33 into fluxcd:master Dec 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants