When trying to configure pitest-maven:1.9.0 with pitest-junit5-plugin:0.16, I have this error when running "mvn test-compile org.pitest:pitest-maven:mutationCoverage"
At the end of the process, I have this log :
17:58:01 PIT >> INFO : Verbose logging is disabled. If you encounter a problem, please enable it before reporting an issue. 17:58:01 PIT >> INFO : Incremental analysis reduced number of mutations by 0 17:58:01 PIT >> INFO : Created 3 mutation test units in pre scan 17:58:01 PIT >> INFO : Sending 4 test classes to minion 17:58:01 PIT >> INFO : Sent tests to minion 17:58:01 PIT >> SEVERE : Coverage generator Minion exited abnormally due to UNKNOWN_ERROR
When I downgrade pitest-maven to 1.8.1 ti works fine.
Hello,
When trying to configure pitest-maven:1.9.0 with pitest-junit5-plugin:0.16, I have this error when running "mvn test-compile org.pitest:pitest-maven:mutationCoverage"
At the end of the process, I have this log :
17:58:01 PIT >> INFO : Verbose logging is disabled. If you encounter a problem, please enable it before reporting an issue. 17:58:01 PIT >> INFO : Incremental analysis reduced number of mutations by 0 17:58:01 PIT >> INFO : Created 3 mutation test units in pre scan 17:58:01 PIT >> INFO : Sending 4 test classes to minion 17:58:01 PIT >> INFO : Sent tests to minion 17:58:01 PIT >> SEVERE : Coverage generator Minion exited abnormally due to UNKNOWN_ERROR
When I downgrade pitest-maven to 1.8.1 ti works fine.
Particularities of the project :
To reproduce, you can chek these branches : https://github.com/stanKluk/airline-reservation/tree/working-pitest-1.81-with-plugin-0.16 https://github.com/stanKluk/airline-reservation/tree/not-working-pitest-1.9.0-with-plugin-0.16
Regards, Stan