make run-unit-tests; make run-e2e-tests; make run-e2e-tests-v2
finish with success with the current main branch, tag 0.7.1-ga
However, if I run them as
make run-tests
They periodically fail.
If I run them on GitHub when reviewing PR, they fail even more often.
This makes verifying DependaBot pull requests harder. We cannot blindly accept DependaBot pull requests because they break the PMM Dump code from time to time.
Automatic tests run manually by
make run-unit-tests; make run-e2e-tests; make run-e2e-tests-v2
finish with success with the current main branch, tag 0.7.1-ga
However, if I run them as
make run-tests
They periodically fail.
If I run them on GitHub when reviewing PR, they fail even more often.
This makes verifying DependaBot pull requests harder. We cannot blindly accept DependaBot pull requests because they break the PMM Dump code from time to time.