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

Using multimaster with 2.0.7 fails tests?



Configure line:
# make clean; ./configure --prefix=/usr --exec-prefix=/usr
--enable-multimaster --enable-shell;make depend; make; make test 


Failed test:
>>>>> Starting test007-replication ...
running defines.sh . ldbm
Cleaning up in ./test-db...
Cleaning up in ./test-repl...
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...
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 `/usr/local/src/openldap-2.0.7/tests'
make: *** [test] Error 2

-----------------
Without --enable-multimaster, it passes all tests. Is this expected
behavior?

RedHat 6.2.

-Ron