-
Notifications
You must be signed in to change notification settings - Fork 26
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
empty PIT mutation report #2
Comments
It's hard to say. Actually I've done quite a bit of work on a vastly improved version of the plugin but it's hard to find the time to finish it. Anyway, perhaps you could send me a copy of the mutation report xml output and I can see whether there's a parser issue? My email is edward.kimber@gmail.com |
Dear Edward, I sent you an email with the report. Thank you very much! |
Hi Edward, did you have a chance to analyse the report? Thank you very much, |
Hi Michael, |
I updated my pit release to 0.32 and reproduced the problem. Have released a new version with the fix in it. |
Hi, I am also facing the same issue. Can you please let us know how you were able to fix this issue? Looking for PIT reports in /data/jenkins/workspace/microservice-maven-proj This is mutations.xml file App.javacom.xyz.AppgetName()Ljava/lang/String;12org.pitest.mutationtest.engine.gregor.mutators.ReturnValsMutator4com.xyz.AppTest.testGetToday(com.xyz.AppTest)mutated return of Object value for com/xyz/App::getName to ( if (x != null) null else throw new RuntimeException ) App.javacom.xyz.Appmain([Ljava/lang/String;)V8org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator12removed call to java/io/PrintStream::println |
Hi, sorry I'm kind of busy at the moment. I'll look into it when I can. What version of the plugin do you have? |
Hi all.. i am also facing the same issue like Mr.mnagel have. do we have any solution on how to configure the pitmutation report in jenkins. i am able to get the reports in index.html form. but want to generate report with jenkins build success. |
I have the same issue using version 1.0-13 of the plugin and pitest version 1.1.10 (via gradle-pitest-plugin). |
I have the same issue. I have checked out the latest tag pitmutation-1.0-15 from here https://github.com/jenkinsci/pitmutation-plugin/releases, built the .hpi and I also receive Kill ratio is NaN% (0 0) in the console :( |
We have similar issue. Is anyone looking into this? |
I made a pull request for the latest pit-mutation jenkinsci#9 Hope it helps |
It would be great if the PR could be merged in as that solves my problem. For anyone who is interested, I've managed to merge in all of the outstanding branches into 1 repo. I'm more than happy to open up a PR into the JenkinsCI one, but it looks rather large (unsurprisingly) and I don't believe it will ever get merged in as the others haven't yet... |
Dear Edward and other readers,
I am using this plugin, but I get an empty PIT mutation report.
In the console output I see the following:
Any idea what is going wrong here?
Best Regards
Michael
The text was updated successfully, but these errors were encountered: