From 8af95e1320f293b4eb444edec423f2c3965539f6 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 13 Jan 2006 11:01:40 +0000 Subject: [PATCH] rationale of this test --- tests/data/regressions/its4336/its4336 | 6 ++++++ tests/data/regressions/its4336/slapd.conf | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/data/regressions/its4336/its4336 b/tests/data/regressions/its4336/its4336 index 5360ec971d..ac59673be9 100755 --- a/tests/data/regressions/its4336/its4336 +++ b/tests/data/regressions/its4336/its4336 @@ -100,6 +100,12 @@ if test $RC != 0 ; then fi echo "Searching the chain..." +echo " + Search an entry that causes a successful result to be returned + with a 2 second delay; since size/time limits were erroneously + set to 0/0, which internally means 0 instead of unlimited, the + underlying back-ldap search timed out. +" $LDAPSEARCH -b "cn=success w/ delay,ou=RetCodes,$BASEDN" -h $LOCALHOST -p $PORT2 \ '(objectClass=*)' > /dev/null 2>&1 RC=$? diff --git a/tests/data/regressions/its4336/slapd.conf b/tests/data/regressions/its4336/slapd.conf index 9f7465223e..412f48234e 100644 --- a/tests/data/regressions/its4336/slapd.conf +++ b/tests/data/regressions/its4336/slapd.conf @@ -24,11 +24,10 @@ include @DATADIR@/test.schema pidfile @TESTDIR@/slapd.2.pid argsfile @TESTDIR@/slapd.2.args -#mod#modulepath ../servers/slapd/back-@BACKEND@/ -#mod#moduleload back_@BACKEND@.la #monitormod#modulepath ../servers/slapd/back-monitor/ #monitormod#moduleload back_monitor.la +# no database; only a referral to another DSA, with anonymous chaining referral "@URI1@" overlay chain -- 2.39.5