summaryrefslogtreecommitdiffstats
path: root/tests/diskqueue.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-291-1/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * testbench: new calling interface for tcpfloodRainer Gerhards2010-03-101-1/+1
| | | | | | | | | | this is a perquisite to support more flexible testing modes, which could not intelligently be implemented with the old interface
| * fixed regression introduced with previous commitRainer Gerhards2010-03-101-0/+3
| | | | | | | | | | | | disk queue mode did no longer work correctly. A side-effect of this commit here is slightly cleaned-up (and more elegant) code for circular files.
* | improved testbenchRainer Gerhards2009-10-211-1/+1
|/ | | | | - added a test to check handling of damaged .qi files on startup - made sure each test identifies itself on startup
* omfile itself no longer needs zlibRainer Gerhards2009-07-021-0/+1
|
* optimized TAG handlingRainer Gerhards2009-06-231-1/+1
|
* fixed small bug in testbenchRainer Gerhards2009-06-121-0/+1
|
* backported some of the v5 testbenchRainer Gerhards2009-06-041-3/+0
| | | | | | | | 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.
* greatly enhanced testbenchRainer Gerhards2009-05-271-23/+6
| | | | | | | | | 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.
* improved testbench / solved imdiag race conditionRainer Gerhards2009-05-251-0/+4
| | | | | | | | | imdiag/imtcp had a modload race condition (as imdiag is a testing aid, this has no implications for production deployments). Also, I replaced netcat by a custom program to talk to imdiag. This, for the first time ever, is now a Java program. I plan to add some GUI troubleshooting tools and thought it is a good idea to start doing things in Java that can simply be done in that language.
* added new testing module imdiagRainer Gerhards2009-05-251-1/+1
| | | | | which enables to talk to the rsyslog core at runtime. The current implementation is only a beginning, but can be expanded over time
* improved testbench - added tests for queue disk-only modeRainer Gerhards2009-04-171-0/+31