summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* added new test for imfile to testbenchRainer Gerhards2011-03-111-1/+10
|
* 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
* preparing for 4.6.2v4.6.2Rainer Gerhards2010-03-261-2/+1
|
* new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-251-6/+12
| | | | it permits to specifiy if asynchronous writing should be done or not
* 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
|
* preparing for 4.5.7v4.5.7Rainer Gerhards2009-11-181-0/+1
|
* 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.
* | 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.
* | 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
| * 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.
* | added some basic multithreading tests to testbenchRainer Gerhards2009-06-261-0/+6
| |
* | 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
* | 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
* 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.
* added config switch --enable-testbench=no to turn off testbenchRainer Gerhards2009-06-031-0/+3
|
* 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]
* | | fixed make distcheckRainer Gerhards2009-05-281-0/+1
| | |
* | | fixed typoRainer Gerhards2009-05-271-3/+1
| | |
* | | greatly enhanced testbenchRainer Gerhards2009-05-271-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | added test suite for persistent queue shutdownRainer Gerhards2009-05-251-1/+4
| | |
* | | improved testbench / solved imdiag race conditionRainer Gerhards2009-05-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | imdiag/imtcp had a modload race condition (as imdiag is a testing aid, this has no implications for production deployments). Also, I replaced netcat by a custom program to talk to imdiag. This, for the first time ever, is now a Java program. I plan to add some GUI troubleshooting tools and thought it is a good idea to start doing things in Java that can simply be done in that language.
* | | added new testing module imdiagRainer Gerhards2009-05-251-0/+1
| | | | | | | | | | | | | | | which enables to talk to the rsyslog core at runtime. The current implementation is only a beginning, but can be expanded over time
* | | fixing some nits with the build systemRainer Gerhards2009-05-221-1/+1
| | |
* | | added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes.
* | | Do not fail "make check" if omstdout is not enabledMichael Biebl2009-05-191-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Only run omod-if-array.sh and parsertest.sh test if omstdout plugin is enabled. Remove the comment and fix the help output for --enable-stdout (default was "no", not "yes") Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>