A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb has been updated via 0fcc88809ff1b161853a758631780b872a0cbb0c (commit) via 8d78d1e8a0860652b59c6a2f08e1bf524ab51be9 (commit) via cc2b67329ae8e5c6a93acaa64d98c26a3d47fe8e (commit) via 97873d8808b2d73d3f259f161e85739d0e76fed9 (commit) from de5b605fef750992b586a44607b1a6c612d5bf6f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0fcc88809ff1b161853a758631780b872a0cbb0c Merge: de5b605 8d78d1e Author: Howard Chu hyc@openldap.org Date: Sun Aug 28 04:19:58 2011 -0700
Merge remote branch 'hbf/mdb.hbf' into mdb
commit 8d78d1e8a0860652b59c6a2f08e1bf524ab51be9 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Aug 28 13:00:57 2011 +0200
Fixup maindb/indexdb
commit cc2b67329ae8e5c6a93acaa64d98c26a3d47fe8e Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Aug 28 11:19:43 2011 +0200
tests/data/: #bdb/hdb|mdb# -> #maindb/indexdb#.
Done for keywords index,limits. (Also do 'mode' if there were any cases.) Change generated by: perl -i -pw0777e ' INIT { $q=qr/#(?:[bhm]|index|main)db#/im; $k=qr/(?:index|limits|mode)\b/ } 0 while s/^$q($k.*\n)((?:$q.*\n)*?)\n?$q\1/#maindb#$1$2/imo; s/^#maindb#index/#indexdb#index/igm; ' tests/data/* tests/data/regressions/*/*
commit 97873d8808b2d73d3f259f161e85739d0e76fed9 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Aug 27 22:57:21 2011 +0200
tests: Add $MAINDB, $INDEXDB for [bhmn]db tests.
Simplifies tests for the DB storage backends. Adds indexing etc to mdb/ndb in some cases to match bdb/hdb. This also fixes some broken back-null/back-ldif settings.
-----------------------------------------------------------------------
Summary of changes: tests/data/regressions/its4184/slapd.conf | 18 ++++-------- tests/data/regressions/its6794/slapd-glue.conf | 27 ++++++------------- tests/data/slapd-2db.conf | 12 +++------ tests/data/slapd-aci.conf | 6 +--- tests/data/slapd-acl.conf | 6 +--- tests/data/slapd-cache-master.conf | 6 +--- tests/data/slapd-chain1.conf | 6 +--- tests/data/slapd-chain2.conf | 6 +--- tests/data/slapd-component.conf | 3 +- tests/data/slapd-config-undo.conf | 6 +--- tests/data/slapd-dds.conf | 9 ++---- tests/data/slapd-deltasync-master.conf | 15 +++------- tests/data/slapd-deltasync-slave.conf | 6 +--- tests/data/slapd-dn.conf | 6 +--- tests/data/slapd-dynlist.conf | 6 +--- tests/data/slapd-emptydn.conf | 12 +++------ tests/data/slapd-glue-syncrepl1.conf | 33 ++++++++---------------- tests/data/slapd-glue-syncrepl2.conf | 33 ++++++++---------------- tests/data/slapd-glue.conf | 27 ++++++------------- tests/data/slapd-idassert.conf | 12 +++------ tests/data/slapd-ldapglue.conf | 6 +--- tests/data/slapd-ldapgluegroups.conf | 6 +--- tests/data/slapd-ldapgluepeople.conf | 6 +--- tests/data/slapd-limits.conf | 26 ++++-------------- tests/data/slapd-master.conf | 3 +- tests/data/slapd-meta-target1.conf | 6 +--- tests/data/slapd-meta-target2.conf | 6 +--- tests/data/slapd-ppolicy.conf | 3 +- tests/data/slapd-proxycache.conf | 6 +--- tests/data/slapd-pw.conf | 6 +--- tests/data/slapd-ref-slave.conf | 6 +--- tests/data/slapd-referrals.conf | 3 +- tests/data/slapd-refint.conf | 6 +--- tests/data/slapd-relay.conf | 3 +- tests/data/slapd-repl-slave-remote.conf | 9 ++---- tests/data/slapd-retcode.conf | 6 +--- tests/data/slapd-schema.conf | 3 +- tests/data/slapd-syncrepl-master.conf | 9 ++---- tests/data/slapd-syncrepl-multiproxy.conf | 9 ++---- tests/data/slapd-syncrepl-slave-persist1.conf | 9 ++---- tests/data/slapd-syncrepl-slave-persist2.conf | 9 ++---- tests/data/slapd-syncrepl-slave-persist3.conf | 9 ++---- tests/data/slapd-syncrepl-slave-refresh1.conf | 9 ++---- tests/data/slapd-syncrepl-slave-refresh2.conf | 9 ++---- tests/data/slapd-translucent-local.conf | 6 +--- tests/data/slapd-translucent-remote.conf | 6 +--- tests/data/slapd-unique.conf | 6 +--- tests/data/slapd-valregex.conf | 6 +--- tests/data/slapd-valsort.conf | 6 +--- tests/data/slapd-whoami.conf | 6 +--- tests/data/slapd.conf | 6 +--- tests/data/slapd2.conf | 6 +--- tests/run.in | 13 ++++++++- tests/scripts/conf.sh | 2 + tests/scripts/test025-limits | 18 +++++-------- tests/scripts/test049-sync-config | 6 +--- tests/scripts/test050-syncrepl-multimaster | 6 +--- tests/scripts/test052-memberof | 14 ++++++---- tests/scripts/test057-memberof-refint | 14 ++++++---- tests/scripts/test059-slave-config | 6 +--- tests/scripts/test063-delta-multimaster | 2 +- 61 files changed, 200 insertions(+), 357 deletions(-)