summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* bumping version numberRainer Gerhards2013-11-251-1/+1
|
* testbench: add (corrected) test for msg variablesRainer Gerhards2013-11-241-0/+3
| | | | | | Conflicts: tests/Makefile.am
* testbench: stop-localvar did actually test msg vars - now fixedRainer Gerhards2013-11-241-4/+4
|
* testbench: add test for rfc5424 parserRainer Gerhards2013-11-223-0/+25
|
* testbench: enable test tools to support RFC5424 nativelyRainer Gerhards2013-11-222-11/+46
|
* testbench: add test for mmpstrucdataRainer Gerhards2013-11-223-0/+31
|
* testbench: improve testRainer Gerhards2013-11-201-1/+2
|
* testbench: add test for RainerScript optimizerRainer Gerhards2013-11-203-0/+27
|
* Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-0/+2
|\
| * testbench: add missing files to distribution tarballRainer Gerhards2013-11-191-0/+2
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-1/+1
|\|
| * testbench bugfix: re-enable missing testsRainer Gerhards2013-11-191-1/+1
| |
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-193-0/+34
|\|
| * testbench: add new testRainer Gerhards2013-11-193-0/+34
| |
* | cosmetic: add test headers to some testsRainer Gerhards2013-11-072-0/+2
| | | | | | | | actually a bit more than cosmetic - makes it easier to see what failed
* | turn off accidentally enabled make check debug modeRainer Gerhards2013-10-151-1/+1
| |
* | bugfix: imfile did not properly initialize strm object ptrRainer Gerhards2013-10-151-1/+1
|/ | | | | | This did not cause any real issue, as with the current config system the zerod-out static memory actually was initialized. However, this posed problems after we moved to dynamic memory alloc.
* bugfix: testbench tool chkseq did improperly report invalid fileRainer Gerhards2013-07-191-4/+37
| | | | | | This happened when permitted duplicate values existed in the very last lines, right before end-of-file. Thanks to Radu Gheorghe for reporting this bug.
* testbench: "prevent" memleaks due to raceRainer Gerhards2013-06-251-0/+1
| | | | | | | | | | imdiag may not have enough time to properly terminate when the shutdown request is made. Thus we give it a little headroom. Note that this does not address a real issue inside the code - at most, it looks like a memory leak, but one where the whole process is immediately destructed. However, it is an annouance for the testbench. Note that the race may still occur based on circumstances, but now is much less likely.
* bugfix in testbenchRainer Gerhards2013-04-091-1/+6
| | | | | | | I initially thought the testbench had found some regression, but it turned out that a bugfix fixed a situation that the testbench had (invalidly) relied on. I have now adapted the testbench to how things really need to be.
* testbench: remove warnings from nettesterRainer Gerhards2013-01-241-1/+1
| | | | | the no-longer-existing -c option was still used when calling rsyslogd
* undo accidental enable of debug system in testbenchRainer Gerhards2013-01-241-2/+2
|
* optimize: have dns cache pre-create rsyslog prop_t'sRainer Gerhards2013-01-241-2/+2
|
* Merge branch 'v7-stable-libnet-frag'Rainer Gerhards2013-01-141-1/+1
|\ | | | | | | | | Conflicts: ChangeLog
| * added capability to output thread-id-to-function debug infoRainer Gerhards2013-01-131-1/+3
| | | | | | | | This is a useful debug aid, but nothing of concern for regular users.
* | tcpflood: properly terminate when sending small filesRainer Gerhards2013-01-141-0/+2
| |
* | Merge branch 'v7-stable-libnet-frag'Rainer Gerhards2013-01-111-5/+5
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac tools/omfile.c
| * cosmetic: remove over-suspicious compiler warningsRainer Gerhards2013-01-101-5/+5
| |
* | add files missing for some TLS-testbench casesRainer Gerhards2012-12-184-0/+61
| |
* | bugfix/testbench: tls tests failed in make distcheck due to missing filesRainer Gerhards2012-12-141-0/+4
| |
* | fix some compile problems on some platformsRainer Gerhards2012-12-141-0/+1
| |
* | cosmetic: give testbench test a bit more time for slow machinesRainer Gerhards2012-12-061-0/+1
| |
* | prepare 7.3.4 releasev7.3.4Rainer Gerhards2012-11-251-0/+3
| |
* | Merge branch 'v7-stable'Rainer Gerhards2012-11-2212-12/+34
|\| | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/bsd.c plugins/imklog/imklog.c plugins/imklog/imklog.h
| * testbench: bug fix & enhance $IncludeConfig testsRainer Gerhards2012-11-2010-10/+8
| | | | | | | | The bug fixes actually fixes a bug inside the *testbench* itself.
| * improve $IncludeConfig error messagesRainer Gerhards2012-11-202-0/+24
| |
| * prepare 7.2.2 releasev7.2.2Rainer Gerhards2012-11-161-2/+2
| |
* | Merge branch 'v7-stable'Rainer Gerhards2012-11-099-2/+62
|\|
| * Merge branch 'v6-stable' into v7-stableRainer Gerhards2012-11-099-2/+62
| |\ | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * bugfix: $IncludeConfig did not correctly process directoriesRainer Gerhards2012-11-099-2/+62
| | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=376 The testbench was also enhanced to check for these cases. Thanks to Georgi Georgiev for the bug report. Also minor bugfix: no error msg on unreadable $IncludeConfig path
| | * preparing for 6.6.0v6.6.0Rainer Gerhards2012-10-221-2/+2
| | |
* | | Merge branch 'master-ratelimit'Rainer Gerhards2012-10-301-1/+0
|\ \ \ | |/ / |/| |
| * | Merge branch 'tmp-ratelimit' into master-ratelimitRainer Gerhards2012-10-231-4/+4
| |\ \
| | * \ Merge branch 'master' into master-ratelimitRainer Gerhards2012-10-231-4/+4
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | nit: valgrind-testaid was accidentely enabled in testbenchRainer Gerhards2012-10-231-1/+1
| |/ / /
| * | | remove "last message repeated n times" from rsyslog output partRainer Gerhards2012-10-232-4/+3
| | | |
* | | | bugfix: omfwd did not properly support "template" parameterRainer Gerhards2012-10-304-1/+102
| | | | | | | | | | | | | | | | | | | | We also added a testbench test to check for this in the future. That in turn required new testbench tools.
* | | | testbench: complex1.sh testcase failed on slower machinesRainer Gerhards2012-10-291-0/+5
| | | | | | | | | | | | | | | | ... due to too small timeout for enqueue processing --> messages got lost
* | | | testbench: add test for ruleset() and call statementsRainer Gerhards2012-10-293-0/+38
| |/ / |/| |
* | | testbench: -c option no longer existsRainer Gerhards2012-10-221-2/+2
|/ /