jmx-dev Integrated: 8207908: JMXStatusTest.java fails assertion intermittently

Kevin Walls kevinw at openjdk.org
Thu Jul 11 07:32:00 UTC 2024


On Thu, 4 Jul 2024 14:39:50 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Test failure, reproducible running batches of tests at the same time on the same machine.
> The use of "jcmd TestApp ..." gathers more output than the test wants and than its regexes can handle.
> 
> Using the PID to match only the wanted process, my batches of 25 tests at the same time run in parallel without failure.

This pull request has now been integrated.

Changeset: b7d0eff5
Author:    Kevin Walls <kevinw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b7d0eff5ad77e338b237773d2fc047eea3d2ac12
Stats:     9 lines in 2 files changed: 1 ins; 2 del; 6 mod

8207908: JMXStatusTest.java fails assertion intermittently

Reviewed-by: cjplummer, amenkov

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

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


More information about the jmx-dev mailing list