On Fri, 18 Sep 2020 12:59:07 GMT, Aleksei Efimov <aefi...@openjdk.org> 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 address. This > change includes addition of `LDAPTestUtils.initEnv` method that takes LDAP > provider URL as a parameter. 2. > `DeadServerTimeoutSSLTest.java` was also updated to fix the intermittent > failures reported by [JDK-8152654 > ](https://bugs.openjdk.java.net/browse/JDK-8152654) and > [JDK-8169942](https://bugs.openjdk.java.net/browse/JDK-8169942). Before the > fix the failure rate was 1 out of 4 runs. > After the fix it was executed 400+ times alongside to other LDAP tests, and > showed no failures, and therefore removed > from the problem list. Thank you, Aleksei This pull request has now been integrated. Changeset: a75edc29 Author: Aleksei Efimov <aefi...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/a75edc29 Stats: 287 lines in 6 files changed: 216 ins; 29 del; 42 mod 8251188: Update LDAP tests not to use wildcard addresses Reviewed-by: dfuchs ------------- PR: https://git.openjdk.java.net/jdk/pull/252