Thank you for the review Daniel!
I've added the suggested comment to ServerSocket_accept + fixed the
white-spaces.
About ChunkedErrorStream.java: Thank you for spotting the change - I
will keep the original logic of the test to use loopback instead of
localhost.
All these changes can be found in the second version of webrev:
http://cr.openjdk.java.net/~aefimov/8223465/01/
With Best Regards,
Aleksei
On 10/05/2019 11:19, Daniel Fuchs wrote:
Hi Aleksei,
ServerSocket_accept.java:
I think the new logic deserve a comment before line 63.
Something like:
// if readyToClose is still false it means some other
// process on the system attempted to connect: just
// ignore it, and go back to accept again.
SocksV4Test.java:
can you remove the extraneous space at line 59, and add the missing
space after '(0,' at line 60?
ChunkedErrorStream.java:
missing space at line 153. This test now uses the external
address instead of using the loopback but I guess that's OK.
Otherwise looks good!
best regards,
-- daniel
On 09/05/2019 19:42, Aleks Efimov wrote:
Hi,
Please help to review another part of test fixes to address
intermittent failures.
Webrev:
http://cr.openjdk.java.net/~aefimov/8223465/00/
JBS:
https://bugs.openjdk.java.net/browse/JDK-8223465
With Best Regards,
Aleksei