Project

General

Profile

Actions

action #122452

closed

[qe-core][leap]test fails in updates_packagekit_kde

Added by rfan1 over 1 year ago. Updated 11 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2022-12-26
Due date:
% Done:

0%

Estimated time:
Difficulty:

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

Actions #1

Updated by rfan1 over 1 year ago

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.";
                 }
             }
Actions #2

Updated by rfan1 over 1 year ago

  • Status changed from New to In Progress
Actions #4

Updated by rfan1 over 1 year ago

  • Status changed from In Progress to Closed

The issue is not seen in recent build, let me close it for now.

Actions #5

Updated by szarate 11 months ago

  • Status changed from Closed to Resolved
Actions

Also available in: Atom PDF