summaryrefslogtreecommitdiffstats
path: root/tests/DiagTalker.java
Commit message (Collapse)AuthorAgeFilesLines
* added support for dual-rsyslogd-instance test cases to testbenchRainer Gerhards2009-11-111-1/+4
| | | | ... plus a simple initial test of the tcp forwarding capability.
* backported some of the v5 testbenchRainer Gerhards2009-06-041-3/+30
| | | | | | | | this permits us to keep a persistent test environment between v4 and v5, most importantly using the same tools. As far as the actual tests are concerned, some had issues. I had no time to check if that was an issue with the test or an actual issue with the v3/4 engine. Will do that at some later stage.
* improved testbench / solved imdiag race conditionRainer Gerhards2009-05-251-0/+43
imdiag/imtcp had a modload race condition (as imdiag is a testing aid, this has no implications for production deployments). Also, I replaced netcat by a custom program to talk to imdiag. This, for the first time ever, is now a Java program. I plan to add some GUI troubleshooting tools and thought it is a good idea to start doing things in Java that can simply be done in that language.