X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest039-glue-ldap-concurrency;h=1a8f9574474ed5cb3bba5c89c02ea315032df55f;hb=6c062ca841f82ca9ea17172c2a9882f373a76c02;hp=24f022167f468eb58252576fd587474fe39a45c2;hpb=e2a172067f1273abf2a247708c27c770825e52da;p=openldap diff --git a/tests/scripts/test039-glue-ldap-concurrency b/tests/scripts/test039-glue-ldap-concurrency index 24f022167f..1a8f957447 100755 --- a/tests/scripts/test039-glue-ldap-concurrency +++ b/tests/scripts/test039-glue-ldap-concurrency @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2005 The OpenLDAP Foundation. +## Copyright 1998-2006 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -28,6 +28,10 @@ if test $RWM = rwmno ; then exit 0 fi +if test x$TESTLOOPS = x ; then + TESTLOOPS=50 +fi + rm -rf $TESTDIR mkdir -p $TESTDIR $DBDIR1 $DBDIR2 @@ -163,7 +167,7 @@ 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 -F + -D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 -F RC=$? if test $RC != 0 ; then @@ -197,5 +201,7 @@ if test $? != 0 ; then fi echo ">>>>> Test succeeded" -exit 0 +test $KILLSERVERS != no && wait + +exit 0