summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* added new test to testbenchRainer Gerhards2011-03-081-1/+4
|
* bugfix: testbench failed if imptcp was not enabledRainer Gerhards2010-11-051-3/+7
|
* 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
| * 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-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
| | | |
* | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html runtime/debug.c runtime/rsyslog.h tests/Makefile.am tests/diag.sh tests/nettester.c tools/syslogd.c
| * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-04-121-1/+5
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: ChangeLog
| | * | solving a number of minor (but annoying) issues in the build systemRainer Gerhards2010-04-121-0/+1
| | | |
| | * | added new configure option that permits to disable and enable an extended ↵Rainer Gerhards2010-04-121-1/+4
| | | | | | | | | | | | | | | | testbench
| | * | improvded testbench: added test with truly random data received via syslog ↵Rainer Gerhards2010-04-011-1/+7
| | | | | | | | | | | | | | | | to test robustness
| * | | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-121-1/+66
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
| * \ \ \ Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-201-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
* | | | | | preparing for 5.5.3 releasev5.5.3Rainer Gerhards2010-04-091-0/+1
| | | | | |
* | | | | | Merge branch 'beta' into masterRainer Gerhards2010-04-091-1/+59
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c runtime/stream.h tests/Makefile.am tests/diag.sh tools/omfile.c
| * \ \ \ \ \ Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-091-1/+8
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | / | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/rsyslog.c tests/nettester.c tools/syslogd.c
| | * | | | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-071-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this enables us to work with the "usual" environment tweaks (for debugging and other purposes), without the need for any special handling in nettester itself
| | * | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-261-2/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-251-6/+12
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | replaced sleep in test suite by a small self-crafted toolRainer Gerhards2010-03-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | subsecond sleep did not work on all platforms
| * | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-291-0/+51
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/debug.c runtime/stream.c tests/Makefile.am tests/diskqueue.sh tests/nettester.c tools/omfile.c
| | * | | | | preparing for 4.6.2v4.6.2Rainer Gerhards2010-03-261-2/+1
| | | |/ / / | | |/| | |
| | * | | | new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-251-6/+12
| | |/ / / | | | | | | | | | | | | | | | it permits to specifiy if asynchronous writing should be done or not
| | * | | added one more test case for dynafile cacheRainer Gerhards2010-03-221-1/+7
| | | | |
| | * | | added some more tests for severely ill-formed snare messagesRainer Gerhards2010-03-211-0/+4
| | | | | | | | | | | | | | | | | | | | also improved nettester testbench tool a bit
| | * | | added parser test cases to testbenchRainer Gerhards2010-03-191-0/+2
| | | | |
| | * | | added additional test case for async writerRainer Gerhards2010-03-191-0/+3
| | | | |
| | * | | added test for deadlock with dynafile writing and cache exhaustionRainer Gerhards2010-03-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this introduces a test case that breaks the current code. This commit does NOT yet provide the necessary code patch. Thus "make check" does currently hang.
| | * | | added test to check for deadlock condition in async-written filesRainer Gerhards2010-03-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this introduces a test case that breaks the current code. This commit does NOT yet provide the necessary code patch. Thus make check does currently hang.
| | * | | added new, complex testcase to testbenchRainer Gerhards2010-03-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | this is an excerpt from some of the more intensen manual tests I am doing, stripped down to be useful inside the testbench.
| | * | | fix recently introduced minor nit in Makefile for testbenchRainer Gerhards2010-03-151-1/+0
| | | | |
| | * | | added more parser test casesRainer Gerhards2010-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | also improved testing tools to support new testcase structure
| | * | | added more tests to testbench and improved testing toolsRainer Gerhards2010-03-111-0/+9
| | | | |
| | * | | bugfixes and testbench improvementRainer Gerhards2010-03-101-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - improved testbench - bugfix: potential data loss during file stream shutdown - bugfix: potential problems during file stream shutdown The shutdown/close sequence was not clean, what potentially (but unlikely) could lead to some issues. We have not been able to describe any fatal cases, but there was some bug potential. Sequence has now been straighted out.
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-091-0/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/datetime.h
| | * | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details. [backport from 5.5.3 because urgently needed by some]
| * | | | Merge branch 'v4-stable' into 'v5-beta'Rainer Gerhards2010-02-251-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c
* | | | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details.