<i18n dev> RFR: 8327434: Test java/util/PluggableLocale/TimeZoneNameProviderTest.java timed out
Iris Clark
iris at openjdk.org
Wed Mar 6 23:39:54 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.
Marked as reviewed by iris (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18143#pullrequestreview-1921039503
More information about the i18n-dev
mailing list