mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
14 lines
813 B
Text
14 lines
813 B
Text
This directory contains test related to regression tracking that require
|
|
a specific setup and a complete test. Each regression test must be
|
|
contained in a test directory whose name is "its<number>", where <number>
|
|
is the ITS number, and it must be entirely executed by a script, contained
|
|
in that directory and with the same name of the directory. It can exploit
|
|
all the halpers provided for common tests, but it should simultaneously be
|
|
as self contained and as general as possible.
|
|
|
|
For example, if an issue only appears with a certain database type, the
|
|
test itself should only run when invoked for that database type;
|
|
otherwise, if the issue appears whatever backend is used, the test should
|
|
be parametric, so that it is run with the backend selected at run-time
|
|
via the "-b" switch of the "run" script.
|
|
|