Skip to content
Snippets Groups Projects
Commit e2a17206 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

allow a friendly behavior when stress testing proxies

parent e730640c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment