[BUG] failure of language tests when specifying options for multi-worker tests in FLAVOR=universal
#158
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#158
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
The
install_{language}_language
tests of theFLAVOR=universal
test suite fail consistently in production openQA system when options forFLAVOR=universal
supporting multi-worker tests are added.When multi-worker options are provided the test jumps straight into the Network Configuration spoke after Language Selection instead of back to the Anaconda Main Hub. This causes a persistent failure of needle match and the test eventually times out.
When multi-worker options are not provided the test returns to the Anaconda Main Hub correctly after Network Configuration.
The behavior, although the test flow is slightly different for 8.7 and 9.1, is consistent in both OS with failure after Language Specification when multi-worker options are provided.
Refs
install_european_language
(re-start of successful test)install_european_language
(re-start of failing test)Note: The two tests were run concurrently as re-starts of previous tests at the same time on separate workers.
Expected behavior
The
install_{language}_language
tests of theFLAVOR=universal
test suite pass consistently regardless of multi-worker options being supplied or not.Screenshots
install_european_language
stuck in Network Configuration after Language Selectioninstall_european_language
progresses to Anaconda Main Hub after Language Selection