RFR 8205654: serviceability/dcmd/framework/HelpTest.java timed out
gary.adams at oracle.com
gary.adams at oracle.com
Sat Nov 10 15:59:32 UTC 2018
Looks good to me.
You'll need the build directive in HelpTest and InvalidCommandTest.
+ * @build TestJavaProcess
On 11/10/18 12:18 AM, Daniil Titov wrote:
> Please review the change that fixes serviceability/dcmd/framework/* tests from a time out. The fix for JDK-8166642 made serviceability/dcmd/framework/* tests non-concurrent to ensure that they don't interact with each other and there are no multiple tests running simultaneously since all they do share the common main class name com.sun.javatest.regtest.agent.MainWrapper. However, it looks like the tests from other directories still might run in parallel with these tests and they also have com.sun.javatest.regtest.agent.MainWrapper as a main class.
>
> The fix ensures that each serviceability/dcmd/framework/* test uses a Java process with a unique main class name when connecting to this process with jcmd and the main class name.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8205654
> Webrev: http://cr.openjdk.java.net/~dtitov/8205654/webrev.001/
>
> Best regards,
> Daniil
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20181110/82be39e5/attachment.html>
More information about the serviceability-dev
mailing list