Re: [teststabilization] RFR 8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently

2019-08-13 Thread Chris Hegarty
> On 12 Aug 2019, at 11:44, Daniel Fuchs wrote: > > .. > >> 8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java >> fails intermittently >> https://bugs.openjdk.java.net/browse/JDK-8229348 LGTM. -Chris.

[teststabilization] RFR: 8229481: sun/net/www/protocol/https/ChunkedOutputStream.java failed with a SSLException

2019-08-13 Thread Daniel Fuchs
Hi, Please find below a fix for: 8229481: sun/net/www/protocol/https/ChunkedOutputStream.java failed with a SSLException [1] https://bugs.openjdk.java.net/browse/JDK-8229481 webrev: [2] http://cr.openjdk.java.net/~dfuchs/webrev_8229481/webrev.01/ The test was observed failing once with

[teststabilization] RFR: 8229486: Replace wildcard address with loopback or local host in tests - part 21

2019-08-13 Thread Daniel Fuchs
Hi, Please find below a fix to avoid intermittent failures in a bunch of network tests: 8229486: Replace wildcard address with loopback or local host in tests - part 21 https://bugs.openjdk.java.net/browse/JDK-8229486 TcpKeepAliveTest, GetProxyPort, ImplicitFileName, IsAvailable, IsKee

Re: [teststabilization] RFR: 8229486: Replace wildcard address with loopback or local host in tests - part 21

2019-08-13 Thread Daniel Fuchs
[with the webrev this time] Hi, Please find below a fix to avoid intermittent failures in a bunch of network tests: 8229486: Replace wildcard address with loopback or local host in tests - part 21 https://bugs.openjdk.java.net/browse/JDK-8229486 webrev: http://cr.openjdk.java.net/~dfu