Re: RFR: 8251188: Update LDAP tests not to use wildcard addresses [v2]

2020-09-25 Thread Daniel Fuchs
On Thu, 24 Sep 2020 23:46:47 GMT, Aleksei Efimov wrote: >> Hi, >> >> Please help to review >> [JDK-8251188](https://bugs.openjdk.java.net/browse/JDK-8251188) fix which >> helps to improve LDAP >> tests stability. The list of changes: 1. Usages of wildcard address have >> been replaced with

Re: RFR: 8251188: Update LDAP tests not to use wildcard addresses [v2]

2020-09-24 Thread Aleksei Efimov
On Tue, 22 Sep 2020 13:39:38 GMT, Aleksei Efimov wrote: >> test/jdk/com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java line 171: >> >>> 169: System.err.println("Server socket. Failure to accept >>> connection:"); >>> 170: e.printStackTrace(); >>> 171: } >> >> I

Re: RFR: 8251188: Update LDAP tests not to use wildcard addresses [v2]

2020-09-24 Thread Aleksei Efimov
> Hi, > > Please help to review > [JDK-8251188](https://bugs.openjdk.java.net/browse/JDK-8251188) fix which > helps to improve LDAP > tests stability. The list of changes: 1. Usages of wildcard address have been > replaced with loopback address. This > change includes addition of

Re: RFR: 8251188: Update LDAP tests not to use wildcard addresses

2020-09-22 Thread Aleksei Efimov
On Tue, 22 Sep 2020 12:30:47 GMT, Daniel Fuchs wrote: >> Hi, >> >> Please help to review >> [JDK-8251188](https://bugs.openjdk.java.net/browse/JDK-8251188) fix which >> helps to improve LDAP >> tests stability. The list of changes: 1. Usages of wildcard address have >> been replaced with

Re: RFR: 8251188: Update LDAP tests not to use wildcard addresses

2020-09-22 Thread Daniel Fuchs
On Fri, 18 Sep 2020 12:59:07 GMT, Aleksei Efimov wrote: > Hi, > > Please help to review > [JDK-8251188](https://bugs.openjdk.java.net/browse/JDK-8251188) fix which > helps to improve LDAP > tests stability. The list of changes: 1. Usages of wildcard address have been > replaced with loopback

RFR: 8251188: Update LDAP tests not to use wildcard addresses

2020-09-18 Thread Aleksei Efimov
Hi, Please help to review [JDK-8251188](https://bugs.openjdk.java.net/browse/JDK-8251188) fix which helps to improve LDAP tests stability. The list of changes: 1. Usages of wildcard address have been replaced with loopback address. This change includes addition of `LDAPTestUtils.initEnv`