summaryrefslogtreecommitdiffstats
path: root/tests/da-mainmsg-q.sh
Commit message (Collapse)AuthorAgeFilesLines
* queue size calculation now based on logical/physical dequeueRainer Gerhards2009-05-191-2/+2
| | | | | | ... needed to split the old single counter into two. I wouldn't bet that I made some mistakes while doing so, but at least some ad-hoc tests plus the testbench do no longer indicate errors.
* fixed abort condition in DA modeRainer Gerhards2009-04-231-1/+0
|
* added test for DA queue mode (in main msg queue) - needs more workRainer Gerhards2009-04-221-0/+63
The problem is that the rsyslog engine writes messages too quickly, so that the queue never enters DA mode. We still have some look contemption. One possible solution (hopefully) is to finally move the parser code out of imtcp and onto the next thread. Need to address these issues first, then come back to the test case.