On 03/18/2018 07:00 PM, Emmanuel Lécharny wrote: > > > Le 18/03/2018 à 17:35, Stefan Seelmann a écrit : >> Hi, >> >> the installers-in-docker test jenkins job shows strange errors like >> >> ERROR [org.apache.directory.api.ldap.model.entry.Value] - ERR_04226 I do >> not know how to handle NameAndOptionalUID normalization with objects of >> class: sambaSID >> >> See >> https://builds.apache.org/view/D/view/Directory/job/dir-apacheds-docker-installers/113/console >> for more of them. >> ``$` > > It throws such an exception when the value is invalid or when we can't > find the name's OID. > > This is a kind of weird. My bet is that it has to do with the schema file. > > Where is the dockerfile ?
There is no dockerfile. Those tests run different docker containers [1] which then excute bash scripts (e.g. [2]) which just install apacheds and interact with it. You can just reproduce by running the generated zip/tar.gz archive and look into the logs. Kind Regards, Stefan [1] https://github.com/apache/directory-server/blob/master/installers/src/test/docker/run-tests.sh [2] https://github.com/apache/directory-server/blob/master/installers/src/test/docker/archive.test
