Vincent Massol
Vincent Massol
Hi there, Thanks a lot for your nice and handy docker images. We're using the iptables one and it works fine on several machines but on some others we get...
## Overview I currently have a JUnit 4 based [custom `Suite`](https://github.com/xwiki/xwiki-rendering/blob/2e7af2e60fd6661ec48142324cd3fe10411fe0bc/xwiki-rendering-test/src/main/java/org/xwiki/rendering/test/integration/RenderingTestSuite.java#L78) which automatically registers new tests to the JUnit runner and which allows to write very simple tests: ```java @RunWith(RenderingTestSuite.class)...
It would be nice to be able to have a filter that you configure with a path Pattern and it'll return all commits that have modified files matching the path...
Hi, First, thank you for this nice project. Very useful! I've integrated it with XWiki: http://extensions.xwiki.org/xwiki/bin/view/Extension/Git+Module I looked for a mailing list to ask questions but couldn't find any so...
Hi, I've updated pitest/descartes to use descartes 1.2, pitest 1.4.0 and pitest-junit5-plugin 0.5 and I've found today that plenty of mutation scores are changing (without any change to the sources)....
https://ci.xwiki.org/job/xwiki-platform_pitest/670/console ``` [ERROR] Failed to execute goal org.pitest:pitest-maven:1.4.10:mutationCoverage (pitest-check) on project xwiki-platform-localization-source-wiki: Mutation score of 53 is below threshold of 59 -> [Help 1] ``` No source changes. Cannot reproduce.
See https://github.com/STAMP-project/pitest-descartes/issues/62 for the context. ``` org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.pitest:pitest-maven:1.4.10:mutationCoverage (pitest-check) on project xwiki-platform-store-filesystem-oldcore: Mutation score of 35 is below threshold of 36 ``` (happened at https://ci.xwiki.org/job/xwiki-platform_pitest/626/console) @oscarlvp...
``` [ERROR] Failed to execute goal org.pitest:pitest-maven:1.4.10:mutationCoverage (pitest-check) on project xwiki-platform-user-default: Mutation score of 70 is below threshold of 71 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.pitest:pitest-maven:1.4.10:mutationCoverage (pitest-check)...
Seen at https://ci.xwiki.org/job/xwiki-platform_pitest/666/console ``` [ERROR] Failed to execute goal org.pitest:pitest-maven:1.4.10:mutationCoverage (pitest-check) on project xwiki-platform-configuration-default: Mutation score of 76 is below threshold of 78 -> [Help 1] ``` Cannot reproduce locally...
``` [ERROR] Failed to execute goal org.pitest:pitest-maven:1.4.10:mutationCoverage (pitest-check) on project xwiki-platform-lesscss-default: Mutation score of 86 is below threshold of 87 -> [Help 1] seems to be a flicker, going to...