summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
Commit message (Collapse)AuthorAgeFilesLines
...
* | | added explicit (base) test for linkedList and FixedArray queue modesRainer Gerhards2009-05-202-0/+28
| | |
* | | fixed abort condition in DA modeRainer Gerhards2009-04-231-3/+0
| | |
* | | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize ↵Rainer Gerhards2009-04-231-0/+2
| | | | | | | | | | | | configuration directives
* | | improving debugging info a bitRainer Gerhards2009-04-231-1/+3
| | |
* | | added test for DA queue mode (in main msg queue) - needs more workRainer Gerhards2009-04-221-0/+20
|/ / | | | | | | | | | | | | | | The problem is that the rsyslog engine writes messages too quickly, so that the queue never enters DA mode. We still have some look contemption. One possible solution (hopefully) is to finally move the parser code out of imtcp and onto the next thread. Need to address these issues first, then come back to the test case.
* | improved testbench - added tests for queue disk-only modeRainer Gerhards2009-04-171-0/+16
| |
* | implemented $MaxOpenFiles directive and changed testbenchRainer Gerhards2009-04-141-1/+3
| | | | | | | | ... to utilize it. This work is not yet fully verified to be correct.
* | fixing "make distcheck"Rainer Gerhards2009-04-091-0/+11
| |
* | improved testbench, added tests for tcp-based receptionRainer Gerhards2009-04-082-4/+2
| |
* | testcase added (on user request)Rainer Gerhards2009-04-061-0/+3
|/
* improved parser test suiteRainer Gerhards2009-04-036-0/+18
| | | | new tests added, now much better
* improved test suite and added test for new output module interfaceRainer Gerhards2009-04-039-0/+47
The testbench has now a generic driver that can run a whole class of test suites just by providing a config file and test cases. This does not cover all testing needs, but a lot. We have now added one test for the new array-passing output plugin interface.