Project

General

Profile

action #16354

Updated by okurz about 7 years ago

## User story 
 As a user of /tests/overview I want to have consistent display of test names to not confuse a changing name with a differing machine type 

 ## acceptance criteria 
 * **AC1:** On reload of the same URL the display of test names should not differ on a random base 

 ## tasks 
 * investigate the reason for the seemingly "random behavior", probably when there are as many tests of one machine type as for the other 
 * make it unambiguous in any way, e.g. just always select the "first machine type" if that is also not random 

 ## further details 
 original observation by ktsamis: 
 Display of hostname jumps randomly between scheduled tests and switches the test in another row 

 On: https://openqa.suse.de/tests/overview?distri=sle&version=12-SP2&build=%3A127401.java-1_8_0-openjdk.4082&groupid=53 
 I have: 
 qam-minimal@s390x-zVM-hsi-l3 and qam-minimal-full scheduled  
 and on reload (maybe a couple reloads) 
 I have: 
 qam-minimal and qam-minimal-full@s390x-zVM scheduled  
 and that causes the test with the hostname to be moved into a new row. 

 I am attaching screenshots of both cases. 

Back