Project

General

Profile

action #99519

Updated by livdywan over 2 years ago

## Observation 

 Similar to #96959 I found a job https://openqa.suse.de/tests/7261950/#comments that has only a (secondary) comment after completion of the retry job but no initial comment linking all investigation jobs which I assume had been triggered 

 ``` 
 geekotest wrote 2021-09-30 03:13:09 +0000 
 Investigate retry job: https://openqa.suse.de/t7268550 failed, likely not a sporadic test 

 OPENQA_INVESTIGATE_ORIGIN 	 https://openqa.suse.de/t7261950 

 Use of uninitialized value $yast_pid in scalar chomp at sle/lib/y2_base.pm line 45. 
	 y2_base::save_strace_gdb_output(skip_install_addons=HASH(0x1002f4a5c50)) called at sle/lib/y2_installbase.pm line 558 
	 y2_installbase::post_fail_hook(skip_install_addons=HASH(0x1002f4a5c50)) called at /usr/lib/os-autoinst/basetest.pm line 331 
 ``` 

 ## Expected result 
 There should be a comment referencing up to four investigation jobs triggered 

 ## Suggestions 
 - Look into Apache logs e.g. errors posting a comments 
   - `grep 7261950 access_log | grep openqa-investigate` 
   - `zgrep 7261950 access_log-20210930.xz | grep openqa-investigate`  
 - Retry if comment can't be posted

Back