action #101881
closed[qe-core] updates_packagekit_kde skips past installing updates phase
0%
Description
Observation/Motivation¶
The PackageKit test for plasma (updates_packagekit_kde) doesn't have a defined state for the "installing updates" phase but instead checks for all other phases. This sometimes fails because the needles for the updates_availables_tray
tag can match during the installation phase.
Acceptance criteria¶
- AC1 Make the test recognize the "Installing updates" phase of the process and not skip it
Suggestions¶
- Add a tag and matching needles that will keep the test in the "Installing updates" phase.
Further details¶
The problem happens very often and can block the release of Leap updates.
Updated by apappas almost 3 years ago
Further discussion here: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13808
Updated by apappas almost 3 years ago
- Status changed from In Progress to Feedback
Merge request nearly final and waiting on final review.