summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
Commit message (Collapse)AuthorAgeFilesLines
* testbench: stop-localvar did actually test msg vars - now fixedRainer Gerhards2013-11-241-4/+4
|
* Merge branch 'v7-devel'Rainer Gerhards2013-11-222-0/+22
|\ | | | | | | | | Conflicts: tests/Makefile.am
| * testbench: add test for rfc5424 parserRainer Gerhards2013-11-221-0/+10
| |
| * testbench: add test for mmpstrucdataRainer Gerhards2013-11-221-0/+12
| |
* | Merge branch 'v7-devel'Rainer Gerhards2013-11-201-0/+8
|\| | | | | | | | | Conflicts: tests/Makefile.am
| * testbench: add test for RainerScript optimizerRainer Gerhards2013-11-201-0/+8
| |
* | Merge branch 'v7-devel'Rainer Gerhards2013-11-191-0/+21
|\| | | | | | | | | Conflicts: ChangeLog
| * testbench: add new testRainer Gerhards2013-11-191-0/+21
| |
* | nitfix testbench: remove leftover from initial testingRainer Gerhards2013-11-181-1/+0
| |
* | testbench: add simple test for "stop" statementRainer Gerhards2013-11-181-0/+12
| |
* | testbench: add test for global variablesRainer Gerhards2013-11-181-0/+17
| |
* | testbench: add new test vor v6+ formatRainer Gerhards2013-11-141-0/+34
|/
* 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