-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Master Jenkins ver. 2.140
JUnit plugin 1.24
1) We execute all our java classes on at least one windows and one linux platform. The platform type is echoed in the Standard Output of the junit xml file:
Check files
TEST-com.pcbsys.nirvana.client.durable.serial.nSerialDurableMiscTests-linux.xml
and
TEST-com.pcbsys.nirvana.client.durable.serial.nSerialDurableMiscTests-windows.xml and string search for: Starting Suite
The OS name is always printed out in Standard Output of the file
2) Then we collect the results and publish them in a single place. The publication seems to work for the Stacktrace element, which shows the correct value, but not for the Standard Output/Standard Error elements which seem to be messed up.
The screenshots attached here are showing how the aggregated results view is showing one and the same Standart Out/Err field, while the Stacktrace is unique. I think this is wrong and it should be showing unique Standart Out and Standart Error