diff --git a/tests/scripts/test045-syncreplication-proxied b/tests/scripts/test045-syncreplication-proxied index 352d842ea8..e7e49dec0b 100755 --- a/tests/scripts/test045-syncreplication-proxied +++ b/tests/scripts/test045-syncreplication-proxied @@ -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