From 0e4412de202fd2c783d3634659b609212cff631e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 1 Sep 2011 17:03:57 -0700 Subject: [PATCH] Tests updates for mdb --- tests/data/slapd.conf | 1 + tests/run.in | 2 +- tests/scripts/test025-limits | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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" -- 2.39.5