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

Mutation Analysis results not getting reflected in SonarQube v9.9 LTS #74

Open
AswinVeer opened this issue Aug 10, 2023 · 5 comments
Open

Comments

@AswinVeer
Copy link

AswinVeer commented Aug 10, 2023

@gmuecke

Hello,

We are trying to publish the mutation analysis results in SonarQube but it not working as expected. Below is the project details,

SonarQube Version - 9.9 LTS
Mutation Plugin Version - 1.7
Properties & Config Added: dc5.mutationAnalysis.pitest.sensor.reports.directory=build/reports/pitest
dc5.mutationAnalysis.pitest.java.sensor.enabled=true
pitest {
junit5PluginVersion = '1.0.0' //or 0.15 for PIT <1.9.0
useClasspathFile = true
targetClasses = ['***']
threads = (Runtime.getRuntime().availableProcessors() * 0.5).intValue()
outputFormats = ['XML', 'HTML']
mutators = ['ALL']
timestampedReports = false
failWhenNoMutations = false
enableDefaultIncrementalAnalysis = true

}

Log Results:

16:08:17.264 DEBUG: Reading mutants
16:08:17.264 DEBUG: Searching pit reports in /workspace/source/build/reports/pitest
16:08:17.265 DEBUG: No report /workspace/source/build/reports/pitest found
16:08:17.265 DEBUG: collecting metrics
16:08:17.265 DEBUG: Enabled Languages for Pitest: [java, kotlin]
16:08:17.265 DEBUG: applying java rules
16:08:17.267 DEBUG: applying kotlin rules

Note: Mutation Analysis report is getting generated in local but the results are not getting reflected in sonar dashboard.

Please guide me in what I am missing.

Thank you!

@AswinVeer
Copy link
Author

Hi @gmuecke @artsok @mgonzcast @psiklos

Anyone can help me on the above query please?

Thank you!

@AswinVeer
Copy link
Author

Hi @gmuecke @artsok @mgonzcast @psiklos

Any update for me?

Thank you!

@mgonzcast
Copy link
Contributor

Hi @AswinVeer!

This is a public forum so you have to be patient since it's August :)

I am not part of the development team.

I am not using 9.9 so I can't help you. Have you located the output of the pitest report? Maybe it's trying to ingest from the wrong path

@gmuecke
Copy link
Member

gmuecke commented Apr 8, 2024

the plugin looks for the report at

16:08:17.264 DEBUG: Searching pit reports in /workspace/source/build/reports/pitest
16:08:17.265 DEBUG: No report /workspace/source/build/reports/pitest found

and doesn't find anything. Did you run pitest analysis before? (disclaimer: the plugin does not do any analysis by itself but merely processes the reports produced by pitest to upload them to SQ)

@En0s0und
Copy link

En0s0und commented May 16, 2024

Hello, this is maybe a bit late, but i tried with SonarQube V10.4 with success but i had to configure a custom quality profile extending both JAVA and Mutation Analysis profiles then activate the deprecated rule "Survived Mutants" and use the custom profile in my project in order to see the results in Sonar.

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

4 participants