Vincent Massol
Vincent Massol
@oscarlvp I thought that "Sending 2 test classes to minion" meant that it could find tests. So does it mean it could find the tests but failed to run them?
oh ok I see: "Test **Classes**" vs "Tests".
I'll check again
Just tested with descartes 1.2.2 and got the same result: ``` [INFO] --- pitest-maven:1.4.0:mutationCoverage (pitest-check) @ xwiki-platform-formula-macro --- [INFO] Found plugin : JSON report plugin [INFO] Found plugin : Produces...
The reason is probably simple: we're using a custom JUnit4 Suite. See the test at https://github.com/xwiki/xwiki-platform/blob/5ef29c90d749da23db8d20f42131945d1f31f898/xwiki-platform-core/xwiki-platform-formula/xwiki-platform-formula-macro/src/test/java/org/xwiki/rendering/macro/formula/IntegrationTests.java
What would the Jenkins integration do?
Same problem for `xwiki-platform/xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-parser`: ``` ... 3:08:09 PM PIT >> INFO : MINION : 3:08:09 PM PIT >> SEVERE : Description [testClass=org.xwiki.rendering.internal.parser.DefaultContentParserTest, name=parseHasNoMetadataSource] java.lang.AssertionError: Expected: null but: was "wiki:space.page" at...
And we also have it on xwiki-rendering: ``` [INFO] --- pitest-maven:1.4.10:mutationCoverage (pitest-check) @ xwiki-rendering-test --- [INFO] Found plugin : Default csv report plugin [INFO] Found plugin : Default xml report...
Yet another problem: ``` [ERROR] Failed to execute goal org.pitest:pitest-maven:1.4.11:mutationCoverage (pitest-check) on project xwiki-commons-extension-repository-xwiki: Execution pitest-check of goal org.pitest:pitest-maven:1.4.11:mutationCoverage failed: 1 tests did not pass without mutation when calculating line...
> Also, I saw that you updated to PIT 1.4.11. Check issue hcoles/pitest#720 it seems that there is a regression in that version. I would suggest you to go back...