summaryrefslogtreecommitdiffstats
path: root/tests/parsertest.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'beta' into masterRainer Gerhards2010-04-091-0/+12
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c runtime/stream.h tests/Makefile.am tests/diag.sh tools/omfile.c
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-291-0/+12
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/debug.c runtime/stream.c tests/Makefile.am tests/diskqueue.sh tests/nettester.c tools/omfile.c
| | * 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
| | |
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-091-0/+4
| |\| | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/datetime.h
| | * 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 new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-051-0/+4
| | | | | | | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details.
* | | Merge branch 'beta' into masterRainer Gerhards2010-02-101-1/+9
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/parsertest.sh
| * | Merge branch 'v4-beta' into betaRainer Gerhards2010-02-101-1/+9
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c template.c tests/Makefile.am tests/parsertest.sh
| | * 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).
* | | added $Escape8BitCharactersOnReceive directiveRainer Gerhards2010-01-271-0/+4
|/ / | | | | | | Thanks to David Lang for suggesting this functionality.
* | added some tests for IPv4-Only configurationRainer Gerhards2009-10-201-1/+7
| | | | | | | | | | | | | | | | | | | | We are "abusing" the parser tests to test the TCP/UDP reception handling. Thus we do not run the other tests through to an IPv4 only config. It acutally is not that parser that matters but rather the hope to find some init issues when running with only a single listening socket (in IPv6, we usually both have an IPv4 AND an IPv6 listening socket, what - as practice has shown - may hide listener setup errors).
* | streamlined new addition to testbenchRainer Gerhards2009-10-191-0/+2
|/
* 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.