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

Alex Menkov amenkov at openjdk.java.net
Fri Oct 23 22:44:50 UTC 2020


> 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)

Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:

  Fix the comment

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/789/files
  - new: https://git.openjdk.java.net/jdk/pull/789/files/26c5e4be..b16810b6

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=789&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=789&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/789.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/789/head:pull/789

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


More information about the serviceability-dev mailing list