]> git.sur5r.net Git - openldap/commitdiff
ITS#5810 skip test for LDIF backend
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 29 Nov 2009 14:31:11 +0000 (14:31 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 29 Nov 2009 14:31:11 +0000 (14:31 +0000)
tests/scripts/test020-proxycache
tests/scripts/test044-dynlist

index 9f70acb6124968ba1f4449efb07e87652ff62fa3..6baa19e812cbb620e2b40799c93810fb447e67e6 100755 (executable)
@@ -33,6 +33,13 @@ if test $BACKLDAP = "ldapno" ; then
        exit 0
 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
 
 # Test proxy caching:
index 4f1219dc1db1a7bb64616f7f687ee8e9b4361b26..9907a8adf209289461c051f7c4c0db5d8dbbefd0 100755 (executable)
@@ -20,6 +20,12 @@ if test $DYNLIST = "dynlistno" ; then
        exit 0
 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
 
 $SLAPPASSWD -g -n >$CONFIGPWF