summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | Merge branch 'master' into v5-develRainer Gerhards2009-05-281-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diag.sh
| * | | fixed make distcheckRainer Gerhards2009-05-281-0/+1
| | | |
* | | | adapted testbench to new capabilitiesRainer Gerhards2009-05-271-1/+4
| | | | | | | | | | | | | | | | | | | | ... 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-271-6/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diskqueue.sh tests/imtcp-multiport.sh tests/manytcp.sh tests/memq-persist.sh
| * | | 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.
* | | | Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-251-1/+6
|\| | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | | added test suite for persistent queue shutdownRainer Gerhards2009-05-251-1/+4
| | | |
* | | | Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-251-1/+5
|\| | |
| * | | 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.
* | | | Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-251-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diskqueue.sh
| * | | 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
| | | |
* | | | Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-221-2/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h tests/Makefile.am tools/syslogd.c
| * | | 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.
* | | | added explicit (base) test for linkedList and FixedArray queue modesRainer Gerhards2009-05-201-1/+6
| | | |
* | | | Merge branch 'master' into tmpRainer Gerhards2009-05-191-2/+5
|\| | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | | 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>
* | | | added test for property replacer field functionality to testbenchRainer Gerhards2009-05-131-1/+11
| | | | | | | | | | | | | | | | plus some cosmetic changes
* | | | added test for DA queue mode (in main msg queue) - needs more workRainer Gerhards2009-04-221-1/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | The problem is that the rsyslog engine writes messages too quickly, so that the queue never enters DA mode. We still have some look contemption. One possible solution (hopefully) is to finally move the parser code out of imtcp and onto the next thread. Need to address these issues first, then come back to the test case.
* | | improved testbench - added tests for queue disk-only modeRainer Gerhards2009-04-171-1/+3
| | |
* | | fixed testbench compilation problem on SolarisRainer Gerhards2009-04-091-1/+3
| | | | | | | | | | | | | | | Solaris network libraries needed to be specified in linker options