From c9b3cf7fabe30d62626c75460094842f384eaffd Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 12 Jan 2006 18:41:19 +0000 Subject: [PATCH] remove workaround for fixed issue --- tests/scripts/test045-syncreplication-proxied | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.5