vttranlina opened a new pull request #483:
URL: https://github.com/apache/james-project/pull/483


   When I run the test `ReadOnlyUsersLDAPRepositoryTest,` I realized two 
containers about OpenLDAP had been started. 
   
![image](https://user-images.githubusercontent.com/81145350/121111436-0f480000-c839-11eb-92dc-81c4511de1b8.png)
   
   One in it is unnecessary.
   The reason is `ldapContainer.start()` was called twice. 
   
   The use `static called` make docker container start whenever 
`DockerLdapSingleton` class be called. (Some of them don't even use it)
   
   **Solution**
   Remove the start called in static -> Let start manual.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to