]> git.sur5r.net Git - openldap/commitdiff
don't keep searching referrals...
authorPierangelo Masarati <ando@openldap.org>
Sun, 3 Dec 2006 21:37:40 +0000 (21:37 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 3 Dec 2006 21:37:40 +0000 (21:37 +0000)
tests/scripts/test036-meta-concurrency
tests/scripts/test039-glue-ldap-concurrency

index 76d48ac1c4aaf1e3d7ce5e2897f7db582f95deba..06d39820f20ce539bfc33536a4112726c3048c58 100755 (executable)
@@ -198,7 +198,8 @@ 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 $TESTLOOPS -r 20 -FF
+       -D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 -FF \
+       -i '!REFERRAL'
 RC=$?
 
 if test $RC != 0 ; then
index c87c406bdd0e7d5afe5f7b40199d713e6a75acaa..2f9a334cb2ff7aee4710f15c07f07fe9315a4682 100755 (executable)
@@ -180,7 +180,8 @@ 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 $TESTLOOPS -L $TESTOLOOPS -r 20 -FF
+       -l $TESTLOOPS -L $TESTOLOOPS -r 20 -FF \
+       -i '!REFERRAL'
 RC=$?
 
 if test $RC != 0 ; then