[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: RE24 connection code round 2



On Tue, 27 Jan 2009, Quanah Gibson-Mount wrote:

The connection code has been reworked a bit more since the last call for testing. Please test heavily with current RE24 CVS. Thanks!

I think $SLEEP2 is a HEAD construct? Unless you want to promote the whole thing:



--- test019-syncreplication-cascade~ 2009-01-27 18:41:35.494083000 -0500 +++ test019-syncreplication-cascade 2009-01-27 18:42:00.432360000 -0500 @@ -361,8 +361,8 @@ exit $RC fi

-echo "Waiting $SLEEP2 seconds for syncrepl to receive changes..."
-sleep $SLEEP2
+echo "Waiting 25 seconds for syncrepl to receive changes..."
+sleep 25

 echo "Using ldapsearch to read all the entries from the master..."
 $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \