Oscar Luis Vera Pérez

Results 75 comments of Oscar Luis Vera Pérez

@vmassol I'm unable to build this module in my computer. Some enforcer rules are failing. Is there an easy way to skip this verification? UPDATE: found the `xwiki.enforcer.skip` option, but...

When PIT performs the mutation analysis it multiplies by a factor the timeout considering the original execution time. By default this factor is 1.25. This timeout could be configured to...

Report for xwiki/xwiki-commons@88f8b64 included [here](https://github.com/STAMP-project/descartes-experiments/blob/master/unstable-mutation-score/xwiki-commons%4088f8b64/) Test are probably unstable when using the mutated values. xwiki/xwiki-commons@574c333 corresponds to the same issue.

Report for xwiki/xwiki-commons@85c9c98 included [here](https://github.com/STAMP-project/descartes-experiments/blob/master/unstable-mutation-score/xwiki-commons%4085c9c98/) The mutation score was stable after 100 executions. No mutant is killed by a timeout. @vmassol @surli How was the first score determined for this...

@surli This is the same way I'm computing the score to reproduce the issues. However, there is no change for this particular commit and module over 100 executions. So I'm...

As for xwiki/xwiki-commons@2032022 the analysis produces a 0 mutation score as no mutant is reported as covered. There is a configuration problem. `xwiki-commons` is using the Junit 5 PIT plugin....

@vmassol @surli There is indeed a difference on how the initial scores were computed. PIT was configured in xwiki/xwiki-commons@cb0ff74 to use Junit 4. In xwiki/xwiki-commons@0a7d7ee the configuration switched to Junit...

You're welcome @surli. I haven't checked the xwiki-platform issues you have reported. I started with the issues from xwiki-commons. Given the small percentage change it is likely to be a...

@surli I can't build xwiki-platforms on my side so I inspected the console output from Jenkins and there is indeed a variation. The score for xwiki-platform-webjars-api is 11/45 -> 24...

Thanks @vmassol The [`mutations.json`](https://ci.xwiki.org/job/xwiki-platform_pitest/ws/xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-api/target/pit-reports/201901291520/mutations.json) file in the workspace is actually showing some `TIMED_OUT` mutants. One of them is `void`. Of the three `true` mutants one is marked as `SURVIVED`. Both...