Project

General

Profile

action #104971

Updated by livdywan over 2 years ago

## Observation 
 See https://github.com/os-autoinst/os-autoinst/runs/4833764360?check_suite_focus=true#step:3:624 

 I have also seen this locally. count_fail_ratio: Run: 47. Fails: 10. Fail ratio 21% 

 If I disable the line `autotest::loadtest "tests/typing.pm";` in t/data/tests/main.pm then I get 0/50 fails. 

 ## Acceptance criteria 
 - **AC1**: typing.pm passes reliably w/ kvm 

 ## Suggestions 
 - DONE: Confirm if the test fails w/o kvm -> It does't reproduce on arm as per Marius' findings 
 - Side-effect of running kvm whenever it's available which is why we didn't used to see this issue? 
 - Disable parts of typing.pm and identify the problematic part

Back