RFR: 8356040: java/util/PluggableLocale/LocaleNameProviderTest.java timed out [v2]
Naoto Sato
naoto at openjdk.org
Fri May 2 18:42:45 UTC 2025
On Fri, 2 May 2025 17:39:08 GMT, Justin Lu <jlu at openjdk.org> 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 down the tested locales to Japanese language ones can reduce our tested input to 9x9 and provides most of the same value the test previously did. (Since our SPI provider has defined preferred Japanese Locale name values.) This change also refactors the test to use JUnit. The test now runs around ~20 times faster.
>>
>> Most of the diff is attributed to separating the method source from the test itself. But notice the filtering of `Locale`s done on `availloc` and `jreImplLoc`.
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>
> Naoto review - update comment, isEmpty()
LGTM. Thanks for simplifying the test
-------------
Marked as reviewed by naoto (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25009#pullrequestreview-2812676717
More information about the core-libs-dev
mailing list