summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
Commit message (Collapse)AuthorAgeFilesLines
* added test suite for persistent queue shutdownRainer Gerhards2009-05-252-0/+45
|
* solved some issues with testbench & a race conditionRainer Gerhards2009-05-251-0/+3
|
* added new testing module imdiagRainer Gerhards2009-05-252-0/+6
| | | | | which enables to talk to the rsyslog core at runtime. The current implementation is only a beginning, but can be expanded over time
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-227-0/+52
| | | | | | | | | | | Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes.
* 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.