From ba659181ee1f1572134bf2d09c0052d08328aca7 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 21 Jan 2009 01:47:28 +0000 Subject: [PATCH] Make sure consumer is in persist phase before doing modifies --- tests/scripts/test018-syncreplication-persist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/test018-syncreplication-persist b/tests/scripts/test018-syncreplication-persist index 5adafc1149..56326133e3 100755 --- a/tests/scripts/test018-syncreplication-persist +++ b/tests/scripts/test018-syncreplication-persist @@ -148,6 +148,9 @@ for i in 0 1 2 3 4 5; do sleep 5 done +echo "Waiting $SLEEP1 seconds for consumer to reconnect..." +sleep $SLEEP1 + if test $RC != 0 ; then echo "ldapsearch failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS -- 2.39.5