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

Re: 2.0.4: make test 7 fails



That's a slurpd bug... see
  http://www.openldap.org/its/index.cgi/Software%20Bugs?id=768
for details, including a patch.

At 10:41 AM 10/3/00 +1100, Jie Gao wrote:
>Hi All,
>
>Platform:
>--------
>
>SunOS 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-80
>
>Version:
>-------
>
>OpenLdap 2.0.4
>
>Error:
>-----
>
>>>>>> Starting test007-replication ...
>running defines.sh . ldbm
>Cleaning up in ./test-db...
>Cleaning up in ./test-repl...
>rm: ./test-repl/replica is a directory
>Starting master slapd on TCP/IP port 9009...
>Starting slave slapd on TCP/IP port 9010...
>Using ldapsearch to check that master slapd is running...
>Waiting 5 seconds for slapd to start...
>Using ldapsearch to check that slave slapd is running...
>Starting slurpd...
>Using ldapadd to populate the master directory...
>Waiting 15 seconds for slurpd to send changes...
>Using ldapmodify to modify master directory...
>Waiting 15 seconds for slurpd to send changes...
>Using ldapsearch to read all the entries from the master...
>Using ldapsearch to read all the entries from the slave...
>Filtering ldapsearch results...
>Filtering original ldif used to create database...
>Comparing retrieved entries from master and slave...
>test failed - master and slave databases differ
>>>>>> ./scripts/test007-replication failed (exit 1)
>make[1]: *** [test-ldbm] Error 1
>make[1]: Leaving directory `/de1/src/lima/openldap-2.0.4/tests'
>gmake: *** [test] Error 2
>
>Tried a couple of times, and got the same result.
>
>
>
>Jie