summaryrefslogtreecommitdiffstats
path: root/tests/parsertest.sh
Commit message (Collapse)AuthorAgeFilesLines
* added some more tests for severely ill-formed snare messagesRainer Gerhards2010-03-211-0/+8
| | | | also improved nettester testbench tool a bit
* added parser test cases to testbenchRainer Gerhards2010-03-191-0/+4
|
* added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-081-0/+4
| | | | | primarily to ease migration from syslog-ng. See property replacer doc for details. [backport from 5.5.3 because urgently needed by some]
* added one more test to testbenchRainer Gerhards2010-02-081-0/+4
|
* enhanced test suiteRainer Gerhards2010-02-081-2/+10
| | | | | now CSV and regex extraction are being tested (would have caught the bug fixed with the last commit).
* bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-13/+5
| | | | | | This was a result of an internal processing error if maximum field sizes had been specified in the property replacer. Also did some testbench improvements, including omstdout.
* cleaned up/optimized raw message handling in msg objectRainer Gerhards2009-06-181-3/+3
|
* added new testing module imdiagRainer Gerhards2009-05-251-1/+1
| | | | | 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-221-2/+4
| | | | | | | | | | | 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.
* fixed some portability issuesRainer Gerhards2009-03-161-1/+7
| | | | | first noticed on FreeBSD Also, some cosmetic improvements.
* improved testbench, added tests for tcp-based receptionRainer Gerhards2009-04-081-1/+5
|
* improved test suite and added test for new output module interfaceRainer Gerhards2009-04-031-0/+1
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.