summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
Commit message (Collapse)AuthorAgeFilesLines
* testbench: added new tests for failover casesRainer Gerhards2011-06-203-0/+33
|
* backporting TLS-based testRainer Gerhards2011-06-141-0/+22
|
* testbench sent a big bunch of error messages to console - supporessedRainer Gerhards2011-04-121-0/+5
|
* fixed problem in testbench & added new test (not yet integrated)Rainer Gerhards2011-03-303-1/+27
| | | | | The test is a setup scenario for this bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=241
* testbench samples incorrect, correctedv5.7.10Rainer Gerhards2011-03-292-2/+2
| | | | | | this was due to the old RFC5424 parser being considered correct, what it was not. As such, the samples generated from it were incorrect as well. Now with the corrected parsers, the tests failed.
* Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-165-0/+45
|\ | | | | | | | | Conflicts: tests/Makefile.am
| * fixed a regression of last patch and some cleanupRainer Gerhards2011-03-161-0/+9
| |
| * bugfix: failover did not work correctly if repeated msg reduction was onRainer Gerhards2011-03-164-0/+36
| | | | | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on
* | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-111-0/+12
|\| | | | | | | | | Conflicts: tests/Makefile.am
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-03-111-0/+12
| |\ | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diag.sh tests/tcpflood.c
| | * added new test for imfile to testbenchRainer Gerhards2011-03-111-0/+12
| | |
* | | bugfix: minor memory leak in omlibdbi (< 1k per instance and run)Rainer Gerhards2011-03-102-0/+21
| | | | | | | | | | | | | | | also testbench improvement (omlibdbi now also receives a couple of tests if we have a life MySQL server).
* | | added MySQL life tests for ommysqlRainer Gerhards2011-03-094-0/+13
| | | | | | | | | | | | | | | tests run against a life database instance which must be setup in a specific way.
* | | improved testbenchRainer Gerhards2011-03-091-0/+15
| | |
* | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-081-0/+15
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tools/syslogd.c
| * | added new test to testbenchRainer Gerhards2011-03-081-0/+15
| | |
* | | added new test to check RepeatedMsgReduction (via TCP)Rainer Gerhards2011-03-061-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | This is kind of a backport of a similar UDP-based test from v6. However, we do not have everything required for UDP in the v5 test tool base, so we mimic the test with tcp -- which is not bad at all, because the code path for TCP is somewhat different (and thus once we merge this patch into v6, it is a useful addition).
* | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-044-10/+10
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | changed testbench parser patterns for more usual system configRainer Gerhards2011-03-044-10/+10
| | | | | | | | | | | | | | | | | | | | | a problem in the current testbench is that it depends on the locally assigned system name. We have changed the default to the most common default value. However, in the long term we need to fix this (and will do so via a preloaded DNS cache, which we do not yet have!)
* | | added one more test for imuxsock to autmatted test suiteRainer Gerhards2011-02-221-0/+7
| | | | | | | | | | | | control character escaping is now also being tested
* | | improved testbench, added tests for imuxsockRainer Gerhards2011-02-212-0/+14
| | |
* | | Merge branch 'v4-devel' into v5-develRainer Gerhards2010-12-171-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html doc/manual.html plugins/imudp/imudp.c runtime/msg.h tools/syslogd.c
| * | added $LocalHostName config directive & some bugfixingRainer Gerhards2010-12-161-0/+1
| | | | | | | | | | | | | | | | | | - added $LocalHostName config directive - bugfix: local hostname was pulled too-early, so that some config directives (namely FQDN settings) did not have any effect
| * | added forgotten testcase filesv4.7.3Rainer Gerhards2010-11-251-0/+12
| | |
* | | yet another forgotten testbench fileRainer Gerhards2010-10-221-0/+12
| | |
* | | Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-155-0/+74
|\| | | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| * | Merge branch 'v4-stable-imptcp' into v4-develRainer Gerhards2010-08-112-0/+26
| |\ \
| | * | imptcp: added $InputPTCPServerAddtlFrameDelimiter directiveRainer Gerhards2010-08-112-0/+26
| | | | | | | | | | | | | | | | also improved testbench
| * | | Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-113-0/+48
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am
| | * | more testbench improvements and new testsRainer Gerhards2010-08-102-0/+32
| | | |
| | * | added tests for imptcp and fixed some problems with itRainer Gerhards2010-08-101-0/+16
| | |/ | | | | | | | | | it now also works reliably in edge-triggered mode
| | * improvded testbench: added test with truly random data received via syslog ↵Rainer Gerhards2010-04-011-0/+13
| | | | | | | | | | | | to test robustness
* | | Merge branch 'v4-devel'Rainer Gerhards2010-08-061-0/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am
| * | added omuxsock, which permits to write message to local Unix socketsRainer Gerhards2010-08-061-0/+10
| | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding
| * | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-1230-3/+576
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
* | | | added new parser modulesRainer Gerhards2010-07-132-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)
* | | | bugfix: "$ActionExecOnlyWhenPreviousIsSuspended on" was brokenRainer Gerhards2010-06-244-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that, as it looks, the directive was already broken in previous v5 versions. So while I solved what looked like a (intentional) regression from the performance tuning, I actually solved a previous regression as well ;) I have also added new test cases to the testbench in order to capture such problems in the future. This version does now look pretty good in shape.
* | | | Merge branch 'v5-stable'Rainer Gerhards2010-04-261-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: tests/diag.sh
| * | | | added testcase for problem with pipe without a readerRainer Gerhards2010-04-261-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=186 Note that this adds the test case, but does not yet provide a solution (so make check will hang when executed). Fix will be done next.
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-04-011-7/+11
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c
| | * | | temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-311-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...message-induced off-by-one error (potential segfault) (see 4.6.2) The analysis has been completed and a better fix been crafted and integrated.
* | | | | Merge branch 'beta' into masterRainer Gerhards2010-04-0925-5/+465
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c runtime/stream.h tests/Makefile.am tests/diag.sh tools/omfile.c
| * \ \ \ \ Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-092-7/+24
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/rsyslog.c tests/nettester.c tools/syslogd.c
| | * | | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-072-7/+24
| | |/ / | | | | | | | | | | | | | | | | | | | | 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 v5-stableRainer Gerhards2010-03-294-5/+9
| |\| |
| | * | bugfix: testbench failed when not executed in UTC+1 timezoneRainer Gerhards2010-03-294-5/+9
| | | | | | | | | | | | | | | | | | | | accidently, the time zone information was kept inside some to-be-checked-for responses
| * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-2920-0/+439
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/debug.c runtime/stream.c tests/Makefile.am tests/diskqueue.sh tests/nettester.c tools/omfile.c
| | * | disable testcases affected by temporary bugfix in commit ↵Rainer Gerhards2010-03-252-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | a3e48b697fa664110567fcd0027d24ea5a239041 ... so that the testbench continues to work
| | * | new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-259-1/+9
| | | | | | | | | | | | | | | | it permits to specifiy if asynchronous writing should be done or not
| | * | adding testcase files missing in gitRainer Gerhards2010-03-231-0/+81
| | | |