X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest020-proxycache;h=797d828802a91fc494f33ed1a9be4063fa0af1b6;hb=3cb9d64de3d2fe9d0e80a9a631335b909f7b64b4;hp=20d7337777bc6f4cb1a0e2db4d0318a9863d9b09;hpb=3412c26535eb48d75cac4ea9c170266b3239cd58;p=openldap diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index 20d7337777..797d828802 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2004 The OpenLDAP Foundation. +## Copyright 1998-2005 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -28,6 +28,11 @@ if test $BACKLDAP = "ldapno" ; then exit 0 fi +if test "x$LVL" = "x0" ; then + echo "test020 needs a minimal log level; setting to LDAP_DEBUG_NONE..." + LVL=2048 +fi + mkdir -p $TESTDIR $DBDIR1 $DBDIR2 # Test proxy caching: @@ -99,6 +104,12 @@ for i in 0 1 2 3 4 5; do sleep 5 done +if test $RC != 0 ; then + echo "ldapsearch failed ($RC)!" + test $KILLSERVERS != no && kill -HUP $KILLPIDS + exit $RC +fi + echo "Making queries on the proxy cache..." echo "Query 1: filter:(sn=Jon) attrs: all" $LDAPSEARCH -x -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \ @@ -193,9 +204,6 @@ else exit 1 fi -echo "ANSWERABILITY RESULTS" >> $SLAVEOUT -echo "" >> $SLAVEOUT - echo "Query 8: filter:(|(cn=*Jones)(sn=Jones)) attrs:cn sn title uid" $LDAPSEARCH -x -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \ '(|(cn=*Jones)(sn=Jones))' cn sn title uid >> $SLAVEOUT 2>&1