Integrated: 8252117: com/sun/jdi/BadHandshakeTest.java failed with "ConnectException: Connection refused: connect"

Alex Menkov amenkov at openjdk.java.net
Tue Oct 27 19:57:17 UTC 2020


On Thu, 22 Oct 2020 00:00:17 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

> Please review the fix for BadHandshakeTest.
> Summary:
> The test verifies that bad (testcase1) or incomplete (testcase2) handshake does not cause debuggee termination.
> To check this it tries to attach to the debuggee again (connect in testcase2 is also verification for testcase1)
> 
> The fix adds reply logic to the last attach (similar to retry logic in testcase2)

This pull request has now been integrated.

Changeset: 1d245c6e
Author:    Alex Menkov <amenkov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/1d245c6e
Stats:     45 lines in 1 file changed: 28 ins; 5 del; 12 mod

8252117: com/sun/jdi/BadHandshakeTest.java failed with "ConnectException: Connection refused: connect"

Reviewed-by: cjplummer, sspitsyn

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

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


More information about the serviceability-dev mailing list