Project

General

Profile

action #163787

Updated by robert.richardson 3 days ago

## Observation 

 openQA test in scenario openqa-Tumbleweed-dev-x86_64-openqa_install+publish@64bit-2G fails in 
 [test_running](https://openqa.opensuse.org/tests/4333737/modules/test_running/steps/8) due to #163784 
 but investigation is harder because as visible in https://openqa.opensuse.org/tests/4333739#step/test_running/16 no autoinst-log.txt is found but still an empty file is uploaded. 

 ## Acceptance criteria 
 * **AC1:** test_running_autoinst-log.txt autoinst-log.txt has non-zero content also on incomplete jobs failing in early stages 

 


 ## Suggestions 
 * Instead of `(cat foo.txt */*/bar.txt ||: | tee …)` consider using `find … -exec …` or another approach which only uploads a file if it actually exists and does not print confusing error messages 
 * Others uploaded files do not seem to be affected 
 * This affects any Incomplete jobs in openQA-in-openQA tests, e.g. if CASEDIR is invalid

Back