action #54056
closed[functional][u] test fails in virtman_view
0%
Description
Observation¶
Seems the keypresses need be re-evaluated, as we end up in the 'New Virtual Machine' dialog rather than the 'view' settings menu.
Long story short, keyboard shortcuts might need to be updated for virt-manager.
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-virtualization@64bit fails in
virtman_view
Test suite description¶
Maintainer: okurz. Test virtualization stack using libvirt and virt-manager.
Reproducible¶
Fails since (at least) Build 20190705
Expected result¶
Last good: 20190704 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by SLindoMansilla over 5 years ago
- Subject changed from test fails in virtman_view to [virtualization] test fails in virtman_view
Updated by okurz over 5 years ago
- Subject changed from [virtualization] test fails in virtman_view to [functional][u] test fails in virtman_view
- Priority changed from Normal to High
Unfortunately AFAIK QSF-u is still responsible for "virtualization" on openSUSE. Might be worth to pick this discussion up once again with their PO and QA SLE PrjM
Updated by okurz over 5 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: virtualization
https://openqa.opensuse.org/tests/993448
Updated by szarate over 5 years ago
- Description updated (diff)
- Status changed from New to Workable
Updated by zluo over 5 years ago
- Status changed from Workable to In Progress
- Assignee set to zluo
take over and checking...
Updated by zluo over 5 years ago
found that it fails at:
# go to view now
wait_screen_change { send_key 'alt-v' };
wait_screen_change { send_key 'right' };
# activate everything
it closes the context menu very fast after send_key 'alt-v'.
Updated by zluo over 5 years ago
http://f40.suse.de/tests/4747#step/virtman_view/8 shows correct test results now.
wait_screen_change after assert_screen is a problem in the test.
Updated by zluo over 5 years ago
- Status changed from In Progress to Feedback
Updated by zluo over 5 years ago
PR updated:
the PR #7636 breaks virtman_view.pm on x86_64 because
wait_screen_change after assert_screen causes a new problem.
Also fix the issue with go to preferences which is sometimes not
working.
see https://progress.opensuse.org/issues/54056
test verification runs:
http://f40.suse.de/tests/4912#step/virtman_view/8 (64bit)
http://f40.suse.de/tests/4910#step/virtman_view/8 (aarch64)
Updated by okurz over 5 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: virtualization
https://openqa.opensuse.org/tests/1015221
Updated by zluo over 5 years ago
- Status changed from Feedback to Blocked
now we have a ticket for this general issue with typing: https://progress.opensuse.org/issues/55703
set as blocked for now.
Updated by zluo over 5 years ago
- Blocked by action #55703: send_keys() doesn't guarantee that the application will handle modifiers+normal_key properly added
Updated by okurz over 5 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: virtualization
https://openqa.opensuse.org/tests/1028234
Updated by okurz over 5 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: virtualization
https://openqa.opensuse.org/tests/1042041
Updated by okurz about 5 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: virtualization
https://openqa.opensuse.org/tests/1055445
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released"
- The label in the openQA scenario is removed
Updated by okurz about 5 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: virtualization
https://openqa.opensuse.org/tests/1066022
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released"
- The label in the openQA scenario is removed
Updated by ggardet_arm about 5 years ago
This problem is that send_key('alt-v')
shows very briefly the View menu and disappear shortly after. If you send and hold alt
key, send v
, and release alt
after a short wait, it passes properly.
PR available to implement this workaround: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/8862
Updated by coolo about 5 years ago
- Blocked by deleted (action #55703: send_keys() doesn't guarantee that the application will handle modifiers+normal_key properly)
Updated by zluo about 5 years ago
- Status changed from Blocked to Feedback
Let's wait for https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/8862 for now and check this later.
Updated by SLindoMansilla about 5 years ago
- Related to action #55703: send_keys() doesn't guarantee that the application will handle modifiers+normal_key properly added
Updated by dimstar about 5 years ago
IIRC, the explicit fix to change the alt-v key press into alt and v (instead of alt-v) was reverted, breaking the test again.
Updated by SLindoMansilla about 5 years ago
- Status changed from Feedback to Workable
zluo, please try a proper value for VNC_TYPING_LIMIT
Reference to #55703 and https://github.com/os-autoinst/os-autoinst/pull/1260/files
Updated by zluo about 5 years ago
- Status changed from Workable to In Progress
let me check current status at first:
https://openqa.opensuse.org/tests/1088175
failed for tumblweed as well because of CPU soft lockup issue:
CPU soft lockup detected - Serial error: [ 1010.288531] watchdog: BUG: soft lockup - CPU#0 stuck for 42s! [CPU 3/KVM:5745]
Failed
Updated by zluo about 5 years ago
still failed. Trying now with VNC_TYPING_LIMIT_DEFAULT=10:
this is no effect, maybe I need to set VNC_TYPING_LIMI=10 here: http://f40.suse.de/tests/5299
Updated by zluo about 5 years ago
the tests with VPN_TYPING_LIMIT are all failed and I think this is not related typing issue. Investigating...
Updated by zluo about 5 years ago
found out that send_key alt+v for open viewmenu-graph not realiable, I even have problem with this key press on my tw...
see example:
http://f40.suse.de/tests/5306#step/virtman_view/13
graph shows up already but the context menu is still there.
Updated by dimstar about 5 years ago
With https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/8862 the test seemed to pass fine - until this was reverted again
Updated by dimstar about 5 years ago
dimstar wrote:
With https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/8862 the test seemed to pass fine - until this was reverted again
i.e. https://openqa.opensuse.org/tests/1083047 - this was the only test running with this PR merged
Updated by zluo about 5 years ago
with some changes for replacing send_keys I got now:
http://f40.suse.de/tests/5317#step/virtman_view/13 shows now better result except closing application.
Need to handle close and quit later.
Updated by zluo about 5 years ago
https://github.com/os-autoinst/os-autoinst-needles-opensuse/pull/612 created for new needles.
waiting for test results on my openqa server 50 times:
Updated by zluo about 5 years ago
start verification test run on o3 for my PR:
Updated by zluo about 5 years ago
https://openqa.opensuse.org/tests/1090395#next_previous should provide more statics for test run.
This is not working now because the installation medium got removed from o3. testing now against latest build on f40.suse.de:
Updated by zluo about 5 years ago
Updated by zluo about 5 years ago
- Status changed from Feedback to In Progress
since we need to support sles as well, I will create new needles then and run tests.
Updated by zluo about 5 years ago
- Status changed from In Progress to Feedback
PR merged now, set is as feedback.
Updated by zluo about 5 years ago
- Status changed from Feedback to Rejected
https://openqa.opensuse.org/tests/1094316 shows now fixed on o3
Updated by okurz about 5 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: virtualization
https://openqa.opensuse.org/tests/1119763
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released"
- The label in the openQA scenario is removed