wave-k8s / wave

Kubernetes configuration tracking controller
Apache License 2.0
661 stars 81 forks source link

Disable metrics across tests and run in parallel #66

Closed JoelSpeed closed 4 years ago

JoelSpeed commented 5 years ago

This disables metrics serving within tests which means they can then be run in parallel.

It then adds the p flag to ginkgo in make test to make tests run in parallel automatically using (I think) all but one thread on the machine.

Hoping this will make tests run faster within CI though not sure what the real impact would be, opening this PR as a sort of test of the performance