action #101295
closed
[timebox: 8h][sporadic] test fails in verify_default_target
Added by JRivrain about 3 years ago.
Updated almost 3 years ago.
Description
Observation¶
Sometimes, select_console fails here, we are trying to launch a command while we are still at login prompt.
openQA test in scenario sle-15-SP4-Online-ppc64le-minimal+role_minimal@ppc64le fails in
verify_default_target
Test suite description¶
Like default but explicitly select the system role "minimal". The resulting system should roughly correspond to an unregistered system but with access to modules for optional installation.
Reproducible¶
Fails since (at least) Build 52.1 (current job)
Expected result¶
Last good: 50.1 (or more recent)
Further details¶
Always latest result in this scenario: latest
Hi Jonathan, I guess this is a ticket for the qe yast group, right? It yes, you could move it to the yast project or label it with [qe-yast] so that I do not need to triage it. Thanks a lot!
- Subject changed from sporadic- test fails in verify_default_target to [qe-yast] sporadic- test fails in verify_default_target
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: minimal+role_minimal
https://openqa.suse.de/tests/7618694
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" or "EOL" (End-of-Life)
- The bugref in the openQA scenario is removed or replaced, e.g.
label:wontfix:boo1234
- Tags set to qe-yast-refinement
- Project changed from openQA Tests (public) to qe-yam
- Subject changed from [qe-yast] sporadic- test fails in verify_default_target to sporadic- test fails in verify_default_target
- Category deleted (
Bugs in existing tests)
- Target version set to Current
Issue also appears in validate_partition_table_via_blkid (can also be seen in the verify_default_target of the same job).
The cause is the same:
select_console 'root-console';
runs
ctrl-d
is pressed in the root console, forcing us back to the login prompt.
- the
script_output
command (eg systemctl get-default
in the case of verify_default_target
module) is typed on the login prompt instead of the root console, resulting in a script timeout.
It is likely that in the first step of the script_output
command, when cat - > /tmp/scriptCRKJW.sh;\n
is typed, the cat command is mistyped and never started, and instead of ctrl-d
being sent to end the cat
part, it is sent on the root console.
A similar issue might be occurring in this yast2_nfs job (same architecture and backend) where an underlying command could be mistyped.
- Related to action #103791: After module failure, the console is broken size:M added
- Subject changed from sporadic- test fails in verify_default_target to [timebox: 8h][sporadic] test fails in verify_default_target
- Description updated (diff)
- Priority changed from Normal to High
- Tags deleted (
qe-yast-refinement)
- Status changed from New to Rejected
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: yast2_nfs_v3_client
https://openqa.suse.de/tests/7923769
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" or "EOL" (End-of-Life)
- The bugref in the openQA scenario is removed or replaced, e.g.
label:wontfix:boo1234
Also available in: Atom
PDF