[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: RE24 testing call (2.4.49) LMDB RE0.9 testing call (0.9.25)




Am 13.01.20 um 18:12 schrieb Quanah Gibson-Mount:
> This is the first testing call for OpenLDAP 2.4.49.  Depending on the results, this may be the only testing call.
> 
> Generally, get the code for RE24:
> 
> <http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=snapshot;h=refs/heads/OPENLDAP_REL_ENG_2_4;sf=tgz>
> 
> Configure & build.
> 
> Execute the test suite (via make test) after it is built.  Optionally, cd tests && make its to run through the regression suite.

Hello,

using Debian sbuild to build for Debian Stretch/9 and Debian Buster/10,
"make test" fail:

>>>>> Starting test050-syncrepl-multimaster for mdb...
running defines.sh
Initializing server configurations...
Starting server 1 on TCP/IP port 9011...
Using ldapsearch to check that server 1 is running...
Inserting syncprov overlay on server 1...
Starting server 2 on TCP/IP port 9012...
Using ldapsearch to check that server 2 is running...
Configuring syncrepl on server 2...
Starting server 3 on TCP/IP port 9013...
Using ldapsearch to check that server 3 is running...
Configuring syncrepl on server 3...
Starting server 4 on TCP/IP port 9014...
Using ldapsearch to check that server 4 is running...
Configuring syncrepl on server 4...
Adding schema and databases on server 1...
Using ldapadd to populate server 1...
Waiting 15 seconds for syncrepl to receive changes...
Using ldapsearch to read config from server 1...
ldapsearch failed at server 1 (51)!
>>>>> test050-syncrepl-multimaster failed for mdb
(exit 51)
Makefile:308: recipe for target 'mdb-mod' failed
make[3]: *** [mdb-mod] Error 51
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Makefile:278: recipe for target 'test' failed
make[2]: *** [test] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Makefile:290: recipe for target 'test' failed
make[1]: *** [test] Error 2

Any suggestions, how I may provide more details?

Andreas