Actions
action #57932
closed[functional][u] test fails in setup_zdup
Status:
Resolved
Priority:
High
Assignee:
Category:
Bugs in existing tests
Target version:
SUSE QA (private) - Milestone 28
Start date:
2019-10-10
Due date:
% Done:
100%
Estimated time:
42.00 h
Difficulty:
Description
Observation¶
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-zdup-Leap-15.1-gnome@64bit fails in
setup_zdup
The boot process very frequently misses the time window on grub to pick the 'boot from harddisk' option. Restarting the test (sometimes multiple times) gets it going. So it is purely a timing issue - a race against the grub timeout.
Acceptance criteria¶
- AC: The module bootloader checks that there is no timeout running before leaving.
Tasks¶
- The module bootloader should check the GRUB menu has a stopped timeout menu, or it checks the next screen. (no moving parts between module transitions)
Reproducible¶
Fails since (at least) Build 20191005
Expected result¶
Last good: 20191004 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by SLindoMansilla over 5 years ago
- Subject changed from test fails in setup_zdup to [functional][u] test fails in setup_zdup
- Description updated (diff)
- Status changed from New to Workable
- Target version set to Milestone 28
- Estimated time set to 42.00 h
Updated by favogt over 5 years ago
- Status changed from Workable to Feedback
- % Done changed from 0 to 100
Was not a race against the timeout, openQA just tried to boot it twice.
Fixed by https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/8687
Updated by dheidler over 5 years ago
- Status changed from Feedback to Resolved
- Assignee set to dheidler
Looks fine now.
Actions