Project

General

Profile

action #121045

Updated by robert.richardson over 1 year ago

## Observation 
 I have noticed significant performance regression on aarch64 since few days which leads to some test failures. 
 On o3, this is visible on `MicroOS-Image` and `MicroOS-Image-ContainerHost`. For example, see history of https://openqa.opensuse.org/tests/2912766#next_previous 

 I can point to `os-autoinst` since on my local aarch64 Tumbleweed machine I perform some tests and the result is: 
 * `os-autoinst` at git ID `61d5b38` (https://github.com/os-autoinst/os-autoinst/commit/61d5b38765b5fcecc7006083a5eb9a654b5b9b5f) works fine (Current Tumbleweed version) 
 * But `os-autoinst` at git ID `d36887c` (https://github.com/os-autoinst/os-autoinst/commit/d36887c63b6452d3f88356438cf55ecfab763a51) is BROKEN (Was the version from `Devel:openQA` repo when I installed it) 

 For my tests, I cloned locally https://openqa.opensuse.org/tests/2912766 and the test passes with `os-autoinst` at git ID `61d5b38` but `os-autoinst` at git ID `d36887c` fails in `disk_boot` as it fails to "see" the grub menu. 

 ## Acceptance criteria 
 * **AC1:** Ensure there is no performance regression 

 ## Suggestions 
 * Investigate sporadic excessive select calls

Back