On Fri, 18 Jun 2021 20:20:53 GMT, Alex Menkov <[email protected]> wrote:

> Main logic of the tests is:
> 
> TestProcessLauncher t = ...;
> try {
>     t.launch();
>     .. perform testing ...
> } finally {
>    t.quit();
> }
> 
> We have some problem with the tests, but the exception from 
> TestProcessLauncher.quit() masks it.
> The failures are very intermittent, so need to fix this excption to get more 
> information about real error.

This pull request has now been integrated.

Changeset: 280f2d57
Author:    Alex Menkov <[email protected]>
URL:       
https://git.openjdk.java.net/jdk/commit/280f2d57d1f78b3d15dd98e726267a100eb0b5db
Stats:     9 lines in 2 files changed: 4 ins; 4 del; 1 mod

8268433: serviceability/dcmd/framework/VMVersionTest.java fails with Unable to 
send object throw not established PipeIO Listener Thread connection

Reviewed-by: sspitsyn, cjplummer

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

PR: https://git.openjdk.java.net/jdk/pull/4532

Reply via email to