[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: RE24 testing call #2 (2.4.49) LMDB RE0.9 testing call (0.9.25)
- To: Lucio De Re <lucio.dere@gmail.com>, Quanah Gibson-Mount <quanah@symas.com>
- Subject: Re: RE24 testing call #2 (2.4.49) LMDB RE0.9 testing call (0.9.25)
- From: Howard Chu <hyc@symas.com>
- Date: Wed, 29 Jan 2020 20:23:33 +0000
- Cc: openldap-technical@openldap.org
- Dkim-filter: OpenDKIM Filter v2.10.3 zmcc-2-mta-1.zmailcloud.com F101DC089A
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=symas.com; s=37C7994C-28CA-11EA-A30F-68F90BB9D764; t=1580329416; bh=dEBLrKBsHgd9hrXFhXjzr1vjLx84dcfGO152/C1aPaU=; h=To:From:Message-ID:Date:MIME-Version; b=IMm+2eJugCiE1XDRdr0mjVAYNU+hkTy3+WavgqcFg3d1pAJr7KHBNBc4ousd5Ua/6 FSTG4VVlHAK5VJ51McSjOSHDFDwnBwXQG6ctqKer3bnawWrGAUC8GbBvqrzjNSi+Ba Xy++81ApogpeOvl2GquBT3XUUCsevPYKTXyNDyW/G/b+pg/2nLPzXsk/N38umK/8yQ LLDE+h04R6LKkoe04LDecz9k296GNw9SsGx12lp/0j+p/0izeakm6lzEddNRQ/SoW/ 1Ba9lRqDKDoXNQw3iZqFNsRTYpyfX2E1piuneMMRhUCqZBrA2Z5mFkRl5C2SO/QD+D dxsv+MbfXcgDg==
- In-reply-to: <CAJQ9t7gRaG7bWj0uTPoCWMDMEAj_EAwCA4Yz9p_W_e+BKdUWww@mail.gmail.com>
- References: <BAB5CA0BEB1C76DC4DD1E876@192.168.1.144> <CAJQ9t7gRaG7bWj0uTPoCWMDMEAj_EAwCA4Yz9p_W_e+BKdUWww@mail.gmail.com>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53
Lucio De Re wrote:
> 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:
Most likely slapd ran out of filedescriptors, as the BSD default for the nfiles
ulimit tends to be small. Raising your ulimit should allow this to pass.
>
>>>>>> 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.
>
>
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/