RFR: 8271560: sun/security/ssl/DHKeyExchange/LegacyDHEKeyExchange.java still fails due to "An established connection was aborted by the software in your host machine"
Fernando Guallini
fguallini at openjdk.java.net
Wed Aug 4 14:02:54 UTC 2021
The following test has been seen to fail intermittently on Windows platform:
sun/security/ssl/DHKeyExchange/LegacyDHEKeyExchange.java
with the exception:
java.net.SocketException: An established connection was aborted by the software in your host machine
The test seems to be suffering from some race condition in occasions that should be handled to avoid instability
-------------
Commit messages:
- add comment
- reducing scope for handling connection aborted
- expecting SSLException and SocketException
Changes: https://git.openjdk.java.net/jdk/pull/4993/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4993&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8271560
Stats: 26 lines in 1 file changed: 26 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/4993.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4993/head:pull/4993
PR: https://git.openjdk.java.net/jdk/pull/4993
More information about the security-dev
mailing list