[JIRA] (JENKINS-58702) Wrong [Standard Output/Standard Error] published for test methods executed on different OS

2019-07-29 Thread vasilena.tren...@softwareag.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vassilena Treneva updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58702  
 
 
  Wrong [Standard Output/Standard Error] published for test methods executed on different OS   
 

  
 
 
 
 

 
Change By: 
 Vassilena Treneva  
 

  
 
 
 
 

 
 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 file2) Then we collect the results and publish them in a single place. 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 aggreagated results view is shoding 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  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] (JENKINS-58702) Wrong [Standard Output/Standard Error] published for test methods executed on different OS

2019-07-29 Thread vasilena.tren...@softwareag.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vassilena Treneva created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58702  
 
 
  Wrong [Standard Output/Standard Error] published for test methods executed on different OS   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 aggregated-junitResult.xml, TEST-com.pcbsys.nirvana.client.durable.serial.nSerialDurableMiscTests-linux.xml, TEST-com.pcbsys.nirvana.client.durable.serial.nSerialDurableMiscTests-windows.xml, view_level_1_aggregared.png, view_level_2_linux_wrong.png, view_level_2_windows.png  
 
 
Components: 
 junit-plugin  
 
 
Created: 
 2019-07-29 09:45  
 
 
Environment: 
 Master Jenkins ver. 2.140  JUnit plugin 1.24  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Vassilena Treneva  
 

  
 
 
 
 

 
 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. 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.