action #122452
closed
[qe-core][leap]test fails in updates_packagekit_kde
Added by rfan1 almost 2 years ago.
Updated over 1 year ago.
Category:
Bugs in existing tests
Description
Observation¶
openQA test in scenario opensuse-15.5-DVD-x86_64-upgrade_Leap_15.4_kde@64bit fails in
updates_packagekit_kde
Test suite description¶
Maintainer: richard.fan@suse.com
Reproducible¶
Fails since (at least) Build 363.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
The issue might have something to do with needle matching
I will try to add some timeout here to wait for update completes
# Check, if there are more updates available
elsif (match_has_tag('updates_available-tray')) {
# Look again
+ # Wait some time for update completes and refreshes
+ wait_still_screen 30;
if (check_screen 'updates_none', 30) {
# There were no updates but the tray icon persisted.
record_soft_failure 'boo#1041112';
last;
}
elsif (check_screen 'updates_available-tray', 30) {
# There were updates. Do the update again
next;
}
else {
die "Invalid state.";
}
}
- Status changed from New to In Progress
- Status changed from In Progress to Closed
The issue is not seen in recent build, let me close it for now.
- Status changed from Closed to Resolved
Also available in: Atom
PDF