allow a friendly behavior when stress testing proxies

This commit is contained in:
Pierangelo Masarati 2005-11-04 16:30:43 +00:00
parent e730640c02
commit e2a172067f
2 changed files with 4 additions and 2 deletions

View File

@ -185,7 +185,8 @@ for f in $TESTDIR/$DATADIR/do_read.* ; do
done
echo "Using tester for concurrent server access..."
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR/$DATADIR" -h $LOCALHOST -p $PORT3 -D "cn=Manager,$METABASEDN" -w $PASSWD -l 50 # -r 20
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR/$DATADIR" -h $LOCALHOST -p $PORT3 \
-D "cn=Manager,$METABASEDN" -w $PASSWD -l 50 -r 20 -F
RC=$?
if test $RC != 0 ; then

View File

@ -162,7 +162,8 @@ for f in $TESTDIR/$DATADIR/do_read.* ; do
done
echo "Using tester for concurrent server access..."
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR/$DATADIR" -h $LOCALHOST -p $PORT3 -D "cn=Manager,$METABASEDN" -w $PASSWD -l 50 # -r 20
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR/$DATADIR" -h $LOCALHOST -p $PORT3 \
-D "cn=Manager,$METABASEDN" -w $PASSWD -l 50 -r 20 -F
RC=$?
if test $RC != 0 ; then