Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-1559

XML Report elements rerunError, rerunFailure, flakyFailure, flakyError should contain element stackTrace and should not be simpleContent.

    XMLWordPrintableJSON

Details

    Description

      The problem is that XML is invalid due to rerunError, rerunFailure, flakyFailure, flakyError are
      simpleContent having stack trace as simple XML string-value. Additionally, it contains elements system-out, system-err which belong to complexType. The Jenkins and Travis should be informed about this fix and their plugins should adapt.

      These elements should be complexType and the value of simpleContent should appear in new element stackTrace.

      https://github.com/travis-ci/travis-ci/issues/10033
      https://issues.jenkins-ci.org/browse/JENKINS-53237

      Attachments

        Activity

          People

            tibordigana Tibor Digana
            tibordigana Tibor Digana
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: