Vincent Massol

Results 53 issues of Vincent Massol

See https://github.com/STAMP-project/pitest-descartes/issues/117 for the details. The issue is explained there with ways to reproduce it on XWiki. Reverting to v0.10 makes it pass again. Also note that 0.12 doesn't help....

We use JUnit5 and one of our test depends on a custom JUnit5 Extension being active. We activate it using the `junit.jupiter.extensions.autodetection.enabled=true` system property defined in our pom.xml: ``` org.apache.maven.plugins...

Hi, We've recently seen OOM in our tests and after debugging by generating a heap dump and opening it, we found that for the following code that we use in...

resolution/acknowledged
type/enhancement

It seems that the selenium team won't support ARM64 for selenium according to https://github.com/SeleniumHQ/docker-selenium#experimental-mult-arch-aarch64armhfamd64-images. Instead they provide seleniarm images and they don't seem to intend to merge them. Thus, it...

modules/selenium
type/enhancement

Hello, When running Maven with `-Dmaven.plugin.validation=verbose`, I get: ``` [WARNING] * org.revapi:revapi-maven-plugin:0.15.0 ... [WARNING] Plugin issue(s): [WARNING] * Plugin mixes multiple Maven versions: [3.0, 3.2.5] [WARNING] * Plugin should declare...

Hi. I can run pit and descartes on this XWiki module (https://github.com/xwiki/xwiki-commons/tree/master/xwiki-commons-core/xwiki-commons-component) but it fails when I follow the quick start guide of pitmp: ``` [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building...

help wanted

This issue is about running descartes module per module (as it's done on XWiki since running all modules take too long on our codebase) but to aggregate the Descartes report...

enhancement

It would be nice to be able to mark keys as being deprecated. For example on the XWiki open source project, we keep old deprecated keys in a special section...

enhancement
undecided
translate-toolkit

Guys, I'm getting the following in my selenium test: > expected: but was: The issue is that I get different result when our tests is executed on our CI or...

Get Element CSS Value
needs-discussion

Hello, At XWiki, we have a WAR with a `jetty-web.xml`. We're trying to add support for Jetty 12 (now that it supports EE8 too) but we're facing the issue that...

Question