summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* testbench bugfix: tls test failed during make distcheck...Rainer Gerhards2011-03-111-0/+4
| | | | ... due to wrong path the certificate files
* Merge branch 'v5-beta'Rainer Gerhards2011-03-111-1/+14
|\
| * added one more test for imfile (under valgrind)Rainer Gerhards2011-03-111-0/+4
| |
| * Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-111-1/+10
| |\ | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-03-111-1/+10
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diag.sh tests/tcpflood.c
| | | * added new test for imfile to testbenchRainer Gerhards2011-03-111-1/+10
| | | |
* | | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-3/+57
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-101-0/+11
| | | | | | | | | | | | | | | | | | | | also testbench improvement (omlibdbi now also receives a couple of tests if we have a life MySQL server).
| * | | fixed problem in testbench Makefile, added module to distcheckRainer Gerhards2011-03-101-2/+2
| | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for mentioning that some modules were not included in make distcheck.
| * | | fixed problems in testbench makefile (just introduced...)Rainer Gerhards2011-03-091-4/+4
| | | |
| * | | added MySQL life tests for ommysqlRainer Gerhards2011-03-091-0/+19
| | | | | | | | | | | | | | | | | | | | tests run against a life database instance which must be setup in a specific way.
| * | | improved testbenchRainer Gerhards2011-03-091-0/+5
| | | |
| * | | make testbench not errout if imdiag is not enabledRainer Gerhards2011-03-091-4/+10
| | | |
| * | | testbench: valgrind tests only executed if valgrind is availableRainer Gerhards2011-03-091-2/+6
| | | |
| * | | further improved testbenchRainer Gerhards2011-03-081-0/+2
| | | | | | | | | | | | | | | | some cosmetic issues, plus a new valgrind-based test
| * | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-081-1/+4
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tools/syslogd.c
| | * | added new test to testbenchRainer Gerhards2011-03-081-1/+4
| | | |
| * | | added new test to check RepeatedMsgReduction (via TCP)Rainer Gerhards2011-03-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | | | added additional test for repeated message reduction (with valgrind)Rainer Gerhards2011-03-061-0/+3
| | | |
* | | | Merge branch 'master-tcpsrv-mt'v6.1.5Rainer Gerhards2011-03-041-1/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | added new tls-based test to testbenchRainer Gerhards2011-02-281-0/+7
| | | | |
| * | | | Merge branch 'master' into master-tcpsrv-mtRainer Gerhards2011-02-281-3/+21
| |\ \ \ \
| * | | | | added support for TLS (in anon mode) to tcpfloodRainer Gerhards2011-02-021-1/+5
| | | | | |
* | | | | | improved testbenchRainer Gerhards2011-03-011-0/+3
| |/ / / / |/| | | | | | | | | | | | | | | | | | | - added valgrind-based test (the first one ever ;)) - fixed memory leak in imdiag (guess how this was detected...)
* | | | | Merge branch 'v5-beta'Rainer Gerhards2011-02-251-3/+21
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | bugfix: testbench failed when omuxsock was not selected in ./configureRainer Gerhards2011-02-241-1/+4
| | | |
| * | | bugfix: testbench failed when imptcp was not selectedRainer Gerhards2011-02-241-1/+1
| | | |
| * | | added one more test for imuxsock to autmatted test suiteRainer Gerhards2011-02-221-3/+7
| | | | | | | | | | | | | | | | control character escaping is now also being tested
| * | | improved testbench, added tests for imuxsockRainer Gerhards2011-02-211-1/+12
| | | |
* | | | enhanced tcpflood to run multithreadedRainer Gerhards2010-12-181-1/+1
|/ / /
* | | Merge branch 'v5-beta' into v5-develRainer Gerhards2010-11-251-3/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html plugins/imfile/imfile.c runtime/rsyslog.h
| * | bugfix: testbench failed if imptcp was not enabledRainer Gerhards2010-11-051-3/+7
| | |
* | | Merge branch 'v5-stable' into v5-develRainer Gerhards2010-10-221-1/+3
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | fixed testbench compile problem on SolarisRainer Gerhards2010-10-191-1/+3
| | |
| * | Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-151-0/+18
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
* | | | improved imuxsock doc & added small testing tool permanentlyRainer Gerhards2010-09-291-1/+4
| | | |
* | | | Merge branch 'v4-devel' into v5-develRainer Gerhards2010-08-111-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'v4-stable-imptcp' into v4-develRainer Gerhards2010-08-111-0/+6
| |\ \ \
| | * | | imptcp: added $InputPTCPServerAddtlFrameDelimiter directiveRainer Gerhards2010-08-111-0/+6
| | | | | | | | | | | | | | | | | | | | also improved testbench
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-08-111-0/+12
|\| | | | | |_|/ / |/| | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| * | | Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-111-0/+12
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am
| | * | more testbench improvements and new testsRainer Gerhards2010-08-101-0/+6
| | | |
| | * | added tests for imptcp and fixed some problems with itRainer Gerhards2010-08-101-0/+6
| | |/ | | | | | | | | | it now also works reliably in edge-triggered mode
* | | Merge branch 'v4-devel'Rainer Gerhards2010-08-061-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am
| * | added omuxsock, which permits to write message to local Unix socketsRainer Gerhards2010-08-061-2/+6
| | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding
* | | added new parser modulesRainer Gerhards2010-07-131-4/+4
| | | | | | | | | | | | | | | | | | | | | most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)
* | | bugfix: "$ActionExecOnlyWhenPreviousIsSuspended on" was brokenRainer Gerhards2010-06-241-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Note that, as it looks, the directive was already broken in previous v5 versions. So while I solved what looked like a (intentional) regression from the performance tuning, I actually solved a previous regression as well ;) I have also added new test cases to the testbench in order to capture such problems in the future. This version does now look pretty good in shape.
* | | milestone(BUGGY): batch now pushed down to actionRainer Gerhards2010-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | at least in important cases (not for non-direct action queues and some other minor things). This version is definitely buggy, but may be tried with success on a non-production system. I will continue to work on the correctness, but needed to commit now to get a baseline.
* | | Merge branch 'v5-stable'Rainer Gerhards2010-04-261-0/+3
|\ \ \
| * | | added new test to testbenchRainer Gerhards2010-04-261-0/+3
| | | | | | | | | | | | | | | | ... had forgotten this step...