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

Clashing URL for test results

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • maven-plugin
    • None

      The SurefireAggregatedReport Action does not override 'getUrlName()', which causes the URL to remain '/jobnr/testResults'.

      When there's also another instance of AbstractTestResultAction (i.e. a TestResultAction from e.g. the xUnit plugin), those URL's overlap, so one gets shadowed over the other.

      As far as I can see, any subclass of AbstractTestResultAction should override getUrlName() to prevent this issue - but in reality I see none of its subclasses do this.

      Can anybody clarify how this is supposed to work?

            Unassigned Unassigned
            raboof raboof
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: