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

Test case does not complete on HP-UX 10.20



This is 1.1.4 compiled with PMPThreads 1.8.9.

After compiling, here is what happens:

genesis# cd tests
genesis# make
ln: .//data exists
make: [all-local] Error 1 (ignored)
Initiating LDAP tests...
>>>>> Executing all LDAP tests...
>>>>> Test Directory: .
>>>>> Starting test001-ldif2ldbm ...
running defines.sh .
Datadir is ./data
Cleaning up in ./test-db...
Running ldif2ldbm to build slapd database...
Starting slapd on TCP/IP port 9009...
Using ldapsearch to retrieve all the entries...
Comparing retrieved entries to LDIF file used to create database
>>>>> Test succeeded
>>>>> ./scripts/test001-ldif2ldbm completed OK.
>>>>> waiting 5 seconds for things to exit

>>>>> Starting test002-populate ...
Cleaning up in ./test-db...
Starting slapd on TCP/IP port 9009...
Using ldapsearch to check that slapd is running...

And there it stays.  Top shows that slapd is quite busy:
pts/4 21258 root     212 20  1312K   652K run     12:38 89.91 89.75 slapd

But ldapsearch isn't doing a whole lot:
pts/4 21324 root     154 20   316K   212K sleep    0:00  0.02  0.02 ldapsearch


Incidently, while 1.1.4 cleared up the problems with llthreads and pthreads
conflicting, configure still isn't defining F_LOCK and F_ULOCK.  I didn't
try anything fancy with configure; just
setenv CC /usr/local/pthreads/bin/pgcc
setenv CPPFLAGS '-I/usr/local/include -I/usr/local/pthreads/include'
./configure

-Jonathan