<i18n dev> RFR: 8327434: Test java/util/PluggableLocale/TimeZoneNameProviderTest.java timed out
Justin Lu
jlu at openjdk.org
Wed Mar 6 23:06:51 UTC 2024
On Wed, 6 Mar 2024 21:32:11 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Fixing timeout failures in the test case. Time zone names that are missing (chiefly for minor locales) are now calculated at runtime after the fix to JDK-8174269. This extra calculation time was multiplied in the test case as it iterated over all locales x timezones, which caused timeouts in some configurations. Changed the test case to not iterate all locales, but iterate over relevant ones.
Solution makes sense, LGTM
-------------
Marked as reviewed by jlu (Committer).
PR Review: https://git.openjdk.org/jdk/pull/18143#pullrequestreview-1921004473
More information about the i18n-dev
mailing list