mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
allow to customize the number of children; use swamp
This commit is contained in:
parent
7aeb00b494
commit
2521442d03
@ -32,6 +32,10 @@ if test x$TESTLOOPS = x ; then
|
||||
TESTLOOPS=50
|
||||
fi
|
||||
|
||||
if test x$TESTCHILDREN = x ; then
|
||||
TESTCHILDREN=20
|
||||
fi
|
||||
|
||||
rm -rf $TESTDIR
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
||||
@ -195,8 +199,8 @@ $MONITORDATA "$MONITORDB" "$TESTDIR/$DATADIR" "$TESTDIR"
|
||||
|
||||
echo "Using tester for concurrent server access..."
|
||||
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \
|
||||
-D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 \
|
||||
-i '!REFERRAL' -i '*INVALID_CREDENTIALS'
|
||||
-D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -j $TESTCHILDREN \
|
||||
-r 20 -i '!REFERRAL' -i '*INVALID_CREDENTIALS' -SS
|
||||
RC=$?
|
||||
|
||||
if test $RC != 0 ; then
|
||||
|
Loading…
Reference in New Issue
Block a user