Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system-out for each testcase #267

Open
J-u-n-o opened this issue Feb 28, 2022 · 1 comment
Open

system-out for each testcase #267

J-u-n-o opened this issue Feb 28, 2022 · 1 comment

Comments

@J-u-n-o
Copy link

J-u-n-o commented Feb 28, 2022

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?

@dnozay
Copy link
Member

dnozay commented Jul 25, 2022

@J-u-n-o , you are not providing any version information for the old/new Jenkins, so there could be millions of combinations.

There are many junit plugins for Jenkins that are not using unittest-xml-reporting, and that's okay, but we cannot provide support for those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants