summaryrefslogtreecommitdiffstats
path: root/tests/chkseq.c
Commit message (Collapse)AuthorAgeFilesLines
* fixing an issue during DA mode queue shutdownRainer Gerhards2009-05-281-1/+2
| | | | | also changed DA queue mode in that the regular workers now run concurrently.
* solved design issue with queue terminationRainer Gerhards2009-05-261-14/+49
| | | | | | | | | | | ... and also improved the test suite. There is a design issue in the v3 queue engine that manifested to some serious problems with the new processing mode. However, in v3 shutdown may take eternally if a queue runs in DA mode, is configured to preserve data AND the action fails and retries immediately. There is no cure available for v3, it would require doing much of the work we have done on the new engine. The window of exposure, as one might guess from the description, is very small. That is probably the reason why we have not seen it in practice.
* added new test case for many tcp connectionsRainer Gerhards2009-04-081-0/+76
It is checked that many tcp connections are properly handled. While adding this test, I noticed that there is a bug in imtcp that prevents creation of more than 200 connections. This bug still exists, so the test suite currently fails (what is correct). Will be addressed soon.