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

test020-proxycache failed (ITS#2814)



Full_Name: Igor Brezac
Version: CVS 2.2 HEAD from 11/05
OS: Solaris 9
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (66.147.26.35)


I get the following during 'make test':

>>>>> Starting test020-proxycache ...
Starting master slapd on TCP/IP port 9011...
Using ldapsearch to check that master slapd is running...
Waiting 5 seconds for slapd to start...
Using ldapadd to populate the master directory...
Starting proxy cache on TCP/IP port 9012...
Using ldapsearch to check that proxy slapd is running...
Waiting 5 seconds for slapd to start...
Making queries on the proxy cache...
Query 1: filter:(sn=Jon) attrs: all
Query 2: filter:(|(cn=*Jon*)(sn=Jon*)) attrs:cn sn title uid
Query 3: filter:(sn=Smith*) attrs:cn sn title uid
Query 4: filter:(sn=Doe*) attrs:cn sn title uid
Query 5: filter:(uid=bjorn) attrs:mail postaladdress telephonenumber cn uid
Query 6: filter:(mail=*@example.com) cn sn title uid
Query 7: filter:(mail=*) cn sn title uid
Query 1 not cacheable
Query 2 cacheable
Query 3 cacheable
Query 4 cacheable
Query 5 cacheable
Query 6 cacheable
Query 7 not cacheable
Successfully verified cacheability
Query 8: filter:(|(cn=*Jones)(sn=Jones)) attrs:cn sn title uid
Query 9: filter:(sn=Smith) attrs:cn sn title uid
Query 10: filter:(uid=bjorn) attrs:mail postaladdress telephonenumber cn uid
Query 11: filter:(mail=*@example.com) cn sn title uid
Query 8 not answerable
Query 9 not answerable
Query 10 answerable
Query 11 answerable
Error in verifying answerability
>>>>> ./scripts/test020-proxycache failed (exit 1)


Any ideas?