action #16542
closed[ipmi][sles][functional][virtualization] 'alt-s' did not stop countdown in install_and_reboot, again
0%
Description
Observation¶
issue described in #15164 happened again, previous approach not working: https://openqa.suse.de/tests/758680#step/install_and_reboot/1
Reproducible¶
Fails since this build 0234 and not the last 10 jobs in before so only once so far.
Expected result¶
Reboot countdown should be stopped.
Problem¶
H1. wait_still_screen(2, 4)
is checking same image for 2 seconds but might still catch two images within one second why the countdown did not actually stop
Suggestion¶
S1-1. Check for more than 2 seconds, e.g. 3s
S1-2. Extend testapi to add no_wait
on wait_still_screen
, too
Further details¶
Always latest result in this scenario: latest
Updated by okurz almost 8 years ago
- Copied from action #15164: ipmi: looks like 'alt-s' did not stop countdown in install_and_reboot added
Updated by okurz almost 8 years ago
- Status changed from New to In Progress
Updated by szarate almost 8 years ago
- Status changed from In Progress to Feedback
Setting to feedback, this was solved with an apparent workaround in the test itself, but still.
Updated by okurz almost 8 years ago
The most recent job as of now failed in https://openqa.suse.de/tests/767897#step/install_and_reboot/5 but it seems to be a different problem. So looks ok so far, let's wait for a bit more jobs to verify it's fixed or we need to use the new feature in os-autoinst to check more than once per second.
Updated by okurz almost 8 years ago
https://openqa.suse.de/tests/808765#step/install_and_reboot/1 failed exactly the same, now for some 'no_wait' magic …
Need to adapt os-autoinst to support no_wait
also on wait_still_screen
because this is what we use in install_and_reboot
Updated by okurz almost 8 years ago
failing less now but still, last one was 13 days ago: https://openqa.suse.de/tests/808765#step/install_and_reboot/1
I think the "no_wait" on "wait_still_screen" is still a good idea
Updated by okurz almost 8 years ago
- Assignee deleted (
okurz)
would need no_wait
on wait_still_screen
I guess, not currently working on this
Updated by okurz over 7 years ago
- Subject changed from ipmi: 'alt-s' did not stop countdown in install_and_reboot, again to [ipmi][sles][functional][virtualization] 'alt-s' did not stop countdown in install_and_reboot, again
Updated by okurz over 7 years ago
- Related to action #18634: [sles][functional]textmode install_and_reboot fails to stop the reboot countdown added
Updated by okurz over 7 years ago
- Related to action #18514: [sles][functional][ipmi] keys missing added
Updated by okurz over 7 years ago
recent example: https://openqa.suse.de/tests/887980#step/install_and_reboot/5
Updated by okurz over 7 years ago
- Related to action #19092: [sles][functional] test fails in install_and_reboot - not posible to detect still screen after stoping the reboot countdown added
Updated by okurz over 7 years ago
- Status changed from In Progress to Feedback
- Assignee set to okurz
see #19092#note-3. Let's monitor if this is fixed for good.
Updated by okurz over 7 years ago
- Status changed from Feedback to Resolved
see related tickets.
The originally mentioned job is still very unstable but did not fail to stop the countdown.