Project

General

Profile

Actions

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

Added by coolgw about 2 years ago. Updated about 2 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2022-02-15
Due date:
% Done:

30%

Estimated time:
4.00 h
Difficulty:

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

Actions #1

Updated by leli about 2 years ago

  • Estimated time set to 12.00 h
Actions #2

Updated by leli about 2 years ago

  • Assignee set to leli
Actions #3

Updated by leli about 2 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};
}

Actions #4

Updated by leli about 2 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.

Actions #5

Updated by leli about 2 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

Actions #6

Updated by leli about 2 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.

Actions #7

Updated by leli about 2 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.

Actions

Also available in: Atom PDF