summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* removed dependency on gcrypt for recently-enough GnuTLSRainer Gerhards2011-10-171-1/+5
| | | | see: http://bugzilla.adiscon.com/show_bug.cgi?id=289
* Merge branch 'v5-stable' into v5-develRainer Gerhards2011-10-171-2/+3
|\ | | | | | | | | Conflicts: ChangeLog
| * fixed compiler warnings in tcpflood.cRainer Gerhards2011-10-061-2/+3
| |
* | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-07-111-2/+2
|\| | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-111-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh
| | * preparing for 4.6.7 releasev4.6.7Rainer Gerhards2011-07-115-12/+12
| | |
* | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-2110-54/+133
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | bugfix: mutex was invalidly left unlocked during action processingv5.8.2Rainer Gerhards2011-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | At least one case where this can occur is during thread shutdown, which may be initiated by lower activity. In most cases, this is quite unlikely to happen. However, if it does, data structures may be corrupted which could lead to fatal failure and segfault. I detected this via a testbench test, not a user report. But I assume that some users may have had unreproducable aborts that were cause by this bug.
| * | preparing for 5.8.2Rainer Gerhards2011-06-211-1/+2
| | |
| * | testbench: added new tests for failover casesRainer Gerhards2011-06-2010-52/+130
| | |
* | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-161-1/+5
|\| | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h
| * | failover problem was not totally solved, now (hopefully ;))Rainer Gerhards2011-06-161-1/+5
| | | | | | | | | | | | I overlooked a border case, which came up on a larger testbench run.
* | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-144-55/+600
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog tcpsrv.c
| * | backporting TLS-based testRainer Gerhards2011-06-143-0/+43
| | |
| * | backported current tcpflood testing toolRainer Gerhards2011-06-142-55/+557
| | | | | | | | | | | | so that we can improve v5's testbench as well
* | | preparing for 5.9.0v5.9.0Rainer Gerhards2011-06-101-0/+1
| | |
* | | imfile: added $InputFileMaxLinesAtOnce directiveRainer Gerhards2011-05-241-0/+1
|/ /
* | minor: made diagtalker output more clearRainer Gerhards2011-05-111-0/+3
| | | | | | | | prevents confusion during testbench run
* | testbench sent a big bunch of error messages to console - supporessedRainer Gerhards2011-04-121-0/+5
| |
* | improved testbench, updated ChangeLog to reflect recent bugfixRainer Gerhards2011-03-312-10/+38
| | | | | | | | | | | | After trying out some more things with the new code (after last bugfix), I now think that the bugfix is OK to use and without regressions.
* | fixed problem in testbench & added new test (not yet integrated)Rainer Gerhards2011-03-306-5/+139
| | | | | | | | | | 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.
* | added some more valgrind-based testsRainer Gerhards2011-03-165-0/+74
| |
* | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-1612-3/+134
|\ \ | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | fixed a regression of last patch and some cleanupRainer Gerhards2011-03-164-1/+32
| | |
| * | bugfix: failover did not work correctly if repeated msg reduction was onRainer Gerhards2011-03-1610-1/+101
| | | | | | | | | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on
* | | added one more test for imfile (under valgrind)Rainer Gerhards2011-03-112-0/+19
| | |
* | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-117-4/+66
|\| | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-03-117-4/+66
| |\| | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diag.sh tests/tcpflood.c
| | * added new test for imfile to testbenchRainer Gerhards2011-03-116-4/+62
| | |
| | * improved tcpflood test tool to support many more connectionsRainer Gerhards2011-03-101-0/+14
| | | | | | | | | | | | | | | | | | even on platforms that place a low limit on the number of file descriptors per processes. The tool now increases the fd limit as required.
* | | bugfix: minor memory leak in omlibdbi (< 1k per instance and run)Rainer Gerhards2011-03-106-0/+74
| | | | | | | | | | | | | | | also testbench improvement (omlibdbi now also receives a couple of tests if we have a life MySQL server).
* | | fixed problem in testbench Makefile, added module to distcheckRainer Gerhards2011-03-101-2/+2
| | | | | | | | | | | | | | | Thanks to Michael Biebl for mentioning that some modules were not included in make distcheck.
* | | fixed problems in testbench makefile (just introduced...)Rainer Gerhards2011-03-091-4/+4
| | |
* | | added MySQL life tests for ommysqlRainer Gerhards2011-03-0910-1/+87
| | | | | | | | | | | | | | | tests run against a life database instance which must be setup in a specific way.
* | | improved testbenchRainer Gerhards2011-03-094-0/+43
| | |
* | | preparing for 5.7.8 releasev5.7.8Rainer Gerhards2011-03-091-1/+1
| | |
* | | make testbench not errout if imdiag is not enabledRainer Gerhards2011-03-091-4/+10
| | |
* | | testbench: valgrind tests only executed if valgrind is availableRainer Gerhards2011-03-092-3/+7
| | |
* | | further improved testbenchRainer Gerhards2011-03-085-12/+23
| | | | | | | | | | | | some cosmetic issues, plus a new valgrind-based test
* | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-084-2/+37
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tools/syslogd.c
| * | Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stableRainer Gerhards2011-03-081-1/+1
| |\ \
| | * | small bug in testbench, wrong config file pulled in one testRainer Gerhards2011-03-071-1/+1
| | | |
| * | | added new test to testbenchRainer Gerhards2011-03-083-1/+36
| |/ /
* | | added new test to check RepeatedMsgReduction (via TCP)Rainer Gerhards2011-03-063-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | 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).
* | | backported new testbench support for valgrindRainer Gerhards2011-03-061-1/+18
| | |
* | | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-betaRainer Gerhards2011-03-061-1/+0
|\ \ \
| * \ \ Merge branch 'v5-beta-gtls-fix' into v5-betaRainer Gerhards2011-03-061-1/+0
| |\ \ \
| | * | | added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-044-10/+10
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html