action #19092
closed[sles][functional] test fails in install_and_reboot - not posible to detect still screen after stoping the reboot countdown
0%
Description
Observation¶
openQA test in scenario sle-12-SP3-Server-DVD-s390x-lvm-full-encrypt@zkvm fails in
install_and_reboot
In the video can be seen how the countdown is stopped and the screen is no showing changes.
In the screenshots can be seen in each try how the screenshot are the same.
Nevertheless, wait_still_screen canno detect still screen.
Reproducible¶
It happened the first time here Build0368 osd#922379#step/install_and_reboot/9
Then it passed one time, and the next it failed again: Build0373 osd#926330 (current job)
Expected result¶
Last good: 0370 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by okurz over 7 years ago
- Status changed from New to In Progress
- Assignee set to okurz
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/2866 to improve on that. Also staging test failed for what looks like the same reason. That is strange because the test was not changed for quite some time. Something in our infrastructure or the test might have made it more likely to happen. Another potential improvement might be to add no_wait => 1
to wait_still_screen as well.
[10 May 2017 16:26:10] coolo: I did not get the 'sleep(0.5)' part in wait_still_screen. can we not have a 'no_wait => 1' option on wait_still_screen like we do for check_or_assert_screen?
[10 May 2017 16:26:43] okurz: well, we can - and possibly even make it default
[10 May 2017 16:29:58] and where is the "other 0.5" hidden? I could only find 'sleep(0.5)' in testapi.pm in wait_screen_change and wait_still_screen but not in the backend unless some weird thingy in tinycv_impl
[10 May 2017 16:31:54] $self->update_request_interval($self->screenshot_interval / 2);
[10 May 2017 16:32:01] guess what screenshot_interval is :)
[10 May 2017 16:37:55] I see
Updated by okurz over 7 years ago
- Related to action #16542: [ipmi][sles][functional][virtualization] 'alt-s' did not stop countdown in install_and_reboot, again added
Updated by okurz over 7 years ago
- Status changed from In Progress to Feedback
We have gh#os-autoinst/os-autoinst-distri-opensuse which is supposed to help with that issue. I will monitor this in the near future. If there is no further fail we can close this ticket.
Updated by okurz over 7 years ago
- Status changed from Feedback to Resolved
Taking a look into https://openqa.suse.de/tests/986802 and 100 jobs back I can see since this PR we did not have a fail in the corresponding module. Good work, done here :-)