summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
Commit message (Collapse)AuthorAgeFilesLines
* yet another forgotten testbench fileRainer Gerhards2010-10-221-0/+12
|
* Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-155-0/+74
|\ | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| * Merge branch 'v4-stable-imptcp' into v4-develRainer Gerhards2010-08-112-0/+26
| |\
| | * imptcp: added $InputPTCPServerAddtlFrameDelimiter directiveRainer Gerhards2010-08-112-0/+26
| | | | | | | | | | | | also improved testbench
| * | Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-113-0/+48
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am
| | * more testbench improvements and new testsRainer Gerhards2010-08-102-0/+32
| | |
| | * added tests for imptcp and fixed some problems with itRainer Gerhards2010-08-101-0/+16
| | | | | | | | | | | | it now also works reliably in edge-triggered mode
| | * improvded testbench: added test with truly random data received via syslog ↵Rainer Gerhards2010-04-011-0/+13
| | | | | | | | | | | | to test robustness
* | | Merge branch 'v4-devel'Rainer Gerhards2010-08-061-0/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+10
| | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding
| * | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-1230-3/+576
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
* | | | added new parser modulesRainer Gerhards2010-07-132-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-244-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge branch 'v5-stable'Rainer Gerhards2010-04-261-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: tests/diag.sh
| * | | | added testcase for problem with pipe without a readerRainer Gerhards2010-04-261-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=186 Note that this adds the test case, but does not yet provide a solution (so make check will hang when executed). Fix will be done next.
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-04-011-7/+11
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c
| | * | | temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-311-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...message-induced off-by-one error (potential segfault) (see 4.6.2) The analysis has been completed and a better fix been crafted and integrated.
* | | | | Merge branch 'beta' into masterRainer Gerhards2010-04-0925-5/+465
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-092-7/+24
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| | | | | | | | | | | | | | | | | 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-072-7/+24
| | |/ / | | | | | | | | | | | | | | | | | | | | 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 v5-stableRainer Gerhards2010-03-294-5/+9
| |\| |
| | * | bugfix: testbench failed when not executed in UTC+1 timezoneRainer Gerhards2010-03-294-5/+9
| | | | | | | | | | | | | | | | | | | | accidently, the time zone information was kept inside some to-be-checked-for responses
| * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-2920-0/+439
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | disable testcases affected by temporary bugfix in commit ↵Rainer Gerhards2010-03-252-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | a3e48b697fa664110567fcd0027d24ea5a239041 ... so that the testbench continues to work
| | * | new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-259-1/+9
| | | | | | | | | | | | | | | | it permits to specifiy if asynchronous writing should be done or not
| | * | adding testcase files missing in gitRainer Gerhards2010-03-231-0/+81
| | | |
| | * | added one more test case for dynafile cacheRainer Gerhards2010-03-221-0/+14
| | | |
| | * | added testcase showcasing problems when dynafile can not be openedRainer Gerhards2010-03-221-0/+14
| | | | | | | | | | | | | | | | | | | | note that so far no patch is provided. This has not yet been made part of "make check"
| | * | added some more tests for severely ill-formed snare messagesRainer Gerhards2010-03-214-0/+70
| | | | | | | | | | | | | | | | also improved nettester testbench tool a bit
| | * | added parser test cases to testbenchRainer Gerhards2010-03-192-0/+20
| | | |
| | * | added additional test case for async writerRainer Gerhards2010-03-191-0/+15
| | | |
| | * | some cleanup, some additional comments and a bit more debug outputRainer Gerhards2010-03-182-9/+1
| | | |
| | * | added test for deadlock with dynafile writing and cache exhaustionRainer Gerhards2010-03-171-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | 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/+21
| | | | | | | | | | | | | | | | | | | | | | | | 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 more parser test casesRainer Gerhards2010-03-111-0/+83
| | | | | | | | | | | | | | | | also improved testing tools to support new testcase structure
| | * | added more tests to testbench and improved testing toolsRainer Gerhards2010-03-113-0/+47
| | | |
| | * | bugfixes and testbench improvementRainer Gerhards2010-03-104-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-092-0/+14
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/datetime.h
| | * | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-083-0/+30
| | | | | | | | | | | | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details. [backport from 5.5.3 because urgently needed by some]
| * | | added forgotten fileRainer Gerhards2010-03-081-0/+16
| | | |
| * | | fully integrated parser fixes from v4.6.0Rainer Gerhards2010-02-251-1/+2
| | | | | | | | | | | | | | | | | | | | This also made necessary a parser test case updates. Acutally, the test case was wrong, but I did not notice that before.
| * | | Merge branch 'v4-stable' into 'v5-beta'Rainer Gerhards2010-02-252-3/+39
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c
* | | | added file so far forgotten in gitRainer Gerhards2010-03-051-0/+16
| | | |
* | | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-052-0/+14
| | | | | | | | | | | | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details.
* | | | fully integrated parser fixes from v4.6.0Rainer Gerhards2010-02-252-2/+3
| | | | | | | | | | | | | | | | | | | | This also made necessary some parser test case updates. Acutally, the test case was wrong, but I did not notice that before.
* | | | Merge branch 'v4-beta' into masterRainer Gerhards2010-02-242-3/+39
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: doc/manual.html tools/syslogd.c
| * | | message parser fixes and testbench enhancementsRainer Gerhards2010-02-221-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - improved testbench to contain samples for totally malformed messages which miss parts of the message content - bugfix: some malformed messages could lead to a missing LF inside files or some other missing parts of the template content. - bugfix: if a message ended immediately with a hostname, the hostname was mistakenly interpreted as TAG, and localhost be used as hostname
| * | | bugfix: message without MSG part could case a segfaultRainer Gerhards2010-02-222-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [backported from v5 commit 98d1ed504ec001728955a5bcd7916f64cd85f39f] This actually was a "recent" regression, but I did not realize that it was introduced by the performance optimization in v4-devel. Shame on me for having two devel versions at the same time...
* | | | added additional test case (based on real-life problem)Rainer Gerhards2010-02-191-0/+7
| | | |
* | | | Merge branch 'beta' into masterRainer Gerhards2010-02-104-0/+47
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: ChangeLog tests/parsertest.sh