Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | added explicit (base) test for linkedList and FixedArray queue modes | Rainer Gerhards | 2009-05-20 | 2 | -0/+28 | |
| | | | ||||||
* | | | fixed abort condition in DA mode | Rainer Gerhards | 2009-04-23 | 1 | -3/+0 | |
| | | | ||||||
* | | | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize ↵ | Rainer Gerhards | 2009-04-23 | 1 | -0/+2 | |
| | | | | | | | | | | | | configuration directives | |||||
* | | | improving debugging info a bit | Rainer Gerhards | 2009-04-23 | 1 | -1/+3 | |
| | | | ||||||
* | | | added test for DA queue mode (in main msg queue) - needs more work | Rainer Gerhards | 2009-04-22 | 1 | -0/+20 | |
|/ / | | | | | | | | | | | | | | | 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. | |||||
* | | improved testbench - added tests for queue disk-only mode | Rainer Gerhards | 2009-04-17 | 1 | -0/+16 | |
| | | ||||||
* | | implemented $MaxOpenFiles directive and changed testbench | Rainer Gerhards | 2009-04-14 | 1 | -1/+3 | |
| | | | | | | | | ... to utilize it. This work is not yet fully verified to be correct. | |||||
* | | fixing "make distcheck" | Rainer Gerhards | 2009-04-09 | 1 | -0/+11 | |
| | | ||||||
* | | improved testbench, added tests for tcp-based reception | Rainer Gerhards | 2009-04-08 | 2 | -4/+2 | |
| | | ||||||
* | | testcase added (on user request) | Rainer Gerhards | 2009-04-06 | 1 | -0/+3 | |
|/ | ||||||
* | improved parser test suite | Rainer Gerhards | 2009-04-03 | 6 | -0/+18 | |
| | | | | new tests added, now much better | |||||
* | improved test suite and added test for new output module interface | Rainer Gerhards | 2009-04-03 | 9 | -0/+47 | |
The testbench has now a generic driver that can run a whole class of test suites just by providing a config file and test cases. This does not cover all testing needs, but a lot. We have now added one test for the new array-passing output plugin interface. |