action #133718
closed[qe-core][leap]test fails in test_results
0%
Description
Observation¶
openQA test in scenario opensuse-15.5-DVD-Updates-x86_64-openqa_bootstrap@64bit fails in
test_results
Test suite description¶
Maintainer: dheidler. Install openQA using openqa-bootstrap script.
Reproducible¶
Fails since (at least) Build 20230802-2
Expected result¶
Last good: 20230802-1 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by zluo over 1 year ago
- Status changed from New to Workable
- Assignee set to zluo
let me check this at first.
Updated by zluo over 1 year ago
I cannot reproduce on my local openQA.
It looks like performance issue, add repeat for assert_and_click:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/17526
https://openqa.opensuse.org/tests/3478819
Updated by zluo over 1 year ago
I found out why the test failed. sendkey 'end' is wrong because the next needle match doesn't work reliable because the running test is covered a little bit.
So change scroll page direction can help and add timeout as well.