Open dmikusa opened 10 months ago
It is fair to evaluate individual test cases for their weight-to-worth ratio. However, I don't think that removing testing entirely - and removing a whole test category like integration tests comes really close to that I believe - is a good idea.
@c0d1ngm0nk3y @pbusko @modulo11 @phil9909 we do run integration tests on component and composite buildpack level and don't experience a failure rate like @dmikusa mentions, right? Do we have anything to share to help improve the test success rate for Paketo?
Expected Behavior
Current Behavior
See https://github.com/paketo-buildpacks/apache-tomee/actions/runs/7378265147/job/20073179955#step:9:99 as an example.
Possible Solution
OR
Steps to Reproduce
Pick one of the integration tests & re-run it. It seems to fail around 50% of the time.
Motivations
It causes hassles when evaluating PRs and wastes time. No one needs that.