Vincent Massol

Results 129 comments of Vincent Massol

> @vmassol the issue may not happen all the time, as there is some flickering. I really don't understand how there can be some flickering here TBH. So I've modified...

I'm stupid, I should have taken a thread dump. Next time it happens, I will do that.

Note that I've executed it today on observation-local and it doesn't hang but reports 0 mutation score which is very dubious...

> Hi @vmassol > Did you change the PIT version and/or the version of the Junit 5 plugin? @oscarlvp Hi. I didn't change any version of PIT/Descartes nor JUnit5 plugin.

@oscarlvp FYI Thomas is a dev on XWiki working with me. I asked him to report this issue which is likely to be an issue from PIT and it's also...

The issue is the following: * We fail the build when the mutation score goes below the current threshold * We added code and also added tests, but these new...

Ok so PITest needs to know the test methods for optimization purposes. Then one idea could be to collect the test methods and test classes by asking the JUnit Test...

ok cool, seems there's a direction to work on the problem :) Thx Oscar.

> However this does not change the proposed solution as it seems that it can not handle the XWiki custom test suite. Do we know why yet? > The custom...

So it seems dom4j has changed the default behavior, see https://github.com/dom4j/dom4j/issues/28 Basically they did this: ``` reader.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false); reader.setFeature("http://xml.org/sax/features/external-general-entities", false); reader.setFeature("http://xml.org/sax/features/external-parameter-entities", false); ``` So I think we now either need...