]> git.sur5r.net Git - openldap/commit
Addition of a new Concurrency Test fro testing slapd performance and
authorKurt Spanier <ksp@openldap.org>
Mon, 15 Feb 1999 10:49:20 +0000 (10:49 +0000)
committerKurt Spanier <ksp@openldap.org>
Mon, 15 Feb 1999 10:49:20 +0000 (10:49 +0000)
commit39f0066db488364aefb67164e8d4671b487835e1
tree0f0f1a16253594a063df8738f692ea024ba43035
parenta71f328831a79488d311c639b98bc67200a7f826
Addition of a new Concurrency Test fro testing slapd performance and
  correctness of locking schemas in backends.
In back-bdb2 open NEXTID during startup and close at shutdown.
18 files changed:
doc/devel/todo
servers/slapd/back-bdb2/back-bdb2.h
servers/slapd/back-bdb2/index.c
servers/slapd/back-bdb2/init.c
servers/slapd/back-bdb2/nextid.c
servers/slapd/back-bdb2/startup.c
servers/slapd/back-bdb2/txn.c
tests/Makefile.in
tests/data/do_add.1 [new file with mode: 0644]
tests/data/do_read.0 [new file with mode: 0644]
tests/data/do_search.0 [new file with mode: 0644]
tests/data/slapd-bdb2-master.conf
tests/scripts/defines.sh
tests/scripts/test008-concurrency [new file with mode: 0755]
tests/slapd-addel.c [new file with mode: 0644]
tests/slapd-read.c [new file with mode: 0644]
tests/slapd-search.c [new file with mode: 0644]
tests/slapd-tester.c [new file with mode: 0644]