[ https://issues.jenkins-ci.org/browse/JENKINS-13214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ruslan Strazhnyk updated JENKINS-13214: --------------------------------------- Attachment: xml_result.zip Yes, here it is. I run one testfile with a couple of config files, and though name of the test is the same, but any of them could fail. So I need statistic for each of them. In Jenkins I gather result through " Publish Test Results in Labeled Groups" with report file mask test-reports/*.xml. It worked until the changes in v 1.452 > Tests with the same name are no longer reported in the test results > ------------------------------------------------------------------- > > Key: JENKINS-13214 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13214 > Project: Jenkins > Issue Type: Bug > Components: maven2 > Affects Versions: current > Reporter: ajbanck > Assignee: kutzi > Attachments: xml_result.zip > > > After updating from 1.425 to 1.456 test results will only show one test for > tests having the same name. > Test set having tests executed with parameters: > ... > ..Executing TestMyTest#testDefault(true) > ..Executing TestMyTest#testDefault(false) > .Finished test set [Unit Tests] on Fri Mar 23 12:26:08 CET 2012. Executed > [132] tests. > Resulting test results: xml > ... > <testcase time="0.047" classname="TestMyTest" name="testDefault"/> > <testcase time="0.043" classname="TestMyTest" name="testDefault"/> > </testsuite> > In version 1.425 the 132 test results where correctly displayed. > In version 1.456 the test results page is only having one entry for these > tests, total amount of tests reported is no longer valid and is the count per > test method and not the count of tests actually executed. -- 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