Any educated ideas why?
Thanks!
Joe
---------------------------------------------------------------------------- 2nd and subsequent "make test" ended in this:
Starting test017-syncreplication-refresh ...
running defines.sh Starting master slapd on TCP/IP port 9011... Using ldapsearch to check that master slapd is running... Using ldapadd to create the context prefix entry in the master... Starting slave slapd on TCP/IP port 9012... Using ldapsearch to check that slave slapd is running... Using ldapadd to populate the master directory... Waiting 15 seconds for syncrepl to receive changes... Using ldapmodify to modify master directory... Waiting 15 seconds for syncrepl to receive changes... Try updating the slave slapd... ldapmodify should have failed (1)!
./scripts/test017-syncreplication-refresh failed (exit 1)
make[2]: *** [bdb-yes] Error 1 make[2]: Leaving directory `/home/Joe/openldap-2.3.35/tests' make[1]: *** [test] Error 2 make[1]: Leaving directory `/home/Joe/openldap-2.3.35/tests' make: *** [test] Error 2
mae@JLF /home/Joe/openldap-2.3.35 $ ---------------------------------------------------------------------------- 1st "make test" ended in this:
Filtering R1 slave ldapsearch results... Filtering R2 slave ldapsearch results... Filtering P1 slave ldapsearch results... Filtering P2 slave ldapsearch results... Filtering P3 slave ldapsearch results... Comparing retrieved entries from master and R1 slave... test failed - master and R1 slave databases differ
./scripts/test019-syncreplication-cascade failed (exit 1)
make[2]: *** [bdb-yes] Error 1 make[2]: Leaving directory `/home/Joe/openldap-2.3.35/tests' make[1]: *** [test] Error 2 make[1]: Leaving directory `/home/Joe/openldap-2.3.35/tests' make: *** [test] Error 2
mae@JLF /home/Joe/openldap-2.3.35 $ ----------------------------------------------------------------------------
Joe Flowers wrote:
Any educated ideas why?
Yes, most likely one of the slapd processes from a previous test didn't exit. The scripts in 2.4 don't have that problem any more.
Thanks!
Joe
2nd and subsequent "make test" ended in this:
Starting test017-syncreplication-refresh ...
running defines.sh Starting master slapd on TCP/IP port 9011... Using ldapsearch to check that master slapd is running... Using ldapadd to create the context prefix entry in the master... Starting slave slapd on TCP/IP port 9012... Using ldapsearch to check that slave slapd is running... Using ldapadd to populate the master directory... Waiting 15 seconds for syncrepl to receive changes... Using ldapmodify to modify master directory... Waiting 15 seconds for syncrepl to receive changes... Try updating the slave slapd... ldapmodify should have failed (1)!
./scripts/test017-syncreplication-refresh failed (exit 1)
make[2]: *** [bdb-yes] Error 1 make[2]: Leaving directory `/home/Joe/openldap-2.3.35/tests' make[1]: *** [test] Error 2 make[1]: Leaving directory `/home/Joe/openldap-2.3.35/tests' make: *** [test] Error 2
mae@JLF /home/Joe/openldap-2.3.35 $
1st "make test" ended in this:
Filtering R1 slave ldapsearch results... Filtering R2 slave ldapsearch results... Filtering P1 slave ldapsearch results... Filtering P2 slave ldapsearch results... Filtering P3 slave ldapsearch results... Comparing retrieved entries from master and R1 slave... test failed - master and R1 slave databases differ
./scripts/test019-syncreplication-cascade failed (exit 1)
make[2]: *** [bdb-yes] Error 1 make[2]: Leaving directory `/home/Joe/openldap-2.3.35/tests' make[1]: *** [test] Error 2 make[1]: Leaving directory `/home/Joe/openldap-2.3.35/tests' make: *** [test] Error 2
mae@JLF /home/Joe/openldap-2.3.35 $
Howard Chu wrote:
Joe Flowers wrote:
Any educated ideas why?
Yes, most likely one of the slapd processes from a previous test didn't exit. The scripts in 2.4 don't have that problem any more.
The fact that test017 doesn't even start could be related to ITS#5005: the rid can't be parsed out of the cookie because there's no ",..." after it.
Please review the proposed fix. p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it --------------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Email: pierangelo.masarati@sys-net.it ---------------------------------------
openldap-software@openldap.org