<i18n dev> RFR: 8327434: Test java/util/PluggableLocale/TimeZoneNameProviderTest.java timed out

Roger Riggs rriggs at openjdk.org
Wed Mar 6 23:10:53 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.

Looks good; will save a lot of of CI time and still cover the cases.

-------------

Marked as reviewed by rriggs (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18143#pullrequestreview-1921008397


More information about the i18n-dev mailing list