Hi, The docker images used by fortress to test openldap and apacheDS have been recently updated to support a minor change in the data schema, to support additional configuration params.
https://hub.docker.com/r/apachedirectory/openldap-for-apache-fortress-tests/ https://hub.docker.com/r/apachedirectory/apacheds-for-apache-fortress-tests/ I also cleaned up the docker build steps, removing extraneous data loads, paying special attention to an apacheds test that were failing / timing out. As previously observed here, the apacheDS test takes an extraordinary amount of time to complete inside of Jenkins, and were disabled some time ago: https://builds.apache.org/job/dir-fortress-core-docker-apacheds-test/ That is to say, that running the test on a local VM finishes in < 10 minutes, while in a Jenkins pipeline much longer, > 1 hour. I’m attempting to work around this issue by removing a second run of the junit, one that performs a teardown, before reloading. I’m currently verifying that these tweaks will enable the tests to run successfully. Please let me know if you have any questions or concerns. Thanks, —Shawn