summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-devel'Rainer Gerhards2011-03-311-2/+24
|\ | | | | | | | | | | | | | | | | | | 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-311-2/+4
| | | | | | | | | | | | 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.
| * added some more valgrind-based testsRainer Gerhards2011-03-161-0/+8
| |
| * Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-161-1/+13
| |\ | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * fixed a regression of last patch and some cleanupRainer Gerhards2011-03-161-0/+3
| | |
| | * bugfix: failover did not work correctly if repeated msg reduction was onRainer Gerhards2011-03-161-0/+9
| | | | | | | | | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on
* | | 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