]> git.sur5r.net Git - openldap/commitdiff
remove workaround for fixed issue
authorPierangelo Masarati <ando@openldap.org>
Thu, 12 Jan 2006 18:41:19 +0000 (18:41 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 12 Jan 2006 18:41:19 +0000 (18:41 +0000)
tests/scripts/test045-syncreplication-proxied

index 352d842ea85ea843dab58b3d2175bbd4d7c6888b..e7e49dec0b6bcb8b6678b00e49b9c08839092f58 100755 (executable)
@@ -581,11 +581,12 @@ echo "$CHECK - Comparing retrieved entries from master and slave..."
 $CMP $MASTERFLT $SLAVEFLT > $CMPOUT
 
 if test $? != 0 ; then
-       echo "  test failed - master and slave databases differ (ignored by now)"
-       #echo "test failed - master and slave databases differ"
-       #test $KILLSERVERS != no && kill -HUP $KILLPIDS
-       #exit 1
+       #echo " test failed - master and slave databases differ (ignored by now)"
+       echo "test failed - master and slave databases differ"
+       test $KILLSERVERS != no && kill -HUP $KILLPIDS
+       exit 1
 
+       # keep alive - in case we need it again
        echo "  Stopping proxy to see if it auto-recovers..."
        kill -HUP $PROXYPID
        wait $PROXYPID