summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v4-develRainer Gerhards2011-05-091-1/+10
|\ | | | | | | | | | | | | Conflicts: tcpsrv.c tests/Makefile.am tests/tcpflood.c
| * added new test for imfile to testbenchRainer Gerhards2011-03-111-1/+10
| |
* | 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
* | 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
* | testbench improvement: Java is no longer needed for testing tool creationRainer Gerhards2010-04-201-5/+5
| |
* | 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
| * | 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
| | * preparing for 4.6.2v4.6.2Rainer Gerhards2010-03-261-2/+1
| | |
| * | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-251-6/+12
| |\| | | | | | | | | | | | | Conflicts: ChangeLog
| | * new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-251-6/+12
| | | | | | | | | | | | it permits to specifiy if asynchronous writing should be done or not
| * | replaced sleep in test suite by a small self-crafted toolRainer Gerhards2010-03-251-1/+2
| |/ | | | | | | subsecond sleep did not work on all platforms
| * 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.
| * 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]
| * bugfix: message without MSG part could case a segfaultRainer Gerhards2010-02-221-0/+1
| | | | | | | | | | | | | | [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...
| * preparing for 4.5.8v4.5.8Rainer Gerhards2010-02-101-0/+4
| |
* | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-201-0/+1
|\| | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| * preparing for 4.5.7v4.5.7Rainer Gerhards2009-11-181-0/+1
| |
* | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-121-0/+5
|\|
| * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-0/+5
| |\ | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * bugfix: $ActionExecOnlyOnceEveryInterval did not work.Rainer Gerhards2009-11-121-0/+4
| | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-111-0/+9
|\| | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | somewhat enhanced test suiteRainer Gerhards2009-11-111-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-111-0/+9
| | | | | | | | | | | | | | | ... also improved two-instance test mechanism, now have a generic approach.
* | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-051-1/+4
|\| | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | added pipe action test to testbench & testbench bugfixRainer Gerhards2009-11-051-1/+4
| | |
| * | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-08-271-2/+2
| |\| | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
* | | added function getenv() to RainerScriptRainer Gerhards2009-11-031-0/+3
| | |
* | | Merge branch 'v4-stable' into v4-develRainer Gerhards2009-08-251-2/+2
|\ \ \ | |/ / |/| / | |/ | | | | Conflicts: ChangeLog runtime/msg.c
| * bugfix: Java testing tools were required, even if testbench was disabledRainer Gerhards2009-08-241-2/+2
| | | | | | | | | | | | This resulted in build errors if no Java was present on the build system, even though none of the selected option actually required Java. (I forgot to backport a similar fix to newer releases).
| * cleanup (removed left-over from backport)v4.3.2Rainer Gerhards2009-06-241-2/+0
| |
* | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-0/+6
| | | | | | | | | | | | This was a result of an internal processing error if maximum field sizes had been specified in the property replacer. Also did some testbench improvements, including omstdout.