> The server side is binding to the wildcard address which has been a source of 
> instability in many networking tests due to javax.net.ssl.SSLException: 
> Connection reset. Changing the following tests to bind to loopback address 
> fixes intermittent failures:
> sun/security/ssl/SSLSocketImpl/ReverseNameLookup.java
> javax/net/ssl/TLSCommon/TLSTest.java
> sun/security/ssl/CipherSuite/SupportedGroups.java
> 
> 
> javax/net/ssl/SSLSession/TestEnabledProtocols.java still throws a connection 
> reset occasionally because the server closes the connection before the client 
> is done during handshake. That race condition cannot be completely removed in 
> this test, thus is now handled and logged.

Fernando Guallini has updated the pull request incrementally with one 
additional commit since the last revision:

  refactor isConnectionReset method

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2405/files
  - new: https://git.openjdk.java.net/jdk/pull/2405/files/8acf751a..aa0e1468

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2405&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2405&range=03-04

  Stats: 11 lines in 1 file changed: 3 ins; 5 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2405.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2405/head:pull/2405

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

Reply via email to