Author: mduerig
Date: Fri Feb 24 09:40:01 2017
New Revision: 1784252

URL: http://svn.apache.org/viewvc?rev=1784252&view=rev
Log:
OAK-5832: Make the LDAP server used in testing resilient against ports already 
in use
Added TODO

Modified:
    
jackrabbit/oak/trunk/oak-auth-ldap/src/test/java/org/apache/jackrabbit/oak/security/authentication/ldap/AbstractServer.java

Modified: 
jackrabbit/oak/trunk/oak-auth-ldap/src/test/java/org/apache/jackrabbit/oak/security/authentication/ldap/AbstractServer.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-auth-ldap/src/test/java/org/apache/jackrabbit/oak/security/authentication/ldap/AbstractServer.java?rev=1784252&r1=1784251&r2=1784252&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-auth-ldap/src/test/java/org/apache/jackrabbit/oak/security/authentication/ldap/AbstractServer.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-auth-ldap/src/test/java/org/apache/jackrabbit/oak/security/authentication/ldap/AbstractServer.java
 Fri Feb 24 09:40:01 2017
@@ -241,6 +241,7 @@ public abstract class AbstractServer {
      * Given that there is a small race between when the port was reserved and 
when the
      * socket is actually bound this can still fail. For now we are ignoring 
this rare
      * case and skip the test. See OAK-5542.
+     * TODO: OAK-5832: Make the LDAP server used in testing resilient against 
ports already in use
      * @throws Exception
      */
     private void startLdapServer() throws Exception {


Reply via email to