summaryrefslogtreecommitdiffstats
path: root/tests/tcp-msgreduc-vg.sh
Commit message (Collapse)AuthorAgeFilesLines
* added MySQL life tests for ommysqlRainer Gerhards2011-03-091-1/+1
| | | | | tests run against a life database instance which must be setup in a specific way.
* further improved testbenchRainer Gerhards2011-03-081-5/+1
| | | | some cosmetic issues, plus a new valgrind-based test
* added new test to check RepeatedMsgReduction (via TCP)Rainer Gerhards2011-03-061-0/+20
This is kind of a backport of a similar UDP-based test from v6. However, we do not have everything required for UDP in the v5 test tool base, so we mimic the test with tcp -- which is not bad at all, because the code path for TCP is somewhat different (and thus once we merge this patch into v6, it is a useful addition).