summaryrefslogtreecommitdiffstats
path: root/tests/diskqueue-fsync.sh
Commit message (Collapse)AuthorAgeFilesLines
* solved some race condition in testbenchRainer Gerhards2010-04-291-1/+1
| | | | | Note that this was NOT a race in rsyslog, but only one in a test case. So it had no implications to the correctness of rsyslogd.
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-291-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
* | 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
* fixed small bug in testbenchRainer Gerhards2009-06-121-0/+1
|
* re-enabled queue disk fsync testRainer Gerhards2009-06-101-5/+3
| | | | | | ... actually, it was not broken, but just very slow. I have now reduced the number of test messages so that make check will not be held for an extended period of time.
* restructered code in perparation for multiple rule set supportRainer Gerhards2009-06-101-0/+2
| | | | | | | ... this was long overdue, and I finlly tackeld it. It turned out to be more complex than I initially thought. The next step now probably is to actually implement multiple rule sets and the beauty that comes with them.
* added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-0/+15
also adds speed, because you do no longer need to run the whole file system in sync mode. New testbench and new config directives: - $MainMsgQueueSyncQueueFiles - $ActionQueueSyncQueueFiles