jmx-dev Integrated: 8319238: JMX ThreadPoolAccTest.java is too verbose and should fail before timeout

Kevin Walls kevinw at openjdk.org
Tue Nov 7 10:18:40 UTC 2023


On Wed, 1 Nov 2023 17:10:34 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Discovered while testing changes that made this test fail.  The test failure is hard to diagnose as it logs and retries at full speed, possibly forever, until timeout.  This can hit a log file limit.  We can save thousands of lines of text being printed when the test runs normally and successfully, by waiting half a second before doing the Principal-checking which is the purpose of the test.

This pull request has now been integrated.

Changeset: a7c01902
Author:    Kevin Walls <kevinw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a7c0190230825e998bb534721ed3c22904efdbb4
Stats:     26 lines in 1 file changed: 23 ins; 0 del; 3 mod

8319238: JMX ThreadPoolAccTest.java is too verbose and should fail before timeout

Reviewed-by: sspitsyn

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

PR: https://git.openjdk.org/jdk/pull/16456


More information about the jmx-dev mailing list