action #27600
closed[sle][functional][medium]test fails in user_settings - no user name entered but password in user name field
0%
Description
Observation¶
openQA test in scenario sle-15-Installer-DVD-s390x-minimal+base@zkvm fails in
user_settings
Reproducible¶
Fails since (at least) Build 288.8
Expected result¶
Last good: Build 333.2
Problem¶
- H1: tab or username typed too fast when SUT is not ready
- H2: product regression caused busy background tasks and loosing key presses
Suggestions¶
- Investigate autoinst-log.txt logfile what was actually typed (0.2-0.8h)
- Try to reproduce manually (1-4h)
- Implement proper synchronsation before password typing if not in the code already (0.2-4h)
Further details¶
Always latest result in this scenario: latest
Updated by okurz about 7 years ago
- Due date set to 2017-12-19
- Target version set to Milestone 13
Updated by okurz about 7 years ago
- Due date changed from 2017-12-19 to 2018-01-30
Updated by okurz about 7 years ago
- Due date changed from 2018-01-30 to 2018-02-27
- Target version changed from Milestone 13 to Milestone 14
Updated by riafarov about 7 years ago
- Status changed from In Progress to Workable
Updated by riafarov almost 7 years ago
- Status changed from Workable to In Progress
Updated by riafarov almost 7 years ago
- Status changed from In Progress to Feedback
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4437
os-autoinst logs tell that name was typed. Problem hasn't occurred on zkvm in the last 3 months and was never there on production for other architectures. The only hypothesis is that text field got unfocused and, but with 2 tab key presses we got there and typed password. PR should make this part more reliable as using text field shortcut.
Updated by AndreasStieger almost 7 years ago
Can you check if this breaks openSUSE Leap 42.3 maintenance aggregated tests:
https://openqa.opensuse.org/tests/613684#step/user_settings/3
https://openqa.opensuse.org/tests/613849#step/user_settings/3
Updated by riafarov almost 7 years ago
Updated by AndreasStieger almost 7 years ago
Partial revert merged in https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4451 moves the tests I see pass the user_settings test.
Updated by riafarov almost 7 years ago
- Status changed from Feedback to Resolved
As this issue occurred only once and we cannot reproduce it, will leave with current change. Will investigate further if happens again.