Performance plugin doesn't parse JUnit reports correctly

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • Component/s: performance-plugin
    • None
    • Environment:

      The performance plugin doesn't parse the JUnit reports correctly (it uses the JMeter parser for them). This can be fixed by harcoding JUnitParser instead of JMeterParser in PerformanceReportMap, so that it looks like the following (around lines 62-63):

      if (files != null)

      { addAll(new JUnitParser("").parse(buildAction.getBuild(), Arrays.asList(files), listener)); }

      However a better fix is needed which selects the appropriate parser based on the current configuration.

            Assignee:
            Manuel Carrasco
            Reporter:
            Attila-Mihaly Balazs
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: