action #23566
closed[sle][functional][not storage_ng] test fails in partitioning_finish - "current selection is invalid"?
0%
Description
Observation¶
openQA test in scenario sle-15-Leanos-DVD-x86_64-gnome@64bit-ipmi fails in
partitioning_finish
Please note comment: https://progress.opensuse.org/issues/23566#note-7 for a guess what's happening here.
Reproducible¶
Fails since (at least) Build 96.4
Expected result¶
Last good: SLE 12 SP3
Maybe some changes in the code reg. removal of wait_idle?
Further details¶
Always latest result in this scenario: latest
Updated by jorauch over 7 years ago
Seems related to https://bugzilla.suse.com/show_bug.cgi?id=1054478
Alt-E turned to Alt-U for "Use Entire Hard Disk"
Updated by Anonymous over 7 years ago
Related to https://progress.opensuse.org/issues/23562
Updated by Anonymous over 7 years ago
- Related to action #23562: [sles][functional] workaround needed for error popups in test module partitioning_finish added
Updated by JERiveraMoya about 7 years ago
I cannot see the failure in most recent builds, there are different screens: https://openqa.suse.de/tests/1236127#step/partitioning_firstdisk/1
Updated by nicksinger about 7 years ago
- Priority changed from High to Normal
Here is a (pretty) educated guess what happened here:
@okurz linked test does not make use of storage_ng. Therefore the old code-path ran and tried to hit "Use entire disk". On SLE12 the keyboard shortcut was alt+e, on SLE15 (without storage_ng) it changed (for unknown reasons) to alt+u. SLE15 we don't have to cover anymore since we make use of storage_ng and therefore the error can not be seen anymore. However this bug could be still relevant for SLE12SP4 (which will not get storage_ng IIRC) even if the shortcut should not change there. I've created https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3839 to just click this button but failed to validate it. But since this does not affect SLE15 anymore I set it to "Normal" for now.
Updated by nicksinger about 7 years ago
- Subject changed from [sle][functional][sle15]test fails in partitioning_finish - "current selection is invalid"? to [sle][functional][not storage_ng] test fails in partitioning_finish - "current selection is invalid"?
Updated by nicksinger about 7 years ago
- Status changed from New to Feedback
- Assignee set to nicksinger
Verification runs added: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3839
On feedback until merged.
Updated by nicksinger about 7 years ago
Unfortunately my fix is not as easy since the test also runs in textmode. However, can we still close this since it is not relevant anymore (SLE15 without storage_ng)?
Updated by okurz about 7 years ago
- Status changed from Feedback to Resolved
Yes, seems the problem is not apparent anymore so let's assume we are done here.