Project

General

Profile

action #19432

Updated by asmorodskyi about 7 years ago

1. Create multi machine test suite ( support_server / node1 / node2 ) 
 2. Invoke it but emulate situation when one of node* test dies  


  
 ==> this will cause restart of whole test suite but old instances of node2 and support_server still running. Main troubles comes with second instance of support server because it will cause conflicts for network configation. 

 Expected :  
 possible solutions : 
 1. Not restart multi-machine tests at all  
 2. Define back-end mutex which released only after all multi-machine tests finished and restart whole test suite only after this event 
 3. In case we want to restart force kill of still survived tests and only after this do restart

Back