]> git.sur5r.net Git - openldap/commitdiff
ignore invalidCredentials (related to ITS#5893)
authorPierangelo Masarati <ando@openldap.org>
Tue, 10 Feb 2009 14:11:52 +0000 (14:11 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 10 Feb 2009 14:11:52 +0000 (14:11 +0000)
tests/scripts/test036-meta-concurrency
tests/scripts/test039-glue-ldap-concurrency

index 7fb3ccacb3af77529cdf299093bb35ea6a4d4e7f..4e83b83a8f13e64b33ca063a81dfb8d0f6fdb763 100755 (executable)
@@ -195,8 +195,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 -FF \
-       -i '!REFERRAL'
+       -D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 \
+       -i '!REFERRAL' -i '*INVALID_CREDENTIALS'
 RC=$?
 
 if test $RC != 0 ; then
index 9f29960a30b6b133cc7ef5ef23bd0023bb764e0f..9a97619d5b61bd9aabd26a2bc350ae6a4eed0670 100755 (executable)
@@ -184,8 +184,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 -L $TESTOLOOPS -r 20 -FF \
-       -i '!REFERRAL'
+       -l $TESTLOOPS -L $TESTOLOOPS -r 20 \
+       -i '!REFERRAL' -i '*INVALID_CREDENTIALS'
 RC=$?
 
 if test $RC != 0 ; then