RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset

2021-02-04 Thread Fernando Guallini
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/ReverseName

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset

2021-02-04 Thread Fernando Guallini
On Thu, 4 Feb 2021 13:00:47 GMT, Fernando Guallini wrote: > 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 > fi

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset

2021-02-04 Thread Daniel Fuchs
On Thu, 4 Feb 2021 13:00:47 GMT, Fernando Guallini wrote: > 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 > fi

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v2]

2021-02-05 Thread Fernando Guallini
On Thu, 4 Feb 2021 14:50:24 GMT, Daniel Fuchs wrote: >> Fernando Guallini has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Merge branch '8241372' of github.com:fguallini/jdk into 8241372 >> - remove not needed bug id from tests, run wi

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v2]

2021-02-05 Thread Fernando Guallini
> 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/R

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v2]

2021-02-05 Thread Fernando Guallini
On Thu, 4 Feb 2021 15:11:39 GMT, Daniel Fuchs wrote: >> Fernando Guallini has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Merge branch '8241372' of github.com:fguallini/jdk into 8241372 >> - remove not needed bug id from tests, run wi

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v2]

2021-02-05 Thread Daniel Fuchs
On Fri, 5 Feb 2021 10:48:00 GMT, Fernando Guallini wrote: >> 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 >

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v2]

2021-02-05 Thread Rajan Halade
On Thu, 4 Feb 2021 14:55:39 GMT, Daniel Fuchs wrote: >> Fernando Guallini has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Merge branch '8241372' of github.com:fguallini/jdk into 8241372 >> - remove not needed bug id from tests, run wi

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v3]

2021-02-05 Thread Fernando Guallini
> 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/R

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v3]

2021-02-05 Thread Fernando Guallini
On Fri, 5 Feb 2021 17:45:45 GMT, Rajan Halade wrote: >> test/jdk/javax/net/ssl/SSLSession/TestEnabledProtocols.java line 145: >> >>> 143: // The server side may have closed the socket. >>> 144: System.out.println("Client SSLException:"); >>> 145: ssle.printSta

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v3]

2021-02-10 Thread Daniel Fuchs
On Fri, 5 Feb 2021 20:48:56 GMT, Fernando Guallini wrote: >> 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 >

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v4]

2021-02-11 Thread Fernando Guallini
> 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/R

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v3]

2021-02-11 Thread Fernando Guallini
On Wed, 10 Feb 2021 12:24:15 GMT, Daniel Fuchs wrote: >> Fernando Guallini has updated the pull request incrementally with one >> additional commit since the last revision: >> >> narrow down connection reset handling > > test/jdk/javax/net/ssl/SSLSession/TestEnabledProtocols.java line 142: >

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v4]

2021-02-11 Thread Daniel Fuchs
On Thu, 11 Feb 2021 12:08:54 GMT, Fernando Guallini wrote: >> 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

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v5]

2021-02-11 Thread Fernando Guallini
> 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/R

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v4]

2021-02-11 Thread Fernando Guallini
On Thu, 11 Feb 2021 12:17:41 GMT, Daniel Fuchs wrote: >> Fernando Guallini has updated the pull request incrementally with one >> additional commit since the last revision: >> >> check exception type > > test/jdk/javax/net/ssl/SSLSession/TestEnabledProtocols.java line 155: > >> 153:

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v5]

2021-02-11 Thread Daniel Fuchs
On Thu, 11 Feb 2021 12:39:54 GMT, Fernando Guallini wrote: >> 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

Re: RFR: 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset [v5]

2021-02-16 Thread Rajan Halade
On Thu, 11 Feb 2021 12:39:54 GMT, Fernando Guallini wrote: >> 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