action #16516
closed[functional][sporadic][u][medium] test fails in vlc to open network dialog with "ctrl-n"
0%
Description
Observation¶
openQA test in scenario opensuse-42.3-DVD-x86_64-kde@USBboot_64 fails in
vlc
to show the network dialog which should have been opened by the "ctrl-n" hotkey.
Reproducible¶
Fails since (at least) Build 0077 (current job)
but seems to be sporadic.
Expected result¶
Last good: 0075 (or more recent)
Problem¶
H1. Hotkey is pressed "too early" and is lost
Suggestion¶
- check statistics
- guard the keypress with
wait_screen_change
/wait_still_screen
or retry more than once?
Further details¶
Always latest result in this scenario: latest
Updated by okurz almost 7 years ago
- Subject changed from test fails in vlc to open network dialog with "ctrl-n" to [functional]test fails in vlc to open network dialog with "ctrl-n"
- Target version set to Milestone 15
Updated by okurz almost 7 years ago
- Related to action #33523: [functional][wayland][opensuse][medium][u]VLC on Plasma/Wayland: input not finished before pressing 'play' added
Updated by okurz over 6 years ago
- Subject changed from [functional]test fails in vlc to open network dialog with "ctrl-n" to [functional][sporadic][u]test fails in vlc to open network dialog with "ctrl-n"
- Status changed from New to Workable
Updated by okurz over 6 years ago
- Due date changed from 2018-04-10 to 2018-04-24
not enough capacity in S14, moving
Updated by okurz over 6 years ago
- Due date changed from 2018-04-24 to 2018-05-22
- Target version changed from Milestone 15 to Milestone 16
not enough capacity in S15 nor S16, moving
Updated by riafarov over 6 years ago
- Subject changed from [functional][sporadic][u]test fails in vlc to open network dialog with "ctrl-n" to [functional][sporadic][u][medium] test fails in vlc to open network dialog with "ctrl-n"
Gather stats first and see if it's still an issue.
Updated by zluo over 6 years ago
- Status changed from Workable to In Progress
https://openqa.opensuse.org/tests/674757#step/vlc/24
looks no issue in general.
Updated by zluo over 6 years ago
we have a new issue which related to opening MRL. but the dialog itself could be opened anyway in recent test runs.
Updated by zluo over 6 years ago
/var/lib/openqa/share/tests/opensuse/tests/x11/vlc.pm:
found that this causes problem:
type_string autoinst_url . "/data/Big_Buck_Bunny_8_seconds_bird_clip.ogv";
assert_and_click "vlc-play_button";
Try at first with wait_still_screen before assert_and_click.
Updated by zluo over 6 years ago
it is safe to check URL input here before assert_and_click.
Updated by zluo over 6 years ago
create a new needle to match ogv url before assert_and_click:
Updated by zluo over 6 years ago
needle match is a problem since the after input of url, it differs a little bit :(
Updated by zluo over 6 years ago
http://e13.suse.de/tests/2423#step/vlc/23
shows match for new needle. but later send_key "ctrl-q" doesn't close vlc...
Updated by zluo over 6 years ago
http://e13.suse.de/tests/2429#step/vlc/26
alt-f4 added after ctrl-q, it works with closing vlc.
Updated by zluo over 6 years ago
Updated by zluo over 6 years ago
- Status changed from In Progress to Resolved