summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: abort during startup when rsyslog.conf v6+ format was used in a ↵Rainer Gerhards2012-02-021-4/+4
| | | | certain way
* ommysql: added support for v6 config formatRainer Gerhards2012-02-021-0/+7
|
* reverting back to non-debug settingsRainer Gerhards2011-07-131-1/+1
| | | | | debug settings in testbench were accidently left on, including a special test case
* removed emergency config, do error reporting on fatal config file errorRainer Gerhards2011-07-121-1/+1
|
* fixed lexer: facilities local0-local7 were not correctly handledRainer Gerhards2011-07-111-1/+0
|
* Merge branch 'v5-devel'Rainer Gerhards2011-06-271-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c tools/omfile.c
| * Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-213-0/+33
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * \ Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-141-0/+22
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tcpsrv.c
| * | | preparing for 5.9.0v5.9.0Rainer Gerhards2011-06-101-0/+1
| | | |
* | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-06-213-0/+33
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh tests/sndrcv_drvr.sh
| * | | testbench: added new tests for failover casesRainer Gerhards2011-06-203-0/+33
| | |/ | |/|
* | | Merge branch 'v5-stable' into betaRainer Gerhards2011-06-141-0/+22
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/nsd_gtls.c tcpsrv.c tests/Makefile.am
| * | backporting TLS-based testRainer Gerhards2011-06-141-0/+22
| |/
* | Merge branch 'v5-devel'Rainer Gerhards2011-04-121-0/+5
|\| | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html plugins/imtcp/imtcp.c
| * testbench sent a big bunch of error messages to console - supporessedRainer Gerhards2011-04-121-0/+5
| |
* | added one more testcase for sending TCP/TLS syslogRainer Gerhards2011-04-042-0/+42
| |
* | Merge branch 'v5-devel'Rainer Gerhards2011-03-3110-3/+74
|\| | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c
| * fixed problem in testbench & added new test (not yet integrated)Rainer Gerhards2011-03-303-1/+27
| | | | | | | | | | The test is a setup scenario for this bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=241
| * testbench samples incorrect, correctedv5.7.10Rainer Gerhards2011-03-292-2/+2
| | | | | | | | | | | | this was due to the old RFC5424 parser being considered correct, what it was not. As such, the samples generated from it were incorrect as well. Now with the corrected parsers, the tests failed.
| * Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-165-0/+45
| |\ | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * fixed a regression of last patch and some cleanupRainer Gerhards2011-03-161-0/+9
| | |
| | * bugfix: failover did not work correctly if repeated msg reduction was onRainer Gerhards2011-03-164-0/+36
| | | | | | | | | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on
* | | testbench bugfix: tls test failed during make distcheck...Rainer Gerhards2011-03-111-3/+1
| | | | | | | | | | | | ... due to wrong path the certificate files
* | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+12
|\| |
| * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-111-0/+12
| |\| | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-03-111-0/+12
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diag.sh tests/tcpflood.c
| | | * added new test for imfile to testbenchRainer Gerhards2011-03-111-0/+12
| | | |
* | | | Merge branch 'v5-beta'Rainer Gerhards2011-03-119-0/+74
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * | | bugfix: minor memory leak in omlibdbi (< 1k per instance and run)Rainer Gerhards2011-03-102-0/+21
| | | | | | | | | | | | | | | | | | | | also testbench improvement (omlibdbi now also receives a couple of tests if we have a life MySQL server).
| * | | added MySQL life tests for ommysqlRainer Gerhards2011-03-094-0/+13
| | | | | | | | | | | | | | | | | | | | tests run against a life database instance which must be setup in a specific way.
| * | | improved testbenchRainer Gerhards2011-03-091-0/+15
| | | |
| * | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-081-0/+15
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tools/syslogd.c
| | * | added new test to testbenchRainer Gerhards2011-03-081-0/+15
| | | |
| * | | added new test to check RepeatedMsgReduction (via TCP)Rainer Gerhards2011-03-061-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is kind of a backport of a similar UDP-based test from v6. However, we do not have everything required for UDP in the v5 test tool base, so we mimic the test with tcp -- which is not bad at all, because the code path for TCP is somewhat different (and thus once we merge this patch into v6, it is a useful addition).
| * | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-044-10/+10
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | changed testbench parser patterns for more usual system configRainer Gerhards2011-03-044-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a problem in the current testbench is that it depends on the locally assigned system name. We have changed the default to the most common default value. However, in the long term we need to fix this (and will do so via a preloaded DNS cache, which we do not yet have!)
* | | | added additional test for repeated message reduction (with valgrind)Rainer Gerhards2011-03-061-0/+11
| | | |
* | | | adding forgotten testbench fileRainer Gerhards2011-03-061-0/+23
| | | |
* | | | changed testbench parser patterns for more usual system configRainer Gerhards2011-03-044-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a problem in the current testbench is that it depends on the locally assigned system name. We have changed the default to the most common default value. However, in the long term we need to fix this (and will do so via a preloaded DNS cache, which we do not yet have!)
* | | | improved testbenchRainer Gerhards2011-03-011-0/+11
|/ / / | | | | | | | | | | | | - added valgrind-based test (the first one ever ;)) - fixed memory leak in imdiag (guess how this was detected...)
* | | added one more test for imuxsock to autmatted test suiteRainer Gerhards2011-02-221-0/+7
| | | | | | | | | | | | control character escaping is now also being tested
* | | improved testbench, added tests for imuxsockRainer Gerhards2011-02-212-0/+14
| | |
* | | Merge branch 'v4-devel' into v5-develRainer Gerhards2010-12-171-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html doc/manual.html plugins/imudp/imudp.c runtime/msg.h tools/syslogd.c
| * | added $LocalHostName config directive & some bugfixingRainer Gerhards2010-12-161-0/+1
| | | | | | | | | | | | | | | | | | - added $LocalHostName config directive - bugfix: local hostname was pulled too-early, so that some config directives (namely FQDN settings) did not have any effect
| * | added forgotten testcase filesv4.7.3Rainer Gerhards2010-11-251-0/+12
| | |
* | | yet another forgotten testbench fileRainer Gerhards2010-10-221-0/+12
| | |
* | | Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-155-0/+74
|\| | | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| * | Merge branch 'v4-stable-imptcp' into v4-develRainer Gerhards2010-08-112-0/+26
| |\ \
| | * | imptcp: added $InputPTCPServerAddtlFrameDelimiter directiveRainer Gerhards2010-08-112-0/+26
| | | | | | | | | | | | | | | | also improved testbench
| * | | Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-113-0/+48
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am