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

test016-subref - failed - Tru64 5.1 (ITS#2494)



Full_Name: Douglas B. Jones
Version: 2.1.17
OS: Tru64
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (168.28.200.180)


The sub-ref test fails. Here is the output:

>>>>> Starting test016-subref ...
running defines.sh
Cleaning up in ./test-db...
Running slapadd to build slapd database...
Starting slapd on TCP/IP port 9009...
Testing slapd searching...
Waiting 5 seconds for slapd to start...
Testing ManageDsaIT searching at c=US...
Testing ManageDsaIT searching at referral object...
Testing ManageDsaIT searching below referral object...
Testing base searching at c=US...
Testing one-level searching at c=US...
Testing subtree searching at c=US...
Testing base searching at o=abc,c=US...
Testing one-level searching at o=abc,c=US...
Testing subtree searching at o=abc,c=US...
Testing base searching at uid=xxx,o=abc,c=US...
Testing one-level searching at uid=xxx,o=abc,c=US...
Testing subtree searching at uid=xxx,o=abc,c=US...
Filtering ldapsearch results...
Filtering expected LDIF for comparison...
Comparing filter output...
diff -i ./test-db/ldapsearch.flt ./test-db/ldif.flt > /dev/null
Comparison failed
>>>>> ./scripts/test016-subref failed (exit 1)

I had the script echo the 'diff' line so I could know what
was happening, so that is not part of the normal output. The
commands runs right after the echo. If I do the above command,
here is the output:

%diff -i ldapsearch.flt ldif.flt
54,55d53
< ref: ldap://hostC/o=xyz,c=us??sub
< 
57a56,57
> 
> ref: ldap://hostC/o=xyz,c=us??sub

Basically, it is just where this line is in the file. Is this
considered important? They are real close.