Skip to content

system-out for each testcase #267

Description

@J-u-n-o

We have updated our Jenkins build system and currently noticing a difference in the XML output files (using python unittest).

New Jenkins:

 testsuite
   testcase
   testcase
   system-out
   system-err

Old Jenkins:

 testsuite
   testcase
     failure
     system-out
   testcase
     failure
     system-out

Each XML of the various testsuites contains the same system stdout/err output for the full testrun.
In the old system the stdout/err was attached to each corresponding testcase. So no system-out duplicates, and so smaller xml files

Currently debugging and investigating using xmlrunner but no idea yet.

Has this been a feature/implementation change? Or can I easily restore/override the default implementation by creating my own MyXMLTestRunner?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions