Project

General

Profile

action #34006

Updated by okurz about 6 years ago

## Motivation 

 As a part of investigation of #30085, [poo#30085](https://progress.opensuse.org/issues/30085), we have found out that reason of those failures is cpu soft lock up bug, which is in kernel version we have in leap 42.3 (see [bsc#1052258](http://bugzilla.suse.com/1052258)). bsc#1052258). 

 We tried to improve this, see PR [gh#os-autoinst/os-autoinst-distri-opensuse/4704](https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4704) https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4704 but feature implemented in #28027 https://progress.opensuse.org/issues/28027 didn't work for me, and other solution had multiple issues, so it resulted in this ticket to create scalable solution which can be reused for similar scenarios. 

 ## Suggestions 
 Make feature implemented in https://progress.opensuse.org/issues/28027 work for this scenario, and potentially improve it to contain custom message when pattern is detected 

 ## Acceptance criteria 
 * **AC1:** 1. In case cpu lock up is detected, hint about root cause is logged for the reviewer 
 * **AC2:** 2. Implementation not limited to a simple test module but more is scalable 

 ## Suggestions 
 Make feature implemented in #28027 work and can be used for this scenario, and potentially improve it to contain custom message when pattern is detected 
 similar scenarios

Back