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

test007-replication failure (ITS#2272)



Full_Name: Hallvard B. Furuseth
Version: 2.1.12 and HEAD
OS: Solaris 2.8 (sparc)
URL: ftp://ftp.openldap.org/incoming/Hallvard-Furuseth-030119.tgz
Submission from: (NULL) (129.240.186.42)


test007-replication sometimes fails with error code 32 (no such object).
It fails about 6% of the time with BDB and 3% of the time with LDBM.
To reproduce:

   make test		# to make the symlinks in tests/
   ^C
   (cd tests; while scripts/test007-replication; do :; done)

I've put the test-db and test-repl directories from a failed run
(with the HEAD branch) in the URL provided with this report.
Here is the output:

running defines.sh
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...
ldapsearch failed (32)!
24813 Killed