summaryrefslogtreecommitdiffstats
path: root/tests/udptester.c
Commit message (Collapse)AuthorAgeFilesLines
* improved testbench, added tests for tcp-based receptionRainer Gerhards2009-04-081-293/+0
|
* made sure udptester terminates only after rsyslgod it spawnedRainer Gerhards2009-04-061-0/+2
| | | | | | | We noticed this race issue under Solaris (thanks to its different scheduler, I guess). In some cases, the previous instance of rsyslogd was not terminated, resulting in a failure on the next test. Now handled correctly.
* improved test suite and added test for new output module interfaceRainer Gerhards2009-04-031-0/+291
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.