On Thu, 22 Oct 2020 00:00:17 GMT, Alex Menkov <[email protected]> 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 <[email protected]> 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
