[teststabilization] RFR: 8223632: Replace wildcard address with loopback or local host in tests - part 5
Daniel Fuchs
daniel.fuchs at oracle.com
Mon May 13 13:58:36 UTC 2019
Hi,
Please find below a fix for a bunch of tests that
have been observed to fail intermittently.
The usual trick (replacing wildcard with localhost) was applied.
In some cases, the logic of the test meant that the trick could
be applied only partially (e.g. it could be applied to the proxy,
but not to the server), or even could not be applied.
In that case the `@key intermittent` keyword has been added with
a comment explaining the reason for such intermittent failure.
http://cr.openjdk.java.net/~dfuchs/webrev_8223632/webrev.00/
JBS: https://bugs.openjdk.java.net/browse/JDK-8223632
best regards,
-- daniel
More information about the net-dev
mailing list