Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken locale support in console check #5714

Conversation

jkonecny12
Copy link
Member

New langtable-0.0.67-2 version introduced new scripts for some languages. That broke our tests because our code is expecting to have all the scripts supported by the console for the given locale.

Based on the discussion with Mike Fabian who is maintainer of langtable we come to conclusion that we should check only for the first script for the given locale because it's the most significant one.

This should fix our broken tests and mainly the code. https://github.com/rhinstaller/anaconda/actions/runs/9574624471

Suggested-by: mike-fabian

New langtable-0.0.67-2 version introduced new scripts for some
languages. That broke our tests because our code is expecting to have
all the scripts supported by the console for the given locale.

Based on the discussion with Mike Fabian who is maintainer of langtable
we come to conclusion that we should check only for the first script for
the given locale because it's the most significant one.

This should fix our broken tests and mainly the code.

Suggested-by: mike-fabian
@jkonecny12
Copy link
Member Author

/kickstart-test --testtype smoke

@jkonecny12
Copy link
Member Author

/kickstart-test --testtype keyboard,langauge

@jkonecny12
Copy link
Member Author

/kickstart-test --testtype keyboard,language

@jkonecny12
Copy link
Member Author

/kickstart-test --testtype language

@jkonecny12
Copy link
Member Author

/kickstart-test --testtype keyboard

Copy link
Contributor

@M4rtinK M4rtinK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks! :)

@jkonecny12 jkonecny12 merged commit 63521c4 into rhinstaller:master Jun 19, 2024
15 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants