summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | added test for ruleset-specific main queueRainer Gerhards2009-10-301-10/+28
| | |
* | | fix: testbench was broken by recent ruleset queue changesRainer Gerhards2009-10-301-0/+16
| | | | | | | | | | | | | | | actually, the runtime dummy was missing some global entities, these have now been added.
* | | improved testbenchRainer Gerhards2009-10-211-0/+15
| | | | | | | | | | | | | | | - added a test to check handling of damaged .qi files on startup - made sure each test identifies itself on startup
* | | streamlined new addition to testbenchRainer Gerhards2009-10-193-4/+20
| | |
* | | added new testcase; fixed bug in testdriverRainer Gerhards2009-10-191-0/+16
| | |
* | | added one more parser test caseRainer Gerhards2009-10-091-0/+5
| | |
* | | added forgotten testcaseRainer Gerhards2009-08-201-0/+4
| | |
* | | Merge branch 'beta'Rainer Gerhards2009-08-171-0/+4
|\| |
| * | legacy syslog parser changed so that it now accepts date stamps in wrong case.Rainer Gerhards2009-08-171-0/+4
| | | | | | | | | | | | Some devices seem to create them and I do not see any harm in supporting that.
* | | bugfix: discard action caused segfaultRainer Gerhards2009-07-301-0/+13
| | |
* | | Merge branch 'v4-devel'Rainer Gerhards2009-07-094-0/+39
|\| |
| * | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-094-0/+39
| | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'master' into v5-develRainer Gerhards2009-06-262-0/+44
|\| |
| * | added some basic multithreading tests to testbenchRainer Gerhards2009-06-262-0/+44
| | |
* | | Merge branch 'omfile' into tmpRainer Gerhards2009-06-2226-0/+130
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | fully optimized datetime module and enhanced test suiteRainer Gerhards2009-06-1925-0/+127
| | | | | | | | | | | | tests for the various timestamp formats have been added
| * | fixed abort condition with oversize tagsRainer Gerhards2009-06-181-0/+3
| | | | | | | | | | | | this was a regression I introduced this afternoon
* | | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-0/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-0/+17
| |/ | | | | | | | | | | | | 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
| * backported some of the v5 testbenchRainer Gerhards2009-06-041-2/+0
| | | | | | | | | | | | | | | | 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-05-282-0/+6
|\| | | | | | | | | Conflicts: tests/Makefile.am
| * Merge branch 'beta' into masterRainer Gerhards2009-05-282-0/+6
| |\ | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * Merge branch 'v3-stable' into betaRainer Gerhards2009-05-282-0/+6
| | |\ | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | | * small enhancement: config validation run now exits with code 1 if an error ↵Rainer Gerhards2009-05-282-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-283-3/+3
| | |
* | | Merge branch 'master' into v5-develRainer Gerhards2009-05-284-4/+4
|\| | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diag.sh
| * | fixed make distcheckRainer Gerhards2009-05-284-4/+4
| | |
* | | adapted testbench to new capabilitiesRainer Gerhards2009-05-274-5/+5
| | | | | | | | | | | | | | | ... and now make check fails again, we have obviously found some new bugs thanks to the additional cases
* | | Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-276-42/+27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diskqueue.sh tests/imtcp-multiport.sh tests/manytcp.sh tests/memq-persist.sh
| * | greatly enhanced testbenchRainer Gerhards2009-05-276-42/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | The imdiag module now can very effectively inject messages, which also frees us from uncertainties of tcp reception and processing. All shell script based tests have been modularized, what makes it far easier to create new tests. Also, the test bench now executes more reliable and much faster, because we can now rely on actual engine information where we previously did just a dumb sleep.
* | | Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-252-0/+45
|\| | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | added test suite for persistent queue shutdownRainer Gerhards2009-05-252-0/+45
| | |
* | | Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-251-0/+3
|\| |
| * | solved some issues with testbench & a race conditionRainer Gerhards2009-05-251-0/+3
| | |