You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble running the PIT mutation analysis on the Joda-time project. I'm using a version from Defects4J, where I generated automatic tests using the Randoop tool. The project is here: joda-time.zip
The project compiles and tests run normally using mvn test. However, running the mutation analysis triggers a build failure as follows:
[ERROR] Failed to execute goal org.pitest:pitest-maven:1.14.2:mutationCoverage (default-cli) on project joda-time: Execution default-cli of goal org.pitest:pitest-maven:1.14.2:mutationCoverage failed: 63 tests did not pass without mutation when calculating line coverage. Mutation testing requires a green suite.
All the errors are happening in the tests generated by Randoop.
Any help?
The text was updated successfully, but these errors were encountered:
I'm having trouble running the PIT mutation analysis on the Joda-time project. I'm using a version from Defects4J, where I generated automatic tests using the Randoop tool. The project is here:
joda-time.zip
The project compiles and tests run normally using
mvn test
. However, running the mutation analysis triggers a build failure as follows:All the errors are happening in the tests generated by Randoop.
Any help?
The text was updated successfully, but these errors were encountered: