Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testbench: add (corrected) test for msg variables | Rainer Gerhards | 2013-11-24 | 1 | -0/+3 |
| | |||||
* | testbench: stop-localvar did actually test msg vars - now fixed | Rainer Gerhards | 2013-11-24 | 1 | -4/+4 |
| | |||||
* | typo fix | Rainer Gerhards | 2013-11-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v7-devel' | Rainer Gerhards | 2013-11-22 | 7 | -11/+102 |
|\ | | | | | | | | | Conflicts: tests/Makefile.am | ||||
| * | testbench: add test for rfc5424 parser | Rainer Gerhards | 2013-11-22 | 3 | -0/+25 |
| | | |||||
| * | testbench: enable test tools to support RFC5424 natively | Rainer Gerhards | 2013-11-22 | 2 | -11/+46 |
| | | |||||
| * | testbench: add test for mmpstrucdata | Rainer Gerhards | 2013-11-22 | 3 | -0/+31 |
| | | |||||
* | | Merge branch 'v7-devel' | Rainer Gerhards | 2013-11-20 | 3 | -0/+28 |
|\| | | | | | | | | | Conflicts: tests/Makefile.am | ||||
| * | testbench: improve test | Rainer Gerhards | 2013-11-20 | 1 | -1/+2 |
| | | |||||
| * | testbench: add test for RainerScript optimizer | Rainer Gerhards | 2013-11-20 | 3 | -0/+27 |
| | | |||||
* | | testbench: fix make distcheck | Rainer Gerhards | 2013-11-19 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'v7-devel' | Rainer Gerhards | 2013-11-19 | 1 | -0/+2 |
|\| | |||||
| * | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 1 | -0/+2 |
| |\ | |||||
| | * | testbench: add missing files to distribution tarball | Rainer Gerhards | 2013-11-19 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 1 | -1/+1 |
| |\| | |||||
| | * | testbench bugfix: re-enable missing tests | Rainer Gerhards | 2013-11-19 | 1 | -1/+1 |
| | | | |||||
* | | | testbench bugfix: re-enable missing tests | Rainer Gerhards | 2013-11-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v7-devel' | Rainer Gerhards | 2013-11-19 | 3 | -0/+34 |
|\| | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-19 | 3 | -0/+34 |
| |\| | |||||
| | * | testbench: add new test | Rainer Gerhards | 2013-11-19 | 3 | -0/+34 |
| | | | |||||
* | | | nitfix testbench: remove leftover from initial testing | Rainer Gerhards | 2013-11-18 | 1 | -1/+0 |
| | | | |||||
* | | | testbench: add simple test for "stop" statement | Rainer Gerhards | 2013-11-18 | 3 | -0/+25 |
| | | | |||||
* | | | testbench: add test for global variables | Rainer Gerhards | 2013-11-18 | 3 | -0/+33 |
| | | | |||||
* | | | testbench: sort must be numericaly to cover all (upcoming) cases | Rainer Gerhards | 2013-11-18 | 1 | -3/+3 |
| | | | |||||
* | | | testbench: add new test vor v6+ format | Rainer Gerhards | 2013-11-14 | 3 | -0/+68 |
|/ / | |||||
* | | cosmetic: add test headers to some tests | Rainer Gerhards | 2013-11-07 | 2 | -0/+2 |
| | | | | | | | | actually a bit more than cosmetic - makes it easier to see what failed | ||||
* | | turn off accidentally enabled make check debug mode | Rainer Gerhards | 2013-10-15 | 1 | -1/+1 |
| | | |||||
* | | bugfix: imfile did not properly initialize strm object ptr | Rainer Gerhards | 2013-10-15 | 1 | -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 file | Rainer Gerhards | 2013-07-19 | 1 | -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 race | Rainer Gerhards | 2013-06-25 | 1 | -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 testbench | Rainer Gerhards | 2013-04-09 | 1 | -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 nettester | Rainer Gerhards | 2013-01-24 | 1 | -1/+1 |
| | | | | | the no-longer-existing -c option was still used when calling rsyslogd | ||||
* | undo accidental enable of debug system in testbench | Rainer Gerhards | 2013-01-24 | 1 | -2/+2 |
| | |||||
* | optimize: have dns cache pre-create rsyslog prop_t's | Rainer Gerhards | 2013-01-24 | 1 | -2/+2 |
| | |||||
* | Merge branch 'v7-stable-libnet-frag' | Rainer Gerhards | 2013-01-14 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | added capability to output thread-id-to-function debug info | Rainer Gerhards | 2013-01-13 | 1 | -1/+3 |
| | | | | | | | | This is a useful debug aid, but nothing of concern for regular users. | ||||
* | | tcpflood: properly terminate when sending small files | Rainer Gerhards | 2013-01-14 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'v7-stable-libnet-frag' | Rainer Gerhards | 2013-01-11 | 1 | -5/+5 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac tools/omfile.c | ||||
| * | cosmetic: remove over-suspicious compiler warnings | Rainer Gerhards | 2013-01-10 | 1 | -5/+5 |
| | | |||||
* | | add files missing for some TLS-testbench cases | Rainer Gerhards | 2012-12-18 | 4 | -0/+61 |
| | | |||||
* | | bugfix/testbench: tls tests failed in make distcheck due to missing files | Rainer Gerhards | 2012-12-14 | 1 | -0/+4 |
| | | |||||
* | | fix some compile problems on some platforms | Rainer Gerhards | 2012-12-14 | 1 | -0/+1 |
| | | |||||
* | | cosmetic: give testbench test a bit more time for slow machines | Rainer Gerhards | 2012-12-06 | 1 | -0/+1 |
| | | |||||
* | | prepare 7.3.4 releasev7.3.4 | Rainer Gerhards | 2012-11-25 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-22 | 12 | -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 tests | Rainer Gerhards | 2012-11-20 | 10 | -10/+8 |
| | | | | | | | | The bug fixes actually fixes a bug inside the *testbench* itself. | ||||
| * | improve $IncludeConfig error messages | Rainer Gerhards | 2012-11-20 | 2 | -0/+24 |
| | | |||||
| * | prepare 7.2.2 releasev7.2.2 | Rainer Gerhards | 2012-11-16 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-09 | 9 | -2/+62 |
|\| | |||||
| * | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2012-11-09 | 9 | -2/+62 |
| |\ | | | | | | | | | | | | | Conflicts: tests/Makefile.am |