RFR: 8354424: java/util/logging/LoggingDeadlock5.java fails intermittently in tier6 [v2]

Joe Darcy darcy at openjdk.org
Mon Apr 21 19:08:41 UTC 2025


On Wed, 16 Apr 2025 17:37:07 GMT, David Beaumont <duke at openjdk.org> wrote:

>> Increasing timeout for deadlock detection and adjusting for the timeout factor in higher tiers.
>
> David Beaumont has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Removing test from the problem list.

test/jdk/java/util/logging/LoggingDeadlock5.java line 127:

> 125:         // in higher tiers, so it's necessary to be a bit pessimistic here.
> 126:         private final static Duration JOIN_WAIT =
> 127:                 Duration.ofMillis(Utils.adjustTimeout(2000));

Just checking, adjustTimeout does scaling based on the timeout factor given to jtreg?

What happens to the expected test running time to the test in lower tiers without as high loads?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24687#discussion_r2052873175


More information about the core-libs-dev mailing list