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

hack so we can get value out of the test #780

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

rogthefrog
Copy link
Contributor

until we deal with localized prompt files in a more dignified way.

Currently, the smoke test appears to do the cross product of locale x prompt file to generate test items. This leads to a situation where it tries to collect fr_fr prompts from a file that only contains en_us prompts, and as a result the test fails.

The failure was useful in identifying a logic bug in the locale x prompt file handling, which we already knew needs a good cleanup.

This PR puts in a workaround to skip the fr_fr prompts in the test only. There will be a separate PR to clean up the prompt file handling.

@rogthefrog rogthefrog requested a review from a team as a code owner January 7, 2025 00:37
@rogthefrog rogthefrog temporarily deployed to Scheduled Testing January 7, 2025 00:37 — with GitHub Actions Inactive
@rogthefrog rogthefrog temporarily deployed to Scheduled Testing January 7, 2025 00:37 — with GitHub Actions Inactive
@rogthefrog rogthefrog temporarily deployed to Scheduled Testing January 7, 2025 00:37 — with GitHub Actions Inactive
Copy link

github-actions bot commented Jan 7, 2025

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@rogthefrog rogthefrog merged commit 86a5622 into main Jan 7, 2025
4 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 7, 2025
@rogthefrog rogthefrog deleted the fix/smoke-test branch January 7, 2025 02:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants