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

2.0-devel fails "make test"?



Just checking - is 2.0-devel (from latest cvs) supposed to fail "make test"?

[...]
>>>>> Starting test005-modrdn ...
[...]
Using ldapsearch to retrieve entries using removed rdn (cn=James A Jones 2)...
Using ldapsearch to retrieve all the entries...
Filtering ldapsearch results...
Filtering original ldif used to create database...
Comparing filter output...
./test-db/ldapsearch.flt ./test-db/ldif.flt differ: char 7696, line 225
comparison failed - modrdn operations did not complete correctly
>>>>> ./scripts/test005-modrdn failed (exit 1)
*** Error code 1
make: Fatal error: Command failed for target `test-ldbm'

Line 225 in ldapsearch.flt and ldif.flt show two different users:

  ldapsearch.flt
    dn: cn=John Doe, ou=Information Technology [...]

  ldif.flt
    dn: cn=Jane Doe, ou=Alumni Association, [...]

Overall, the differences are:

- ldapsearch.flt has two copies of the "John Doe" user - same DN.
- ldif.flt has "Jane Doe" and "John Doe" instead of two "John Doe" users.
- ldif.flt has "Jennifer Smith" added (ldapsearch.flt does not).

Expected at this time (whilst CVS is in flux)?


dave