]> git.sur5r.net Git - openldap/blob - tests/data/regressions/README
add data to test regression of ITS#4184
[openldap] / tests / data / regressions / README
1 This directory contains test related to regression tracking that require
2 a specific setup and a complete test.  Each regression test must be 
3 contained in a test directory whose name is "its<number>", where <number>
4 is the ITS number, and it must be entirely executed by a script, contained
5 in that directory and with the same name of the directory.  It can exploit
6 all the halpers provided for common tests, but it should simultaneously be
7 as self contained and as general as possible.
8
9 For example, if an issue only appears with a certain database type, the
10 test itself should only run when invoked for that database type; 
11 otherwise, if the issue appears whatever backend is used, the test should
12 be parametric, so that it is run with the backend selected at run-time
13 via the "-b" switch of the "run" script.
14