From: Pierangelo Masarati Date: Fri, 4 Nov 2005 16:30:43 +0000 (+0000) Subject: allow a friendly behavior when stress testing proxies X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~97 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e2a172067f1273abf2a247708c27c770825e52da;p=openldap allow a friendly behavior when stress testing proxies --- diff --git a/tests/scripts/test036-meta-concurrency b/tests/scripts/test036-meta-concurrency index 011576214d..e29b8e0972 100755 --- a/tests/scripts/test036-meta-concurrency +++ b/tests/scripts/test036-meta-concurrency @@ -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 diff --git a/tests/scripts/test039-glue-ldap-concurrency b/tests/scripts/test039-glue-ldap-concurrency index d395d6b59a..24f022167f 100755 --- a/tests/scripts/test039-glue-ldap-concurrency +++ b/tests/scripts/test039-glue-ldap-concurrency @@ -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