On Mon, Mar 31, 2025 at 12:55:44PM -0700, Soren Stoutner wrote:
> Redmine is periodically failing reproducibility due to variation in 
> the language environment.
> 
> Failure:
> ProjectAdminQueryTest#test_project_statuses_values_should_return_all_statuses 
> [test/unit/project_admin_query_test.rb:99]:
> --- expected
> +++ actual
> @@ -1 +1 @@
> -[["active", "1"], ["closed", "5"], ["archived", "9"], ["scheduled for 
> deletion", "10"]]
> +[["actif", "1"], ["fermé", "5"], ["archivé", "9"], ["planifié pour 
> suppression", “10”]]
> 
> https://tests.reproducible-builds.org/debian/rb-pkg/trixie/arm64/
> redmine.html
> 
> Is there some way we can force these tests to always run in English?

Try `export LANG = C.UTF-8` in debian/rules

Attachment: signature.asc
Description: PGP signature

Reply via email to