diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-21 15:17:19 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-21 15:17:19 +0200 |
commit | 9079f6683057c5aad0a73eb56e33a1f1445f6e65 (patch) | |
tree | e9453f524021e5e1b4a1615ff1d7e33cb84d6a73 /tests/threadingmqaq.sh | |
parent | d3e5a2414371598c43b1e408fb741fdbf895b6f0 (diff) | |
download | rsyslog-9079f6683057c5aad0a73eb56e33a1f1445f6e65.tar.gz rsyslog-9079f6683057c5aad0a73eb56e33a1f1445f6e65.tar.bz2 rsyslog-9079f6683057c5aad0a73eb56e33a1f1445f6e65.zip |
improved testbench
- added a test to check handling of damaged .qi files on startup
- made sure each test identifies itself on startup
Diffstat (limited to 'tests/threadingmqaq.sh')
-rwxr-xr-x | tests/threadingmqaq.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/threadingmqaq.sh b/tests/threadingmqaq.sh index 009551fd..9f83b1f4 100755 --- a/tests/threadingmqaq.sh +++ b/tests/threadingmqaq.sh @@ -6,7 +6,7 @@ # in practice many threading bugs result in an abort rather quickly and these # should be covered by this test here. # rgerhards, 2009-06-26 -echo TEST: threadingmqaq.sh - main/action queue concurrency +echo \[threadingmqaq.sh\]: main/action queue concurrency source $srcdir/diag.sh init source $srcdir/diag.sh startup threadingmqaq.conf source $srcdir/diag.sh tcpflood 127.0.0.1 13514 2 100000 |