[8.6 Release Issues] Graphical and Console wait login are mixed up sometimes #81
Labels
No Label
priority: critical
priority: high
priority: low
priority: medium
status: abandoned
status: duplicate
status: invalid
status: peer review needed
status: wontfix
tag: content
tag: good first issue
tag: help wanted
test suite
type: bug
type: documentation
type: enhancement
type: maintenance
type: question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: testing/os-autoinst-distri-rocky-migrated#81
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
We have sometimes the _graphical_wait_login and _console_wait_login mixed up, i.e. in
To Reproduce
run one of the test suites:
that might also occur in others but these are pretty good examples
Expected behavior
correctly handle the addition of the wait
Additional context
If the tests run too long, just send me a message, and I will look to grab the rest of the occurrences
The
install_default
failure case still exists indevelop
after the 8.6 merge, so not closing this. Working on a fix.Having investigated this further, I believe that the behavior we're seeing is expected. The
install_default
test suite is intended to verify that the default package set for each flavor. For both dvd-iso and boot-iso flavors, the default package set isgraphical-server
, which is expected to have a post-install graphical login. When theserver
package set is specified, no graphical login is available, thus the test fails. We should probably avoid callinginstall_default
with a PACKAGE_SET provided, since the nature of the test is to expect a particular package set already.Unfortunately this is not true for some of the tests, because for some the name already suggests the test being in text / graphical mode, and I have a history of how they have run in the past as well, for some.
It looks to me like the selection in the main.pm works not correctly there 🤔
You are correct, I should have specified that my last comment was only in relation to the
install_default
suite. Sounds like we should keep this open for now.Resolved in #125 and #127... closing.