summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 6.3.3v6.3.3Rainer Gerhards2011-07-131-1/+1
|
* reverting back to non-debug settingsRainer Gerhards2011-07-132-3/+3
| | | | | debug settings in testbench were accidently left on, including a special test case
* Merge branch 'master-newconf'Rainer Gerhards2011-07-124-6/+5
|\ | | | | | | | | | | Conflicts: ChangeLog tools/omfile.c
| * 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-113-4/+2
| |
| * cleaup & emergency config system reactivatedRainer Gerhards2011-07-091-1/+2
| |
* | Merge branch 'v5-devel'Rainer Gerhards2011-07-111-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| * \ Merge branch 'v5-stable' into v5-develRainer Gerhards2011-07-111-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| | * \ Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-111-2/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh
| | | * | preparing for 4.6.7 releasev4.6.7Rainer Gerhards2011-07-115-12/+12
| | | | |
* | | | | preparing for 6.3.2v6.3.2Rainer Gerhards2011-07-061-8/+15
| |_|_|/ |/| | |
* | | | Merge branch 'v5-devel'Rainer Gerhards2011-06-272-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2110-54/+133
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-161-1/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * \ \ \ Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-144-55/+600
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tcpsrv.c
| * | | | | preparing for 5.9.0v5.9.0Rainer Gerhards2011-06-101-0/+1
| | | | | |
| * | | | | imfile: added $InputFileMaxLinesAtOnce directiveRainer Gerhards2011-05-241-0/+1
| | | | | |
* | | | | | Merge branch 'beta'Rainer Gerhards2011-06-2111-46/+136
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am tests/manytcp-too-few-tls.sh
| * \ \ \ \ \ Merge branch 'v5-stable' into betaRainer Gerhards2011-06-2111-47/+138
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh tests/sndrcv_drvr.sh
| | * | | | | bugfix: mutex was invalidly left unlocked during action processingv5.8.2Rainer Gerhards2011-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least one case where this can occur is during thread shutdown, which may be initiated by lower activity. In most cases, this is quite unlikely to happen. However, if it does, data structures may be corrupted which could lead to fatal failure and segfault. I detected this via a testbench test, not a user report. But I assume that some users may have had unreproducable aborts that were cause by this bug.
| | * | | | | preparing for 5.8.2Rainer Gerhards2011-06-211-1/+2
| | | | | | |
| | * | | | | testbench: added new tests for failover casesRainer Gerhards2011-06-2010-52/+130
| | | |_|/ / | | |/| | |
| | * | | | failover problem was not totally solved, now (hopefully ;))Rainer Gerhards2011-06-161-1/+5
| | | |/ / | | |/| | | | | | | | | | | | I overlooked a border case, which came up on a larger testbench run.
| * | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-06-143-0/+40
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/nsd_gtls.c tcpsrv.c tests/Makefile.am
| | * | | backporting TLS-based testRainer Gerhards2011-06-143-0/+43
| | | | |
| | * | | backported current tcpflood testing toolRainer Gerhards2011-06-142-55/+557
| | |/ / | | | | | | | | | | | | so that we can improve v5's testbench as well
* | | | bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-103-0/+38
| | | | | | | | | | | | | | | | | | | | This leak is tied to error conditions which lead to incorrect cleanup of some data structures.
* | | | added some more tls-based tests to testbenchRainer Gerhards2011-06-104-1/+54
| | | |
* | | | fixed broken testbenchRainer Gerhards2011-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | actually, this test was missing the module path all the time, but we didn't notice it because previously no module needed to be loaded.
* | | | regression fix: config validation code affected by recent changesRainer Gerhards2011-05-301-0/+3
| | | | | | | | | | | | | | | | did not return with proper return value
* | | | Merge branch 'beta'Rainer Gerhards2011-05-212-0/+9
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imrelp/imrelp.c
| * | | preparing for 6.1.8 releasev6.1.8Rainer Gerhards2011-05-211-0/+6
| | | |
| * | | Merge branch 'v5-stable' into betaRainer Gerhards2011-05-201-0/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html plugins/imrelp/imrelp.c
| | * | minor: made diagtalker output more clearRainer Gerhards2011-05-111-0/+3
| | | | | | | | | | | | | | | | prevents confusion during testbench run
* | | | temporarily changed testbench to cover ongoing config changesRainer Gerhards2011-04-262-2/+2
| | | |
* | | | step: config handler setting from syslogd.c moved to rsconf.cRainer Gerhards2011-04-211-1/+1
| | | |
* | | | milestone: conf obj interface now utilzes rsconf_tRainer Gerhards2011-04-192-0/+2
|/ / /
* | | 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-045-2/+54
| | |
* | | activated TLS send/receive test in testbenchRainer Gerhards2011-04-042-10/+4
| | | | | | | | | | | | | | | This was possible because in v6 we do no longer have the TLS startup delay.
* | | Merge branch 'v5-devel'Rainer Gerhards2011-03-3123-10/+377
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c
| * | improved testbench, updated ChangeLog to reflect recent bugfixRainer Gerhards2011-03-312-10/+38
| | | | | | | | | | | | | | | | | | After trying out some more things with the new code (after last bugfix), I now think that the bugfix is OK to use and without regressions.
| * | fixed problem in testbench & added new test (not yet integrated)Rainer Gerhards2011-03-306-5/+139
| | | | | | | | | | | | | | | 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.
| * | added some more valgrind-based testsRainer Gerhards2011-03-165-0/+74
| | |
| * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-1612-3/+134
| |\ \ | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | fixed a regression of last patch and some cleanupRainer Gerhards2011-03-164-1/+32
| | | |
| | * | bugfix: failover did not work correctly if repeated msg reduction was onRainer Gerhards2011-03-1610-1/+101
| | | | | | | | | | | | | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on
* | | | fixed double-free regerssion, probably caused by last mergeRainer Gerhards2011-03-141-1/+1
| | | |