X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fdefines.sh;h=8b77950a9fbda8952f1211dff04a0e3ba254bd1c;hb=3743a5a68e4d608949d5fd04904733ee5c1ac959;hp=eb4b1d81e4c5505a11f395736fde5afa7569b437;hpb=fec2062629a0cd746c502d8a0ec6cba931d79974;p=openldap diff --git a/tests/scripts/defines.sh b/tests/scripts/defines.sh index eb4b1d81e4..8b77950a9f 100755 --- a/tests/scripts/defines.sh +++ b/tests/scripts/defines.sh @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2009 The OpenLDAP Foundation. +## Copyright 1998-2012 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -46,8 +46,8 @@ WITH_SASL=${AC_WITH_SASL-no} USE_SASL=${SLAPD_USE_SASL-no} ACI=${AC_ACI_ENABLED-acino} THREADS=${AC_THREADS-threadsno} -SLEEP1=${SLEEP1-5} -SLEEP2=${SLEEP2-10} +SLEEP1=${SLEEP1-7} +SLEEP2=${SLEEP2-15} # dirs PROGDIR=./progs @@ -163,7 +163,6 @@ TOOLARGS="-x $LDAP_TOOLARGS" TOOLPROTO="-P 3" # cmds -LDIFFILTER=$SRCDIR/scripts/acfilter.sh CONFFILTER=$SRCDIR/scripts/conf.sh MONITORDATA=$SRCDIR/scripts/monitor_data.sh @@ -192,7 +191,9 @@ LDAPWHOAMI="$CLIENTDIR/ldapwhoami $TOOLARGS" LDAPCOMPARE="$CLIENTDIR/ldapcompare $TOOLARGS" LDAPEXOP="$CLIENTDIR/ldapexop $TOOLARGS" SLAPDTESTER=$PROGDIR/slapd-tester -LVL=${SLAPD_DEBUG-261} +LDIFFILTER=$PROGDIR/ldif-filter +SLAPDMTREAD=$PROGDIR/slapd-mtread +LVL=${SLAPD_DEBUG-0x4105} LOCALHOST=localhost BASEPORT=${SLAPD_BASEPORT-9010} PORT1=`expr $BASEPORT + 1` @@ -244,6 +245,8 @@ LDIFTRANSLUCENTMERGED=$DATADIR/test-translucent-merged.ldif LDIFMETA=$DATADIR/test-meta.ldif LDIFVALSORT=$DATADIR/test-valsort.ldif SQLADD=$DATADIR/sql-add.ldif +LDIFUNORDERED=$DATADIR/test-unordered.ldif +LDIFREORDERED=$DATADIR/test-reordered.ldif # strings MONITOR="" @@ -311,6 +314,8 @@ SLAVE2OUT=$SERVER3OUT SLAVEFLT=$SERVER2FLT SLAVE2FLT=$SERVER3FLT +MTREADOUT=$TESTDIR/mtread.out + # original outputs for cmp PROXYCACHEOUT=$DATADIR/proxycache.out REFERRALOUT=$DATADIR/referrals.out @@ -350,7 +355,6 @@ ACIOUT=$DATADIR/aci.out DYNLISTOUT=$DATADIR/dynlist.out DDSOUT=$DATADIR/dds.out MEMBEROFOUT=$DATADIR/memberof.out +MEMBEROFREFINTOUT=$DATADIR/memberof-refint.out SHTOOL="$SRCDIR/../build/shtool" -# Just in case we linked the binaries dynamically -LD_LIBRARY_PATH=$TESTWD/../libraries:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH