Project

General

Profile

Actions

action #62579

open

[opensuse][ppc64le] test fails in gedit with duplicated characters, transient Leap15.2 ppc64le

Added by michel_mno over 4 years ago. Updated about 1 month ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2020-01-23
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

test fails in gedit with duplicated characters, transient Leap15.2 ppc64le

two identified occurrences:

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

Actions

Also available in: Atom PDF