remove workaround for fixed issue

This commit is contained in:
Pierangelo Masarati 2006-01-12 18:41:19 +00:00
parent 056b7e55da
commit c9b3cf7fab

View file

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