action #62579
open[opensuse][ppc64le] test fails in gedit with duplicated characters, transient Leap15.2 ppc64le
0%
Description
test fails in gedit with duplicated characters, transient Leap15.2 ppc64le
two identified occurrences:
- Build 71.2: https://openqa.opensuse.org/tests/1141177#step/gedit/5
"If you can see thisss text gedit is working" - Build 82.2: https://openqa.opensuse.org/tests/1151684#step/gedit/6
"If you can see this text gedddit is working"
I assume root cause is the handling of queue by qemu when Host is overloaded.
Suggestions¶
A bypass (masking root problem) may be to patch "enter_test_text" to force slow typing for PowerPC
+++ b/lib/opensusebasetest.pm
@@ -710,7 +710,7 @@ sub enter_test_text {
my ($self, $name, %args) = @_;
$name //= 'your program';
$args{cmd} //= 0;
- $args{slow} //= 0;
+ $args{slow} //= get_var('OFW') ? 1 : 0;
Observation¶
openQA test in scenario opensuse-15.2-DVD-ppc64le-gnome@ppc64le fails in
gedit
Test suite description¶
Reproducible¶
Fails since (at least) Build 82.2 (current job)
Expected result¶
Last good: 80.3 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by okurz about 5 years ago
- Subject changed from test fails in gedit with duplicated characters, transient Leap15.2 ppc64le to [opensuse][ppc64le] test fails in gedit with duplicated characters, transient Leap15.2 ppc64le
seems to be opensuse-ppc64le specific and you are merely on your own :/
Updated by okurz over 3 years ago
This ticket was set to "Normal" priority but was not updated within the SLO period for "Normal" tickets (365 days) as described on https://progress.opensuse.org/projects/openqatests/wiki/Wiki#SLOs-service-level-objectives . Please consider picking up this ticket within the next 365 days or just set the ticket to the next lower priority of "Low" (no SLO related time period). This update was done as agreed within the SUSE QE Sync call 2021-09-01
Updated by slo-gin over 2 years ago
This ticket was set to Normal priority but was not updated within the SLO period. Please consider picking up this ticket or just set the ticket to the next lower priority.
Updated by slo-gin about 1 year ago
This ticket was set to Normal priority but was not updated within the SLO period. Please consider picking up this ticket or just set the ticket to the next lower priority.
Updated by slo-gin about 2 months ago
- Priority changed from Normal to Low
This ticket was set to Normal priority but was not updated within the SLO period. The ticket will be set to the next lower priority Low.