Project

General

Profile

action #120441

Updated by livdywan over 1 year ago

## Observation 

 A few multi-machine parallel jobs began to fail in build #40.1. We suspect it is related to the worker securiy zone migration. 

 https://openqa.suse.de/tests/9949098/logfile?filename=autoinst-log.txt 
 ``` 
 [2022-11-14T04:46:20.162957+01:00] [debug] get_job_autoinst_url: No worker info for job 9949097 available. 
 [2022-11-14T04:46:25.037839+01:00] [debug] get_job_autoinst_url: No worker info for job 9949097 available. 
 [2022-11-14T04:46:28.025981+01:00] [debug] get_job_autoinst_url: No worker info for job 9949097 available. 
 ``` 

 failing jobs: 
 https://openqa.suse.de/tests/9955076 
 https://openqa.suse.de/tests/9949098 
 https://openqa.suse.de/tests/9944079 
 https://openqa.suse.de/tests/9926626 

 ## Steps to reproduce 

 Find jobs referencing this ticket with the help of 
 https://raw.githubusercontent.com/os-autoinst/scripts/master/openqa-query-for-job-label , 
 call `openqa-query-for-job-label poo#120441` 

 ## Acceptance criteria 

 * **AC1:** No more similar failures 

 ## Suggestions 
 * Use [auto-review](https://github.com/os-autoinst/scripts/blob/master/README.md#auto-review---automatically-detect-known-issues-in-openqa-jobs-label-openqa-jobs-with-ticket-references-and-optionally-retrigger) to find similar issues and if it can be reproduced 
 * Call openqa-label-known-issues to find and retrigger all unhandled occurences 
 * Review the code related to the error strings 
 * Investigate warnings visible in the logs. If not related report as separate tickets, e.g. to test maintainers 

Back