summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 5.8.2Rainer Gerhards2011-06-211-1/+2
|
* testbench: added new tests for failover casesRainer Gerhards2011-06-201-0/+11
|
* backporting TLS-based testRainer Gerhards2011-06-141-0/+6
|
* backported current tcpflood testing toolRainer Gerhards2011-06-141-1/+2
| | | | so that we can improve v5's testbench as well
* 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
* | 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
| | |
* | | 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).
* | | 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
| | |
* | | 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...
* | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-201-5/+5
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am
| * | | testbench improvement: Java is no longer needed for testing tool creationRainer Gerhards2010-04-201-5/+5
| | | |