summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | 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
| * | | Merge branch 'v4-beta' into betaRainer Gerhards2010-02-104-0/+47
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c template.c tests/Makefile.am tests/parsertest.sh
| | * | added one more test to testbenchRainer Gerhards2010-02-082-0/+24
| | | |
| | * | enhanced test suiteRainer Gerhards2010-02-082-0/+23
| | | | | | | | | | | | | | | | | | | | now CSV and regex extraction are being tested (would have caught the bug fixed with the last commit).
* | | | added $Escape8BitCharactersOnReceive directiveRainer Gerhards2010-01-273-0/+13
| | | | | | | | | | | | | | | | Thanks to David Lang for suggesting this functionality.
* | | | added testcaseRainer Gerhards2010-01-261-0/+3
| | | | | | | | | | | | | | | | | | | | existed for some time, had forgotten to add it to git. Not an important case, though...
* | | | extended testbench: tests for $CreateDirsRainer Gerhards2009-11-302-0/+23
| | | |
* | | | re-implemented $EscapeControlCharacterTab config directiveRainer Gerhards2009-11-274-0/+24
|/ / / | | | | | | | | | | | | Based on Jonathan Bond-Caron's patch for v4. This now also includes some automatted tests.
* | | Merge branch 'v4-devel'Rainer Gerhards2009-11-122-0/+14
|\ \ \ | | |/ | |/| | | | | | | Conflicts: tests/Makefile.am
| * | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-122-0/+14
| |\|
| | * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-122-0/+14
| | |\ | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | | * bugfix: $ActionExecOnlyOnceEveryInterval did not work.Rainer Gerhards2009-11-122-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | This was a regression from the time() optimizations done in v4. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=143 Thanks to Klaus Tachtler for reporting this bug.
* | | | improved testbench: added tests for UDP forwarding and omudpspoofRainer Gerhards2009-11-129-0/+98
| | | |
* | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-1113-0/+185
|\| | |
| * | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-1113-0/+185
| |\| | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | somewhat enhanced test suiteRainer Gerhards2009-11-1113-0/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also prepared test case for TLS testing, but not activated it inside the build itself. A note on TLS testing: the current testsuite (in git!) already contains TLS test cases. However, getting these test cases correct is not simple. That's not a problem with the code itself, but rater a problem with synchronization in the test environment. So I have deciced to keep the TLS tests in, but not yet actually utilize them. This is most probably left as an excercise for future (devel) releases.
| | * | testbench improvement: gzip-plain-tcp mode is now being testedRainer Gerhards2009-11-113-1/+20
| | | | | | | | | | | | | | | | | | | | ... also improved two-instance test mechanism, now have a generic approach.
| | * | added support for dual-rsyslogd-instance test cases to testbenchRainer Gerhards2009-11-112-0/+19
| | | | | | | | | | | | | | | | ... plus a simple initial test of the tcp forwarding capability.
* | | | Merge branch 'v4-devel' into tmpRainer Gerhards2009-11-053-9/+17
|\| | |
| * | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-053-9/+17
| |\| | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | added pipe action test to testbench & testbench bugfixRainer Gerhards2009-11-053-9/+17
| | | |
* | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-031-0/+17
|\| | |
| * | | added function getenv() to RainerScriptRainer Gerhards2009-11-031-0/+17
| |/ /
* | | added omruleset output module, which provides great flexibility in action ↵Rainer Gerhards2009-11-022-0/+36
| | | | | | | | | | | | | | | | | | processing. THIS IS A VERY IMPORTANT ADDITION, see its doc for why.