On Wed, 6 Mar 2024 21:32:11 GMT, Naoto Sato <na...@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

Reply via email to