Actions
action #91491
closedpotential performance regression, failures in os-autoinst t/18-qemu-options.t
Description
Observation¶
https://github.com/os-autoinst/os-autoinst/pull/1652/checks?check_run_id=2399230336#step:3:539 fails in an unrelated PR with
6: # Failed test 'execution time of isotovideo (24.5780038833618 s) within reasonable limits'
6: # at ./18-qemu-options.t line 87.
6: # '24.5780038833618'
6: # <
6: # '24'
6: # Looks like you failed 1 test of 16.
6:
6: # Failed test 'qemu_append_option'
6: # at ./18-qemu-options.t line 110.
24s is long enough. We should crosscheck the current performance.
Expected result¶
- 18-qemu-options.t should be able to execute well below 24s in general
Suggestions¶
- Run os-autoinst t/18-qemu-options.t in a consisten environment multiple times and derive if there is a performance regression
- Try to identify which part takes longer now
Actions