]> git.sur5r.net Git - openldap/commitdiff
Added slurpd log and extend slurpd sleep to 15 seconds
authorKurt Zeilenga <kurt@openldap.org>
Wed, 19 Aug 1998 00:11:06 +0000 (00:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 19 Aug 1998 00:11:06 +0000 (00:11 +0000)
tests/scripts/defines.sh
tests/scripts/test007-replication

index 221ea0d0235f19f775bd76eb94bd2ab335628669..3e7e65f12a2446f50515ae31c2aeb88613dc1365 100755 (executable)
@@ -22,6 +22,7 @@ BJORNSDN="cn=Bjorn Jensen, ou=Information Technology Division, ou=People, o=Univ
 JAJDN="cn=James A Jones 1, ou=Alumni Association, ou=People, o=University of Michigan, c=US"
 MASTERLOG=$DBDIR/master.log
 SLAVELOG=$DBDIR/slave.log
+SLURPLOG=$DBDIR/slurp.log
 SEARCHOUT=$DBDIR/ldapsearch.out
 MASTEROUT=$DBDIR/master.out
 SLAVEOUT=$DBDIR/slave.out
index cfc24edd5e55dbabc1cd9c2f3168f66dd6569126..6a643cb4888be3ad32f12f5d56e99a8a609a52c6 100755 (executable)
@@ -48,7 +48,7 @@ for i in 0 1 2 3 4 5; do
 done
 
 echo "Starting slurpd..."
-$SLURPD -f $MASTERCONF -d 4 -t $REPLDIR > /dev/null 2>&1 &
+$SLURPD -f $MASTERCONF -d 4 -t $REPLDIR > $SLURPLOG 2>&1 &
 SLURPPID=$!
 
 echo "Using ldapmodify to populate the database..."
@@ -123,8 +123,8 @@ changetype: delete
 
 EOMODS
 
-echo "Waiting 10 seconds for slurpd to send changes..."
-sleep 10
+echo "Waiting 15 seconds for slurpd to send changes..."
+sleep 15
 
 echo "Using ldapsearch to read all the entries from the master..."
 $LDAPSEARCH -L -S "" -b "$BASEDN" -h localhost -p $PORT \