action #19438
closed[tools][sle][functional][aarch64]double key press, test fails in xorg_vt typing "pps" instead of "ps"
0%
Description
Updated by okurz about 7 years ago
- Related to action #26856: [qam] test fails in wireshark - assert_script_run not typing command correctly added
Updated by okurz about 7 years ago
- Subject changed from [aarch64]double key press, test fails in xorg_vt typing "pps" instead of "ps" to [tools][sle][functional][aarch64]double key press, test fails in xorg_vt typing "pps" instead of "ps"
same problem now in https://openqa.suse.de/tests/1235702#step/textinfo/6 in the curl URL. Compare the two URLs in the two subsequent curl calls. In the second one there is a doubled "h" which therefore resolves to an invalid URL.
Updated by okurz about 7 years ago
- Category changed from Bugs in existing tests to Infrastructure
- Priority changed from Normal to High
Updated by okurz about 7 years ago
- Due date set to 2017-11-22
- Target version set to Milestone 12
Updated by JERiveraMoya about 7 years ago
VNC_TYPING_LIMIT already set to 10 for this job. It is a known issue in OpenQA api. When new build with aarch64 architecture will be available I will be able to retrigger the job lowering VNC_TYPING_LIMIT to 7.
Updated by JERiveraMoya about 7 years ago
- Status changed from New to In Progress
Updated by JERiveraMoya almost 7 years ago
Cannot see this failure anymore, not even in sle12sp4, at least in the mentioned job.
Updated by okurz almost 7 years ago
- Due date changed from 2017-12-22 to 2018-01-30
- Target version changed from Milestone 12 to Milestone 13
To my understanding aarch64 should not behave different than x86_64 therefore no special VNC_TYPING_LIMIT should be applied unless we know a specific problem which should then be handled in os-autoinst. I suggest the following:
- Trigger 100-1000 jobs on aarch64 with
VNC_TYPING_LIMIT=
(unset) and check if there are any failures - If yes, find the specific reason and comment that into the backend or at least a comment next to the openQA settings
- If no, remove the override of VNC_TYPING_LIMIT completely for osd and o3
To trigger many jobs an example:
for i in {1..100}; do openqa-clone-job --skip-chained-deps --from https://openqa.suse.de --host https://openqa.suse.de --skip-download 1356341 VNC_TYPING_LIMIT= TEST=test_poo19438_jeriveramoya_$i _GROUP="Test Development: SLE 15" BUILD=XXX@test_poo19438 ; done
Updated by okurz almost 7 years ago
that did not seem to work. Some incompletes. Looks like the ISO can not be found in the pool directory. Maybe the original job does not have the ISO as well anymore? You could select a SLE15 corresponding job if that one has the ISO still.
Updated by JERiveraMoya almost 7 years ago
I realized that the sample code was cloning a sle12sp4 job in sle15 development group so I edited the link (while you were writing probably :))
I used sle12 sp4 that is where the error was found originally. No incomplete atm: https://openqa.suse.de/tests/overview?version=12-SP4&groupid=132&build=XXX%40test_poo19438&distri=sle
Updated by JERiveraMoya almost 7 years ago
It looks good except for some incomplete and one failure tests, but not related with typing. Removed setting VNC_TYPING_LIMIT for aarch64 in Machines configuration in OSD.
Updated by JERiveraMoya almost 7 years ago
- Due date changed from 2018-01-30 to 2018-01-16
- Status changed from In Progress to Feedback
Updated by JERiveraMoya almost 7 years ago
- Status changed from Feedback to Resolved