Hi Matthias, Story-telling time: I re-configured all jobs that run JUnit tests so that they also determine the code coverage while executing the tests. This was already set up for Saros/E and the Core, but Intellij, Server, and UI did not have this information before. In addition to collecting the data, the Jenkins jobs need to “publish” it, so that each job gets a nice graph like this one [1]. (Furthermore, the component overview in SonarQube is now more colorful [2]; kudos to the authors of dpp.ui and dpp.server for the high coverage!) However, the default setting for this “publish” step is “Fail if no report was found”, and I did not uncheck this in the Intellij case. New patches (after this commit [3]) already contain a build.xml that automatically generates the coverage report; older patches, like yours, don’t, and hence ran into this error.
Bottom line: I fixed it and retriggered your patch. Cheers, Franz [1] http://saros-build.imp.fu-berlin.de/jenkins/job/Saros-Eclipse-Gerrit-QA/cobertura/graph [2] http://saros-build.imp.fu-berlin.de/sonarqube/ [3] https://github.com/saros-project/saros/commit/4a4966b From: Matthias Bohnstedt [mailto:matthias.bohnst...@gmail.com] Sent: Friday, September 16, 2016 3:58 PM To: dpp-devel@lists.sourceforge.net Subject: Re: [DPP-Devel] Saros-Eclipse-Gerrit-QA misconfiguration? Sorry, It's about the SAROS-INTELIJ-GERRIT-QA, not the eclipse one.(c&p error) -------- Ursprüngliche Nachricht -------- Von: Matthias Bohnstedt <matthias.bohnst...@gmail.com<mailto:matthias.bohnst...@gmail.com>> Datum: 16.09.2016 15:53 (GMT+01:00) An: dpp-devel@lists.sourceforge.net<mailto:dpp-devel@lists.sourceforge.net> Betreff: Saros-Eclipse-Gerrit-QA misconfiguration? Hi folks, The build for my last comit failed 3125[1]. So I looked into the cons out and find some weird reasoning for it. (It seems like the actual QA was fine but posting it made trouble). Does anyne have a idea went wrong (And how I could fix) Best, Matthias Consol output says: "{\n \"message\":\"Congratulations, QA found no issues whatsoever in Saros Intellij!\"\n}" [Cobertura] Publishing Cobertura coverage report... [Cobertura] No coverage results were found using the pattern 'de.fu_berlin.inf.dpp.intellij/bin/saros-i/cobertura/coverage.xml' relative to '/srv/jenkins/jobs/Saros-Intellij-Gerrit-QA/workspace'. Did you enter a pattern relative to the correct directory? Did you generate the XML report(s) for Cobertura? Build step 'Veröffentliche die Cobertura Testabdeckung' changed build result to FAILURE" See full out here: http://saros-build.imp.fu-berlin.de/jenkins/job/Saros-Intellij-Gerrit-QA/85/console [1]http://saros-build.imp.fu-berlin.de/gerrit/3125
------------------------------------------------------------------------------
_______________________________________________ DPP-Devel mailing list DPP-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dpp-devel