openldap/tests
Howard Chu cc876a2133 ITS#9727 slapd-watcher: don't fail startup on bad URLs
Just assume the server will eventually come up, or if it's an
incorrect URL the user will eventually notice and fix it.
2021-11-01 19:51:29 +00:00
..
data ITS#9633 fix test030 - turn off referral chasing in back-ldap 2021-09-08 14:43:36 +00:00
progs ITS#9727 slapd-watcher: don't fail startup on bad URLs 2021-11-01 19:51:29 +00:00
scripts ITS#9718 test022: preserve DELAY search output 2021-11-01 17:15:05 +00:00
Makefile.in ITS#9632 add TESTINST for running tests concurrently 2021-09-08 14:43:36 +00:00
README ITS#9463 cumulative fix for back-wt 2021-08-07 19:27:43 +00:00
run.in ITS#9635 - Delete back-ndb 2021-08-17 16:01:29 +00:00

This directory contains a series of test scripts which are used to
verify basic functionality of the LDAP libraries and slapd.

	To run all of the tests, type "make test".
	To run MDB tests, type "make mdb".
	To run SQL tests, define SLAPD_USE_SQL=<rdbms> and type
		"make sql"; define SLAPD_USE_SQLWRITE=yes
		to enable write tests as well.
	To run WT tests, type "make wt".
	To run regression tests, type "make regressions"

The test scripts depends on a number of tools commonly available on
Unix (and Unix-like) systems.  While attempts have been made to make
these scripts reasonably portable, they may not run properly on your
system.  You may have to adjust your path so that compatible versions
of tools used are available to the scripts and/or you may have to
install replacement tools.  Platform specific hints may be found at:
	http://www.openldap.org/faq/index.cgi?file=9

To modify the debug level the tests run slapd with, set the SLAPD_DEBUG
environment variable.
	env SLAPD_DEBUG=1 make test