summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* | | solved some minor nits in make distcheckv5.3.5Rainer Gerhards2009-11-131-0/+1
| | |
* | | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-1/+6
|\ \ \ | | |/ | |/| | | | | | | Conflicts: tests/Makefile.am
| * | 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.
* | | | improved testbench: added tests for UDP forwarding and omudpspoofRainer Gerhards2009-11-121-0/+19
| | | |
* | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-111-0/+9
|\| | |
| * | | 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-devel' into tmpRainer Gerhards2009-11-051-1/+4
|\| | |
| * | | 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
* | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-031-0/+3
|\| | |
| * | | 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
| | |
* | | added omruleset output module, which provides great flexibility in action ↵Rainer Gerhards2009-11-021-0/+9
| | | | | | | | | | | | | | | | | | processing. THIS IS A VERY IMPORTANT ADDITION, see its doc for why.
* | | added test for ruleset-specific main queueRainer Gerhards2009-10-301-0/+3
| | |
* | | improved testbenchRainer Gerhards2009-10-211-0/+4
| | | | | | | | | | | | | | | - added a test to check handling of damaged .qi files on startup - made sure each test identifies itself on startup
* | | preparing for 5.3.2v5.3.2Rainer Gerhards2009-10-211-1/+1
| | |
* | | streamlined new addition to testbenchRainer Gerhards2009-10-191-0/+3
| | |
* | | added one more parser test caseRainer Gerhards2009-10-091-0/+1
| | |
* | | added forgotten testcaseRainer Gerhards2009-08-201-0/+1
| | |
* | | bugfix: discard action caused segfaultRainer Gerhards2009-07-301-0/+3
| | |
* | | moved check_JAVA as suggested by Michael Biebl - thxRainer Gerhards2009-07-201-2/+2
| | |
* | | Merge branch 'v4-devel'Rainer Gerhards2009-07-091-0/+6
|\| |
| * | 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.
* | | added yet another forgotten file...Rainer Gerhards2009-07-021-0/+1
| | |
* | | fixed missing file in distribution tarballRainer Gerhards2009-07-021-0/+1
| | |
* | | Merge branch 'master' into v5-develRainer Gerhards2009-06-261-0/+6
|\| |
| * | added some basic multithreading tests to testbenchRainer Gerhards2009-06-261-0/+6
| | |
* | | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-1/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a complex manual merge, especially in action.c. So if there occur some problems, this would be a good point to start troubleshooting. I run a couple of tests before commiting and they all went well. Conflicts: action.c action.h runtime/queue.c runtime/queue.h runtime/wti.c runtime/wti.h
| * | some cleanupRainer Gerhards2009-06-191-0/+8
| | |
| * | fully optimized datetime module and enhanced test suiteRainer Gerhards2009-06-191-1/+21
| | | | | | | | | | | | tests for the various timestamp formats have been added
| * | fixed abort condition with oversize tagsRainer Gerhards2009-06-181-0/+1
| | | | | | | | | | | | this was a regression I introduced this afternoon
* | | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-5/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this was NOT a trivial merge, and there may be some issues. This needs to be seen when we continue developing. Conflicts: runtime/msg.h runtime/obj.h runtime/queue.c runtime/srUtils.h runtime/stream.c runtime/stream.h runtime/wti.c tests/Makefile.am tools/omfile.c tools/syslogd.c
| * | fixed small nit in build systemRainer Gerhards2009-06-101-2/+0
| | |
| * | added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-0/+3
| |/ | | | | | | | | | | | | also adds speed, because you do no longer need to run the whole file system in sync mode. New testbench and new config directives: - $MainMsgQueueSyncQueueFiles - $ActionQueueSyncQueueFiles
* | Merge branch 'master' into v5-develRainer Gerhards2009-06-041-1/+4
|\| | | | | | | | | | | Conflicts: runtime/rsyslog.h tests/Makefile.am
| * backported some of the v5 testbenchRainer Gerhards2009-06-041-6/+20
| | | | | | | | | | | | | | | | this permits us to keep a persistent test environment between v4 and v5, most importantly using the same tools. As far as the actual tests are concerned, some had issues. I had no time to check if that was an issue with the test or an actual issue with the v3/4 engine. Will do that at some later stage.
* | Merge branch 'master' into v5-develRainer Gerhards2009-06-041-0/+3
|\| | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * added config switch --enable-testbench=no to turn off testbenchRainer Gerhards2009-06-031-0/+3
| |
* | Merge branch 'master' into v5-develRainer Gerhards2009-05-281-0/+7
|\| | | | | | | | | Conflicts: tests/Makefile.am
| * Merge branch 'beta' into masterRainer Gerhards2009-05-281-1/+7
| |\ | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * Merge branch 'v3-stable' into betaRainer Gerhards2009-05-281-1/+7
| | |\ | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | | * small enhancement: config validation run now exits with code 1 if an error ↵Rainer Gerhards2009-05-281-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is detected. This change is considered important but small enough to apply it directly to the stable version. [But it is a border case, the change requires more code than I had hoped. Thus I have NOT tried to actually catch all cases, this is left for the current devel releases, if necessary]
* | | | some cleanup & fix make distcheckRainer Gerhards2009-05-281-1/+1
| | | |