On Fri, 2 May 2025 17:39:08 GMT, Justin Lu wrote:
>> Please review this PR which reduces the amount of combinations tested by
>> `LocaleNameProviderTest`.
>>
>> This test was exhaustively testing over 1000x1000 `Locale` combinations
>> which was expensive and caused a timeout in tier 5. Narrow
> Please review this PR which reduces the amount of combinations tested by
> `LocaleNameProviderTest`.
>
> This test was exhaustively testing over 1000x1000 `Locale` combinations which
> was expensive and caused a timeout in tier 5. Narrowing down the tested
> locales to Japanese language ones
On Fri, 2 May 2025 15:49:03 GMT, Justin Lu wrote:
> Please review this PR which reduces the amount of combinations tested by
> `LocaleNameProviderTest`.
>
> This test was exhaustively testing over 1000x1000 `Locale` combinations which
> was expensive and caused a timeout in tier 5. Narrowing d