Re: RFR: 8277424: javax/net/ssl/TLSCommon/TLSTest.java fails with connection refused

2025-05-01 Thread duke
On Wed, 23 Apr 2025 10:19:51 GMT, Mikhail Yankelevich wrote: > I could not replicate the issue after more than 64000 runs. However, I have > done the following to increase stability and added logs in case this happens > again. > > Changes: > * Specifically binding the client to the loopback

Re: RFR: 8277424: javax/net/ssl/TLSCommon/TLSTest.java fails with connection refused

2025-05-01 Thread Mikhail Yankelevich
On Thu, 1 May 2025 04:12:10 GMT, Rajan Halade wrote: >> I could not replicate the issue after more than 64000 runs. However, I have >> done the following to increase stability and added logs in case this >> happens again. >> >> Changes: >> * Specifically binding the client to the loopback ad

Re: RFR: 8277424: javax/net/ssl/TLSCommon/TLSTest.java fails with connection refused

2025-04-30 Thread Rajan Halade
On Wed, 23 Apr 2025 10:19:51 GMT, Mikhail Yankelevich wrote: > I could not replicate the issue after more than 64000 runs. However, I have > done the following to increase stability and added logs in case this happens > again. > > Changes: > * Specifically binding the client to the loopback

RFR: 8277424: javax/net/ssl/TLSCommon/TLSTest.java fails with connection refused

2025-04-23 Thread Mikhail Yankelevich
I could not replicate the issue after more than 64000 runs. However, I have done the following to increase stability and added logs in case this happens again. Changes: * Specifically binding the client to the loopback address * Added additional debug logging - Commit messages: