summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
Commit message (Collapse)AuthorAgeFilesLines
* testbench: bug fix & enhance $IncludeConfig testsRainer Gerhards2012-11-204-4/+0
| | | | The bug fixes actually fixes a bug inside the *testbench* itself.
* improve $IncludeConfig error messagesRainer Gerhards2012-11-201-0/+11
|
* Merge branch 'v6-stable' into v7-stableRainer Gerhards2012-11-094-0/+17
|\ | | | | | | | | Conflicts: tests/Makefile.am
| * bugfix: $IncludeConfig did not correctly process directoriesRainer Gerhards2012-11-094-0/+17
| | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=376 The testbench was also enhanced to check for these cases. Thanks to Georgi Georgiev for the bug report. Also minor bugfix: no error msg on unreadable $IncludeConfig path
* | bugfix: omfwd did not properly support "template" parameterRainer Gerhards2012-10-301-0/+7
| | | | | | | | | | We also added a testbench test to check for this in the future. That in turn required new testbench tools.
* | testbench: complex1.sh testcase failed on slower machinesRainer Gerhards2012-10-291-0/+5
| | | | | | | | ... due to too small timeout for enqueue processing --> messages got lost
* | testbench: add test for ruleset() and call statementsRainer Gerhards2012-10-291-0/+22
| |
* | Implement script optimization IF -> PRIFILTRainer Gerhards2012-09-211-0/+12
| |
* | Implement RainerScript prifield() functionRainer Gerhards2012-09-201-0/+10
| |
* | Add new tests to testbenchRainer Gerhards2012-09-202-0/+31
| |
* | Implement RainerScript field() functionRainer Gerhards2012-09-201-0/+11
| |
* | bugfix: small memory leak in imdiagRainer Gerhards2012-09-191-0/+9
| | | | | | | | | | This does not have any practical problems associated with it, EXCECPT that it caused almost all valgrind testbench tests to fail.
* | Add CEE test to testbenchRainer Gerhards2012-09-191-0/+6
|/
* Fix new testbench testRainer Gerhards2012-09-141-1/+1
|
* Add test for script-based contains filter to testbenchRainer Gerhards2012-09-141-0/+4
|
* 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