action #33976
closed
[sle][functional][u][ppc64le][fast] test fails in install_test_suite - key input problem with zypper command
Added by zluo over 6 years ago.
Updated over 6 years ago.
Category:
Bugs in existing tests
Description
zzypper found in console screen, so test_suite cannot be installed.
Observation¶
openQA test in scenario sle-15-Installer-DVD-ppc64le-sched_stress@ppc64le fails in
install_test_suite
Reproducible¶
Fails since (at least) Build 535.1 (current job)
Expected result¶
Last good: 533.2 (or more recent)
Further details¶
Always latest result in this scenario: latest
Related issues
1 (1 open — 0 closed)
- Subject changed from [sle][functional] test fails in install_test_suite - key input problem with zypper command to [sle][functional][u][ppc64le][fast] test fails in install_test_suite - key input problem with zypper command
- Due date set to 2018-04-10
- Status changed from New to Workable
- Priority changed from Normal to Urgent
- Target version set to Milestone 15
If we are really having troubles with typing again on ppc64le then we should not take this lightly. All our current ppc64le are considered to be stable. This needs to be handled urgently. Please see which worker was used and consult QA tools team.
- Status changed from Workable to In Progress
There is code to cancel the test, if the key event queue fills up.
See backend/qemu.pm:
for my $line (split(/\n/, $buffer)) {
bmwqemu::diag "QEMU: $line";
die "QEMU: Shutting down the job" if $line =~ m/key event queue full/;
}
But it doesn't seem as if it would have been executed on the affected test.
- Status changed from In Progress to Feedback
- Priority changed from Urgent to Normal
Generally reading the Bugzilla ticket it seems that the workaround of setting qemu argument -smp 1,threads=1
improves the test stability,
but it still happens sometimes.
Looking at the previous results the tests look pretty stable though.
Keeping this on feedback as there is nothing we can do about this at the moment (there is no real progress in bugzilla and there is no real input from IBM, yet).
- Due date changed from 2018-04-10 to 2018-04-24
- Due date changed from 2018-04-24 to 2018-05-08
- Target version changed from Milestone 15 to Milestone 16
- Status changed from Feedback to Resolved
Looking at https://openqa.suse.de/tests/1655297 I can see that at least 10 jobs in a row succeeded so it's not a big issue in general. With the current workarounds in place I guess we are fine for the time being.
- Related to action #91314: [opensuse][typing][sporadic][aarch64][ppc64le] repeated keys on aarc64 or ppc64le: Leap 15.3: test fails in repos - zzzypper command not found added
Also available in: Atom
PDF