action #90305
closed[qe-core] Plasma packagekit applet confused - test fails in updates_packagekit_kde
0%
Description
Observation¶
The applet is slow to change the app indicator from the "updates available/updates installing" to the "updates none". The test doesnt wait enough time and gets confused as a result.
openQA test in scenario opensuse-15.2-DVD-Updates-x86_64-kde@64bit-2G fails in
updates_packagekit_kde
Test suite description¶
TIMEOUT_SCALE property is added to avoid sporadic shutdown fails in kde@USBboot_64 scenario.
Added by : oorlov;
Related ticket: poo#37000
Reproducible¶
Fails since (at least) Build 20210316-4
Expected result¶
Last good: 20210316-3 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by apappas over 3 years ago
- Subject changed from [qe-core] Plasma packagekit applet confuses - test fails in updates_packagekit_kde to [qe-core] Plasma packagekit applet confused - test fails in updates_packagekit_kde
The fix reorders the way the test checks if the tray indicator is still in an "updates available" after updates have already been applied.
Before the test checked if it was in the "available" state, and if it was, checked again.
Now the test checks it is in the "available" state and then if it is, checks if it is in the "no updates" state.
If there really are updates then that check will fail and the test will move to the updating state.
If there are not, the test will conclude.
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/12221
Updated by szarate over 3 years ago
- Target version changed from QE-Core: Ready to Ready
Updated by szarate over 3 years ago
- Target version changed from Ready to QE-Core: Ready