[BUG] [8.8] [x86_64] Multilingual installers enter the Networking spoke automatically after language selection #185
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#185
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
In Rocky 8.8 x86_64, after selecting the specified language on the language selection screen, Anaconda drops the user into the Network and Host Name spoke.
This issue impacts the following test suites:
install_arabic_language
install_asian_language
install_cyrillic_language
install_european_language
To Reproduce
Steps to reproduce the behavior:
_boot_to_anaconda
at the Network and Host Name spokeExpected behavior
After language selection, Anaconda should return to the main hub OR if this is expected behavior, we should modify our tests to handle this scenario.
Screenshots
Failing tests may be seen at these links:
https://openqa.rockylinux.org/tests/33418#step/_boot_to_anaconda/12
https://openqa.rockylinux.org/tests/33422#step/_boot_to_anaconda/12
https://openqa.rockylinux.org/tests/33426#step/_boot_to_anaconda/12
https://openqa.rockylinux.org/tests/33425#step/_boot_to_anaconda/12
Additional context
Notably, I do NOT see this behavior on my local openQA environment. It only seems to manifest on the public openQA.Update: This is reproducible locally with all of the parameters in the command further up this issue.
@akatch With respect to replicating these failures outside of the production instance.
The
POST
you are using is not quite the same as that used in production. The productionPOST
is configured with additional variables to support multi-host tests withinFLAVOR=universal
and those variables are likely involved in the issue even without multi-host being in the mix directly for the language tests.The
POST
forFLAVOR=universal
looks like this...Hope that helps.
Thanks Trevor, this is really helpful. I'll do some more digging.
Confirmed that I was able to reproduce this locally with the additional parameters. I think the best course of action here is to just hit the "continue" button in the Networking spoke, as the next set of steps will enable networking anyway. I was able to confirm that the workflow continues if I click the Continue button manually, however it fails later at
_check_install_source
with# Test died: command 'grep "Load metadata for the 'anaconda'" /tmp/anaconda.log' failed at rocky/tests/_check_install_source.pm line 64.
. That repository name seems odd, but I'll keep looking. If anyone has a strong preference for how we handle the original problem, let me know either here or in Mattermost, otherwise I'll see how far I can get with just clicking Continue at the Network spoke.