Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | solved design issue with queue termination | Rainer Gerhards | 2009-05-26 | 1 | -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 warnings | Michael Biebl | 2009-05-19 | 1 | -0/+1 |
| | | | | | | include <string.h> for memcpy and strlen. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | porting parser tests to solaris | Rainer Gerhards | 2009-03-31 | 1 | -31/+0 |
| | |||||
* | ported non-tcl based test suite to Solaris | Rainer Gerhards | 2009-03-31 | 1 | -4/+37 |
| | |||||
* | adapted test framework to new script engine | Rainer Gerhards | 2009-03-19 | 1 | -2/+3 |
| | |||||
* | added testbed for config errors and fixed a bug | Rainer Gerhards | 2008-07-29 | 1 | -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 suite | Rainer Gerhards | 2008-07-07 | 1 | -0/+258 |
it now works based on test case files, which enable to quickly generate test cases. |