Expected Behavior
The integration tests in spring-security-ldap use a random port to prevent collisions
Current Behavior
The ApacheDsContainerConfig uses the default port, which is 55389. With concurrent tests, this increases the likelihood of a collision.
Context
The builds fail more often when LDAP tests use ApacheDsContainer with the default port due to port collisions.
Expected Behavior
The integration tests in
spring-security-ldapuse a random port to prevent collisionsCurrent Behavior
The
ApacheDsContainerConfiguses the default port, which is55389. With concurrent tests, this increases the likelihood of a collision.Context
The builds fail more often when LDAP tests use
ApacheDsContainerwith the default port due to port collisions.