ITS#5810 skip test for LDIF backend

This commit is contained in:
Hallvard Furuseth 2009-11-29 14:31:11 +00:00
parent e7bb3f87db
commit b01ecb42b5
2 changed files with 13 additions and 0 deletions

View File

@ -33,6 +33,13 @@ if test $BACKLDAP = "ldapno" ; then
exit 0 exit 0
fi fi
if test $BACKEND = ldif ; then
# The (mail=example.com*) queries hit a sizelimit, so which
# entry is returned depends on the ordering in the backend.
echo "Test does not support $BACKEND backend, test skipped"
exit 0
fi
mkdir -p $TESTDIR $DBDIR1 $DBDIR2 mkdir -p $TESTDIR $DBDIR1 $DBDIR2
# Test proxy caching: # Test proxy caching:

View File

@ -20,6 +20,12 @@ if test $DYNLIST = "dynlistno" ; then
exit 0 exit 0
fi fi
if test $BACKEND = ldif ; then
# dynlist+ldif fails because back-ldif lacks bi_op_compare()
echo "Test does not support $BACKEND backend, test skipped"
exit 0
fi
mkdir -p $TESTDIR $DBDIR1 mkdir -p $TESTDIR $DBDIR1
$SLAPPASSWD -g -n >$CONFIGPWF $SLAPPASSWD -g -n >$CONFIGPWF