summaryrefslogtreecommitdiffstats
path: root/tests/rscript.c
Commit message (Collapse)AuthorAgeFilesLines
* solved design issue with queue terminationRainer Gerhards2009-05-261-2/+2
| | | | | | | | | | | ... and also improved the test suite. There is a design issue in the v3 queue engine that manifested to some serious problems with the new processing mode. However, in v3 shutdown may take eternally if a queue runs in DA mode, is configured to preserve data AND the action fails and retries immediately. There is no cure available for v3, it would require doing much of the work we have done on the new engine. The window of exposure, as one might guess from the description, is very small. That is probably the reason why we have not seen it in practice.
* Fix compiler warningsMichael Biebl2009-05-191-0/+1
| | | | | | include <string.h> for memcpy and strlen. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* porting parser tests to solarisRainer Gerhards2009-03-311-31/+0
|
* ported non-tcl based test suite to SolarisRainer Gerhards2009-03-311-4/+37
|
* adapted test framework to new script engineRainer Gerhards2009-03-191-2/+3
|
* added testbed for config errors and fixed a bugRainer Gerhards2008-07-291-0/+1
| | | | | | - bugfix: no error was reported if the target of a $IncludeConfig could not be accessed. - added testbed for common config errors
* changed RainerScript testbench to a full-blow test suiteRainer Gerhards2008-07-071-0/+258
it now works based on test case files, which enable to quickly generate test cases.