action #30670
closed[sle][functional][easy][sles12sp4][ppc64le][easy] test fails in partitioning_warnings - partition type/filesystem does not change selection - 'home'/'end' key not sent, related to worker upgrade?
0%
Description
Observation¶
openQA test in scenario sle-12-SP4-Server-DVD-ppc64le-btrfs+warnings@ppc64le fails in
partitioning_warnings
Acceptance criteria¶
- AC: The test btrfs+warnings does not fail on module partitioning_warnings without a proper product bug.
Tasks¶
- Fix module partitioning_warnings to workaround bug.
- Record soft-failure for bsc#1079399.
Reproducible¶
Fails since (at least) Build 0087
Expected result¶
Last good: SLE 12 SP3 GM
Suggestions¶
- Check version of worker where the first failure appeared Rejected by bsc#1079399
- Contact szarate to find out if there is a new upgrade, if we need to test again Rejected by bsc#1079399
- If needed: Reference blocking ticket from "infrastructure" category Rejected by bsc#1079399
Further details¶
Always latest result in this scenario: latest
Updated by zluo almost 7 years ago
- Subject changed from test fails in partitioning_warnings - needle doesn't match to [sle][functional][sles12sp4] test fails in partitioning_warnings - needle doesn't match
Updated by okurz almost 7 years ago
- Due date set to 2018-03-27
- Target version set to Milestone 15
Updated by okurz almost 7 years ago
- Subject changed from [sle][functional][sles12sp4] test fails in partitioning_warnings - needle doesn't match to [sle][functional][sles12sp4] test fails in partitioning_warnings - partition type/filesystem does not change selection
- Due date changed from 2018-03-27 to 2018-02-13
- Assignee set to SLindoMansilla
- Target version changed from Milestone 15 to Milestone 14
@SLindoMansilla does it look familiar? Maybe you know this? Potentially consult others as well.
Updated by SLindoMansilla almost 7 years ago
End key was not received by the SUT.
os-autoinst-distri-opensuse/lib/partition_setup.pm:122
send_key 'end';
Updated by okurz almost 7 years ago
- Subject changed from [sle][functional][sles12sp4] test fails in partitioning_warnings - partition type/filesystem does not change selection to [sle][functional][easy][sles12sp4] test fails in partitioning_warnings - partition type/filesystem does not change selection - 'end' key not sent, related to worker upgrade?
- Description updated (diff)
- Status changed from New to Workable
Updated by okurz almost 7 years ago
- Subject changed from [sle][functional][easy][sles12sp4] test fails in partitioning_warnings - partition type/filesystem does not change selection - 'end' key not sent, related to worker upgrade? to [sle][functional][easy][sles12sp4][ppc64le] test fails in partitioning_warnings - partition type/filesystem does not change selection - 'end' key not sent, related to worker upgrade?
Updated by okurz almost 7 years ago
- Related to action #31120: test fails in partitioning_filesystem - needle cannot be matched because of xfs is not selected added
Updated by okurz almost 7 years ago
- Subject changed from [sle][functional][easy][sles12sp4][ppc64le] test fails in partitioning_warnings - partition type/filesystem does not change selection - 'end' key not sent, related to worker upgrade? to [sle][functional][easy][sles12sp4][ppc64le] test fails in partitioning_warnings - partition type/filesystem does not change selection - 'home'/'end' key not sent, related to worker upgrade?
- Priority changed from Normal to High
@SLindoMansilla I don't think the current behaviour of the test module is safe nor efficient. We often start with the correct filesystem entry but then send the key event 'home' to go to the first entry which sometimes does not work. Why not just check if the correct entry is already shown in the first place?
Updated by SLindoMansilla almost 7 years ago
- Status changed from Workable to In Progress
Updated by SLindoMansilla almost 7 years ago
PR Trying asserting screen before typing: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4337
Updated by SLindoMansilla almost 7 years ago
It is a bug. The combobox is writable, for this reason keys home and end moves the type cursor through the string, but the option is not changed.
The reason why this appears only in ppc64le is the PReP partition. The other architectures don't add any unformated partition, so this issue is not found.
I tried to reproduce this on aarch64 adding extra setting UEFI=1, and since this needs to add the EFI partition, it also fails.
I cannot file a bug against SLE 12-SP4.
Updated by SLindoMansilla almost 7 years ago
- Status changed from In Progress to Feedback
Updated by okurz almost 7 years ago
You can create a bug against SLE12SP3 with version "SP3 maintenance updates"
Updated by SLindoMansilla almost 7 years ago
- Subject changed from [sle][functional][easy][sles12sp4][ppc64le] test fails in partitioning_warnings - partition type/filesystem does not change selection - 'home'/'end' key not sent, related to worker upgrade? to [sle][functional][easy][sles12sp4][ppc64le][easy] test fails in partitioning_warnings - partition type/filesystem does not change selection - 'home'/'end' key not sent, related to worker upgrade?
- Description updated (diff)
- Status changed from Feedback to In Progress
Bug reported against 12-SP3 maintenance updates:
Creating workaround.
Updated by SLindoMansilla almost 7 years ago
PR to add workaround: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4359
Merged.
Verified on OSD: osd#1453701#step/partitioning_warnings/18
Updated by SLindoMansilla almost 7 years ago
- Status changed from In Progress to Resolved