From: Howard Chu Date: Fri, 2 Sep 2011 00:03:57 +0000 (-0700) Subject: Tests updates for mdb X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0e4412de202fd2c783d3634659b609212cff631e;p=openldap Tests updates for mdb --- diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index 84cf7ea979..cd4354f4f5 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -46,6 +46,7 @@ rootpw secret #indexdb#index cn,sn,uid pres,eq,sub #bdb#checkpoint 1024 5 #hdb#checkpoint 1024 5 +#mdb#maxsize 33554432 #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/run.in b/tests/run.in index 5b71c2e546..ebaae6173f 100644 --- a/tests/run.in +++ b/tests/run.in @@ -173,7 +173,7 @@ fi # maindb: main storage backend. Currently index,limits,mode,paged results. INDEXDB=noindexdb MAINDB=nomaindb case $BACKEND in - bdb|hdb) INDEXDB=indexdb MAINDB=maindb ;; + bdb|hdb|mdb) INDEXDB=indexdb MAINDB=maindb ;; ndb) INDEXDB=indexdb ;; esac diff --git a/tests/scripts/test025-limits b/tests/scripts/test025-limits index 95ea3e995f..9d1ec12680 100755 --- a/tests/scripts/test025-limits +++ b/tests/scripts/test025-limits @@ -750,7 +750,7 @@ case $RC in esac if test $MAINDB != maindb ; then - # only bdb|hdb currently supports pagedResults control + # only bdb|hdb|mdb currently supports pagedResults control test $KILLSERVERS != no && kill -HUP $KILLPIDS echo ">>>>> Test succeeded"