jmx-dev RFR: 8336257: Additional tests in jmxremote/startstop to match on PID not app name [v2]
Chris Plummer
cjplummer at openjdk.org
Thu Jul 11 16:01:57 UTC 2024
On Thu, 11 Jul 2024 15:38:29 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> Follow-on from JDK-8207908.
>>
>> Two tests are broken by that change:
>> sun/management/jmxremote/startstop/JMXStartStopTest.java
>> sun/management/jmxremote/startstop/JMXStatusPerfCountersTest.java
>>
>> These are additional tests which use jcmd and an application name pattern to find a process.
>> They should use the PID to avoid finding a process from some other concurrent test invocation.
>> So it's good to have the same kind of change applied here too.
>
> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
>
> line
Marked as reviewed by cjplummer (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/20138#pullrequestreview-2172367956
More information about the jmx-dev
mailing list