action #106789
closed[sle][migration][sle15sp4][Regression]y2log can not be uploaded caused by command 'find /* -name '*.rpmnew' | tee unapplied-configuration-files.txt' timed out
30%
Description
Observation¶
openQA test in scenario sle-15-SP4-Regression-on-Migration-from-SLE12-SPx-s390x-offline_sles12sp3_ltss_media_sdk-asmm-contm-lgm-tcm-wsm_all_full_consle@s390x-kvm-sle12 fails in
await_install
Test suite description¶
Reproducible¶
Fails since (at least) Build 84.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by leli almost 3 years ago
In fact, this issue should be for https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14027/files, script_run will report fail by default, should set die_on_timeout => 0 to make it won't fail by default.
sub save_and_upload_log {
my ($self, $cmd, $file, $args) = @_;
script_run("$cmd | tee $file", $args->{timeout});
upload_logs($file, failok => 1) unless $args->{noupload};
save_screenshot if $args->{screenshot};
}
Updated by leli almost 3 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
Create a branch, wait https://openqa.nue.suse.com/tests/8168975 to verify.
Updated by leli almost 3 years ago
The VR haven't reproduced the issue, re-run it two times to verify:
https://openqa.nue.suse.com/tests/8173239
https://openqa.nue.suse.com/tests/8173240
Updated by leli almost 3 years ago
The VRs failed for another script_run timeout issue, updated code, wait
https://openqa.nue.suse.com/tests/8177578#live
https://openqa.nue.suse.com/tests/8177579
to verify.
Updated by leli almost 3 years ago
- Status changed from In Progress to Rejected
- Estimated time changed from 12.00 h to 4.00 h
I think this issue workaround same as https://progress.opensuse.org/issues/106092, so close it.