Re: RFR: 8356040: java/util/PluggableLocale/LocaleNameProviderTest.java timed out [v2]

2025-05-02 Thread Naoto Sato
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

Re: RFR: 8356040: java/util/PluggableLocale/LocaleNameProviderTest.java timed out [v2]

2025-05-02 Thread Justin Lu
> 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

Re: RFR: 8356040: java/util/PluggableLocale/LocaleNameProviderTest.java timed out

2025-05-02 Thread Naoto Sato
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