summaryrefslogtreecommitdiffstats
path: root/tests/diag.sh
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 4.6.7 releasev4.6.7Rainer Gerhards2011-07-111-2/+2
|
* added new test for imfile to testbenchRainer Gerhards2011-03-111-0/+2
|
* solving a number of minor (but annoying) issues in the build systemRainer Gerhards2010-04-121-2/+2
|
* improvded testbench: added test with truly random data received via syslog ↵Rainer Gerhards2010-04-011-2/+2
| | | | to test robustness
* new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-251-1/+2
| | | | it permits to specifiy if asynchronous writing should be done or not
* valgrand accidently left enabled in diag.sh with the last commitRainer Gerhards2010-03-221-1/+1
|
* bugfix(minor): BSD_SO_COMPAT query function had some global vars not ↵Rainer Gerhards2010-03-221-1/+2
| | | | | | | properly initialized. However, in practice the loader initializes them with zero, the desired value, so there were no actual issue in almost all cases.
* added new, complex testcase to testbenchRainer Gerhards2010-03-161-1/+1
| | | | | this is an excerpt from some of the more intensen manual tests I am doing, stripped down to be useful inside the testbench.
* added more tests to testbench and improved testing toolsRainer Gerhards2010-03-111-2/+19
|
* added support for dual-rsyslogd-instance test cases to testbenchRainer Gerhards2009-11-111-16/+37
| | | | ... plus a simple initial test of the tcp forwarding capability.
* added pipe action test to testbench & testbench bugfixRainer Gerhards2009-11-051-1/+3
|
* Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-091-0/+1
|\ | | | | | | | | Conflicts: tests/nettester.c
| * bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-0/+1
| | | | | | | | | | | | 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.
* | fixed a bug introduced today that lead to an abort in queue disk modeRainer Gerhards2009-07-071-1/+1
| |
* | solved a race conditionRainer Gerhards2009-07-071-1/+1
| |
* | first shot at asynchronous stream writer with timeout capabilityRainer Gerhards2009-07-061-1/+1
|/ | | | | ... seems to work on quick testing, but needs a far more testing and improvement. Good milestone commit.
* fully optimized datetime module and enhanced test suiteRainer Gerhards2009-06-191-0/+6
| | | | tests for the various timestamp formats have been added
* made dynafiles working againRainer Gerhards2009-06-051-1/+2
| | | | | | | now only stream class is utilized. ttys, pipes and outchannel functionality is currently disabled. But the testbench worked again. Cleanup needed, will do this with next commit (it may break things and I like to have this milestone here).
* backported some of the v5 testbenchRainer Gerhards2009-06-041-4/+6
| | | | | | | | 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.
* fixed make distcheckRainer Gerhards2009-05-281-2/+3
|
* greatly enhanced testbenchRainer Gerhards2009-05-271-0/+82
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.