Project

General

Profile

action #96564

Updated by livdywan over 2 years ago

These tests start GRU as sub process explicitly via `with_gru` parameter when doing the UI test setup. We should check whether this means we collect coverage for running Minion jobs in forks (for #93883). 

 ### acceptance criteria 
 * **AC1**: Tests are measurably faster 
 * **AC2**: No coverage drop despite implementing 

 ### further notes 
 * We've recently done something similar for other tests: https://github.com/os-autoinst/openQA/pull/4095 
 * A comment within the code should state whether the `with_gru` parameter means that we collect coverage for running Minion jobs in forks. 
 * **AC2**: We do not collect the coverage data for Minion jobs ran via `with_gru` or avoid running these Minion jobs in forks. 
 * **AC3**: No coverage drop despite implementing AC2. 

 ### further notes 
 * We've recently done something similar for other tests: https://github.com/os-autoinst/openQA/pull/4095

Back