Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positive in xwiki-platform-rendering-macro-python #119

Open
vmassol opened this issue Feb 26, 2020 · 2 comments
Open

False positive in xwiki-platform-rendering-macro-python #119

vmassol opened this issue Feb 26, 2020 · 2 comments

Comments

@vmassol
Copy link
Contributor

vmassol commented Feb 26, 2020

Hi @oscarlvp

Seems we might have hit a new false positive in xwiki-platform-rendering-macro-python. A few days ago we made changes to the code (and test) at xwiki/xwiki-platform@ff57d35

This broke our build with:

`[ERROR] Failed to execute goal org.pitest:pitest-maven:1.4.10:mutationCoverage (pitest-check) on project xwiki-platform-rendering-macro-python: Mutation score of 0 is below threshold of 100``

However we couldn't understand 2 things:

  1. The pitest says that 0 tests are found (before and now) so we don't understand how it could have had 100% mutation score
  2. Why it suddenly started reporting 0%

So I compared the execution before and after the commit and we get what's on the screenshot.

Screenshot 2020-02-26 at 09 56 09

The null part seems weird. WDYT?

Thanks

@oscarlvp
Copy link
Member

Hi @vmassol
Did you change the PIT version and/or the version of the Junit 5 plugin?

@vmassol
Copy link
Contributor Author

vmassol commented Feb 27, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants