summaryrefslogtreecommitdiffstats
path: root/tests/manytcp.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
| * solved some race conditions in testbenchRainer Gerhards2010-03-191-0/+2
| | | | | | | | the test cases actually have some races, not the code to be tested
| * slight improvement to testing toolsRainer Gerhards2010-03-191-0/+1
| |
| * 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-0/+1
|/ | | | | - added a test to check handling of damaged .qi files on startup - made sure each test identifies itself on startup
* greatly enhanced testbenchRainer Gerhards2009-05-271-20/+7
| | | | | | | | | 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.
* 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
* implemented $MaxOpenFiles directive and changed testbenchRainer Gerhards2009-04-141-4/+9
| | | | ... to utilize it. This work is not yet fully verified to be correct.
* fixed testbench compilation problem on SolarisRainer Gerhards2009-04-091-0/+1
| | | | | Solaris network libraries needed to be specified in linker options
* working some more on "make distcheck"Rainer Gerhards2009-04-091-1/+3
| | | | ... this time I think successfully (at least on Fedora...)
* added new test case for many tcp connectionsRainer Gerhards2009-04-081-0/+13
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.