Project

General

Profile

action #51716

Updated by asmorodskyi almost 5 years ago

1. Define test suite A with variable PARALLEL_WITH=B  
 2. Define test suite B with variable PARALLEL_WITH=B  
 3. add both tests to same job group  
 3. try to call "/usr/bin/openqa-client isos post [all <all required vars DISTRI,VERSION,FLAVOR etc.] etc.> TEST=A,B" 

 ==> nothing will happen  

 Expected : error message that post failed due to cycle dependencies  

 Note: In case you will try to call "/usr/bin/openqa-client isos post <all required vars DISTRI,VERSION,FLAVOR etc.>" you will get expected error : 

     { 
     error_messages => [ 
     "There is a cycle in the dependencies of wicked_aggregate_ref at /usr/share/openqa/script/../lib/OpenQA/Schema/Result/ScheduledProducts.pm line 691.\n", 
     ], 
     job_id => 1038, 
     } 

Back