Integrated: 8327434: Test java/util/PluggableLocale/TimeZoneNameProviderTest.java timed out
Naoto Sato
naoto at openjdk.org
Thu Mar 7 00:54:57 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.
This pull request has now been integrated.
Changeset: 1bd4abf9
Author: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1bd4abf98e26d04076f330c0b2e44f666f8c27a1
Stats: 6 lines in 1 file changed: 2 ins; 1 del; 3 mod
8327434: Test java/util/PluggableLocale/TimeZoneNameProviderTest.java timed out
Reviewed-by: jlu, rriggs, iris
-------------
PR: https://git.openjdk.org/jdk/pull/18143
More information about the core-libs-dev
mailing list