Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-13214

Tests with the same name are no longer reported in the test results

      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.

          [JENKINS-13214] Tests with the same name are no longer reported in the test results

          ajbanck created issue -
          Ruslan Strazhnyk made changes -
          Link New: This issue is related to JENKINS-12457 [ JENKINS-12457 ]
          kutzi made changes -
          Assignee New: kutzi [ kutzi ]
          Ruslan Strazhnyk made changes -
          Attachment New: xml_result.zip [ 21700 ]
          kutzi made changes -
          Labels New: regression
          kutzi made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Philip Corlatan made changes -
          Link New: This issue is duplicated by JENKINS-13063 [ JENKINS-13063 ]
          Jenkins IRC Bot made changes -
          Component/s New: maven-plugin [ 16033 ]
          Component/s Original: maven2 [ 15487 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 143678 ] New: JNJira + In-Review [ 190676 ]

            kutzi kutzi
            ajbanck ajbanck
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: