[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: RE24 testing call #2 (2.4.49) LMDB RE0.9 testing call (0.9.25)
- To: Quanah Gibson-Mount <quanah@symas.com>
- Subject: Re: RE24 testing call #2 (2.4.49) LMDB RE0.9 testing call (0.9.25)
- From: Lucio De Re <lucio.dere@gmail.com>
- Date: Wed, 29 Jan 2020 10:17:22 +0200
- Cc: openldap-technical@openldap.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=iW+8WC0tlRJGwpGl16MTCA/gk7gt7To3FLv9b3OScI4=; b=uaDn/YcOeq+yFKBZ0lq+/tnMG7xL5X2ylevSIHCqAo/nLsWsXs7DduWxQukSjLHU4n W9svG5ZtU77QHMFSYhmWqeXcn0vBpBm6iWLklaacBWZfQom8Lhb/OYW1/VSGBE1B+VGi q40B0rX99AULR9PwJFHFeKv/tGRwfK6gd4avi0ZctN02wDhRc9/vGqcHesGDF4TeGEg1 rEICoSRVg4DtHfM+25UOKu8tFwzoImYx1v28HCRbzjpxsMFnWO1B6GIb443epSlX6KQc 3TIPCfiQtkbL+S/gIGDK+cDRK746npPV8K3N1yHorK+OHi/9cjgfAMtUwrAVLQixls5M q46Q==
- In-reply-to: <BAB5CA0BEB1C76DC4DD1E876@192.168.1.144>
- References: <BAB5CA0BEB1C76DC4DD1E876@192.168.1.144>
On 1/28/20, Quanah Gibson-Mount <quanah@symas.com> wrote:
> This is the second testing call for OpenLDAP 2.4.49. Depending on the
> results, this may be the only testing call.
>
Under NetBSD 8.1 (i386) compilation was eventually successful:
- SASL is not in the distribution, so the "/usr/pkg" prefix was needed
in a few places;
- HDB and BDB need to be disabled as at least one of them is not compatible.
When executing "make test", one of LD_LIBRARY_PATH or LD_RUN_PATH (the
former, I think) had to be set to /usr/pkg/lib. Perhaps the "rpath"
can be set during compilation, I'm not that familiar with the details.
Finally, a lot of tests succeeded, albeit slowly (it's an old host),
they stopped with this last stanza:
>>>>> Starting test060-mt-hot for mdb...
running defines.sh
Running slapadd to build slapd database...
Running slapindex to index slapd database...
Starting slapd on TCP/IP port 9011...
/home/lucio/tmp/openldap-OPENLDAP_REL_ENG_2_4-c5ea2bb/tests/../servers/slapd/slapd
-s0 -f /home/lucio/tmp/openldap-OPENLDAP_REL_ENG_2_4-c5ea2bb/tests/testrun/slapd.1.conf
-h ldap://localhost:9011/ -d stats
Testing basic monitor search...
Monitor searches
Testing basic mt-hot search: 1 threads (1 x 50000) loops...
./progs/slapd-mtread -H ldap://localhost:9011/ -D
cn=Manager,dc=example,dc=com -w secret -e cn=Monitor -m 1 -L 1 -l
50000
Testing basic mt-hot search: 5 threads (1 x 10000) loops...
./progs/slapd-mtread -H ldap://localhost:9011/ -D
cn=Manager,dc=example,dc=com -w secret -e cn=Monitor -m 5 -L 1 -l
10000
Testing basic mt-hot search: 100 threads (5 x 100) loops...
./progs/slapd-mtread -H ldap://localhost:9011/ -D
cn=Manager,dc=example,dc=com -w secret -e cn=Monitor -m 100 -L 5 -l
100
slapd-mtread failed (1)!
>>>>> test060-mt-hot failed for mdb
(exit 1)
*** Error code 1
Stop.
make[2]: stopped in /home/lucio/tmp/openldap-OPENLDAP_REL_ENG_2_4-c5ea2bb/tests
*** Error code 1
Stop.
make[1]: stopped in /home/lucio/tmp/openldap-OPENLDAP_REL_ENG_2_4-c5ea2bb/tests
*** Error code 1
Stop.
make: stopped in /home/lucio/tmp/openldap-OPENLDAP_REL_ENG_2_4-c5ea2bb
I'm afraid I don't see anything else that you may find useful.
Lucio.