gradle-enterprise-build-validation-scripts icon indicating copy to clipboard operation
gradle-enterprise-build-validation-scripts copied to clipboard

PTS should be disabled when running experiments

Open erichaagdev opened this issue 1 year ago • 0 comments

When PTS is enabled, test tasks/goals will only store their results in the build cache if build caching is enabled, all tests are selected for execution, and the task/goal was successful. This can throw off the experiment results when PTS decides to skip tests. For this reason we should disable PTS when running the build caching experiments as the focus is on optimizing build caching only.

We can use the system property pts.enabled to disable PTS.

erichaagdev avatar Oct 18 '23 13:10 erichaagdev