fix messages

This commit is contained in:
Pierangelo Masarati 2005-01-19 22:00:25 +00:00
parent 4c65aa9c44
commit 0d3d7e71b6
3 changed files with 7 additions and 4 deletions

View file

@ -31,6 +31,7 @@ mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR2
# - start slurpd
# - populate over ldap
# - perform some modifies and deleted
# - attempt to modify the slave (referral or chain)
# - retrieve database over ldap and compare against expected results
#
@ -190,7 +191,7 @@ fi
echo "Waiting 15 seconds for slurpd to send changes..."
sleep 15
echo "Try updating the slave..."
echo "Try updating the slave slapd..."
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT2 -w $PASSWD > \
$TESTOUT 2>&1 << EOMODS
dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com

View file

@ -29,6 +29,7 @@ mkdir -p $TESTDIR $DBDIR1 $DBDIR2
# - start slave
# - populate over ldap
# - perform some modifies and deleted
# - attempt to modify the slave (referral)
# - retrieve database over ldap and compare against expected results
#
@ -200,7 +201,7 @@ fi
echo "Waiting 15 seconds for syncrepl to receive changes..."
sleep 15
echo "Try updating the slave..."
echo "Try updating the slave slapd..."
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT2 -w $PASSWD > \
$TESTOUT 2>&1 << EOMODS
dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com

View file

@ -34,6 +34,7 @@ mkdir -p $TESTDIR $DBDIR1 $DBDIR4
# - start slave
# - populate over ldap
# - perform some modifies and deleted
# - attempt to modify the slave (referral or chain)
# - retrieve database over ldap and compare against expected results
#
@ -242,7 +243,7 @@ KILLPIDS="$PID $SLAVEPID"
echo "Waiting 25 seconds for syncrepl to receive changes..."
sleep 25
echo "Try updating the slave..."
echo "Try updating the slave slapd..."
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT4 -w $PASSWD > \
$TESTOUT 2>&1 << EOMODS
dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com
@ -271,7 +272,7 @@ else
exit $RC
fi
echo "Waiting 5 seconds for slurpd to send changes..."
echo "Waiting 5 seconds for syncrepl to send changes..."
sleep 5
fi