In this use case the projet testing is outside the hudson workspace, that was the problem.
Hudson seems not to like paths not under its workspace for the reporting. Adapting the build process to copy the reports under the workspace and feeding hudson with solves the problem. Le 21/02/2010 16:15, kiorky a écrit : > I'm trying to use hudson to parse collective.xmlreport junit compatible test > reports but hudson keeps giving to me that error "no testreport found in ..." > but there are those reports in it. > > I think that the format must be wrong. > Does anyone do have tried to integrate hudson and this recipe ? > If any, maybe one idea why hudson is telling me that ? > > > One of the xmls present in the report dir: > <testsuite errors="0" failures="0" hostname="judith" > name="icsu.plone.policy.tests.test_setup.TestSetup" tests="6" > time="0.303649902344" timestamp="2010-02-21T16:00:31.747787"> > <properties /> > <testcase classname="icsu.plone.policy.tests.test_setup.TestSetup" > name="test_mail_host" time="0.0505499839783" /> > <testcase classname="icsu.plone.policy.tests.test_setup.TestSetup" > name="test_portal_properties" time="0.076297044754" /> > <testcase classname="icsu.plone.policy.tests.test_setup.TestSetup" > name="test_products_dependencies_installed" time="0.0552709102631" /> > <testcase classname="icsu.plone.policy.tests.test_setup.TestSetup" > name="test_skin_installed" time="0.0398528575897" /> > <testcase classname="icsu.plone.policy.tests.test_setup.TestSetup" > name="test_workflows_installed" time="0.0397510528564" /> > <testcase classname="icsu.plone.policy.tests.test_setup.TestSetup" > name="test_workflows_mapped" time="0.0419280529022" /> > <system-out /> > <system-err /> > </testsuite> > > > > > _______________________________________________ > Product-Developers mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/product-developers -- Cordialement, KiOrKY GPG Key FingerPrint: 0x1A1194B7681112AF
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
