[ 
https://issues.jenkins-ci.org/browse/JENKINS-8460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161116#comment-161116
 ] 

Ferenc Kovacs commented on JENKINS-8460:
----------------------------------------

I can still reproduce the problem with the same junit.xml after upgrading the 
xunit plugin:
02-Apr-2012 23:07:43 
hudson.plugins.labeledgroupedtests.LabeledTestResultGroupPublisher perform
INFO: Test results parsed: 
hudson.plugins.labeledgroupedtests.MetaLabeledTestResultGroup@57476fc5
02-Apr-2012 23:07:43 com.thalesgroup.hudson.plugins.xunit.service.XUnitService 
infoSystemLogger
INFO: [xUnit] - [JUnit] - 1 test report file(s) were found with the pattern 
'junit.xml' relative to '/var/lib/jenkins/jobs/test-xunit/workspace' for the 
testing framework 'JUnit'.
02-Apr-2012 23:07:43 com.thalesgroup.hudson.plugins.xunit.service.XUnitService 
warningSystemLogger
WARNING: [xUnit] - The file 
'/var/lib/jenkins/jobs/test-xunit/workspace/junit.xml' is an invalid file.
02-Apr-2012 23:07:43 com.thalesgroup.hudson.plugins.xunit.service.XUnitService 
errorSystemLogger
SEVERE: [xUnit] - The result file 
'/var/lib/jenkins/jobs/test-xunit/workspace/junit.xml' for the metric 'JUnit' 
is not valid. The result file has been skipped.

                
> xUnit does not parse nested <testsuite>-tags from PHPUnit
> ---------------------------------------------------------
>
>                 Key: JENKINS-8460
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-8460
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: xunit
>    Affects Versions: current
>         Environment: Debian Lenny, PHP 5.3.5-0.dotdeb., PHPUnit 3.5.7
>            Reporter: dito_ch
>            Assignee: gbois
>            Priority: Minor
>
> xUnit does not read the following output with nested <testsuite>-tags from 
> PHPUnit:
> <testsuites>
> <testsuite name="src/webroot/trackstar/protected/tests/unit" tests="1" 
> assertions="2" failures="0" errors="0" time="0.032417">
> <testsuite name="DbTest" file="src/protected/tests/unit/DbTest.php" tests="1" 
> assertions="2" failures="0" errors="0" time="0.032417">
> <testcase name="testConnection" class="DbTest" 
> file="src/protected/tests/unit/DbTest.php" line="4" assertions="2" 
> time="0.032417"/>
> </testsuite>
> </testsuite>
> </testsuites>
> The version without nested tags works:
> <testsuites>
> <testsuite name="DbTest" file="src/protected/tests/unit/DbTest.php" tests="1" 
> assertions="2" failures="0" errors="0" time="0.032417">
> <testcase name="testConnection" class="DbTest" 
> file="src/protected/tests/unit/DbTest.php" line="4" assertions="2" 
> time="0.032417"/>
> </testsuite>
> </testsuites>
> I think it would be nice, if xUnit supports nested <testsuite>-tags. The 
> workaround with a xlst is somehow cumbersome.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to