Actions
action #47039
closed[functional][u] test in vlc wastes 30 seconds without us noticing because of `match_typed`
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Enhancement to existing tests
Target version:
SUSE QA (private) - Milestone 30+
Start date:
2019-02-02
Due date:
% Done:
0%
Estimated time:
42.00 h
Difficulty:
Description
Observation¶
openQA test in scenario opensuse-15.1-NET-x86_64-xfce@64bit-2G fails in
vlc
to press the 'ret' key after detecting the correctly typed launch string, the test wastes 30s waiting and then continues by retyping and succeeding.
The match_typed
parameter was introduced with #25972 and we seem to use it correctly but simply because we do not match the needle the test wastes time and we do not realize
Acceptance criteria¶
- AC1: No obvious time waste can occur without us noticing
Task¶
- Remove the arguments target_match and match_typed
Suggestions¶
Because we do not actually rely on the needle with tag target_match_vlc
the test passes but we waste time. Either we get rid of the match_typed
behaviour again or we ensure that we match the target_match_vlc
needle in the end before continuing and fail otherwise.
Further details¶
Always latest result in this scenario: latest
Actions