> 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
