action #65301
closed[sle][functional][y] Fix reconnection after reboot in transactional_update
0%
Description
Observation¶
We now have issue with reboot fixed, so test most likely will just work.
Whereas we need to add soft-failure for parent job, so test is executed.
openQA test in scenario sle-15-SP2-Online-s390x-transactional_server_helper_apps@s390x-kvm-sle12 fails in
transactional_update
In s390x we have a bug that the system is shutdown instead of reboot and for transactional updates we need to reboot the system several times, so when processing reboot in function process_reboot
in lib/transactional.pm we need to apply/adapt workaround:
Due to bsc#1167210, the system is shut down on reboot on zkvm on SP2.
# This is workaround to connect to the shut off machine.
if (is_sle('>=15-sp2')) {
record_soft_failure('bsc#1167210 - System shuts down instead of reboot on zkvm');
console('installation')->disable_vnc_stalls;
assert_shutdown_and_restore_system('reboot', 120);
}
reconnect_mgmt_console(timeout => 500);
Test suite description¶
Test transactional updates with Btrfs and helper applications in a transactional update server.
Reproducible¶
Fails since (at least) Build 164.1_jrivera_poo61991
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by riafarov almost 5 years ago
- Assignee set to JERiveraMoya
- Target version set to SLE 15 SP2
@Joaquin: Please, add bug reference to this ticket and set to blocked. Due to general statements to this feature, I don't think that we should invest time in implementing workarounds when there is no bugfixed expected.
Updated by riafarov almost 5 years ago
- Due date set to 2020-06-16
- Assignee deleted (
JERiveraMoya)
We don't have blockers anymore, but we need to convert failure we have in the parent job to soft-failure..
Updated by riafarov over 4 years ago
- Description updated (diff)
- Status changed from New to Workable
- Priority changed from Normal to High
- Estimated time set to 5.00 h
Updated by JRivrain over 4 years ago
- Related to action #67687: [functional][y] Adapt health_check test module for zkvm added
Updated by JRivrain over 4 years ago
- Status changed from Workable to Feedback
PR merged for parent job https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/10406
Pending PR https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/10432