Re: RFR: 8252117: com/sun/jdi/BadHandshakeTest.java failed with "ConnectException: Connection refused: connect" [v2]

2020-10-26 Thread Serguei Spitsyn
On Fri, 23 Oct 2020 22:44:50 GMT, Alex Menkov 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

Re: RFR: 8252117: com/sun/jdi/BadHandshakeTest.java failed with "ConnectException: Connection refused: connect" [v2]

2020-10-23 Thread Alex Menkov
> 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) > > Th