summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-10 18:29:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-10 18:29:22 +0200
commitb5b4bd138949f09b3703e6f7f5caf46d361fa41c (patch)
tree965f154067fe374a28fbc8e60633ae3bf21294c0
parent83948a07fd0a9a9a3ea7db8647a0c1d032f0bc2e (diff)
downloadrsyslog-b5b4bd138949f09b3703e6f7f5caf46d361fa41c.tar.gz
rsyslog-b5b4bd138949f09b3703e6f7f5caf46d361fa41c.tar.xz
rsyslog-b5b4bd138949f09b3703e6f7f5caf46d361fa41c.zip
small improvements to testbench
-rwxr-xr-xtests/complex1.sh2
-rwxr-xr-xtests/imptcp_large.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/complex1.sh b/tests/complex1.sh
index 7f3cd994..954ddf6c 100755
--- a/tests/complex1.sh
+++ b/tests/complex1.sh
@@ -12,7 +12,7 @@ source $srcdir/diag.sh init
source $srcdir/diag.sh startup complex1.conf
# send 30,000 messages of 400 bytes plus header max, via three dest ports
source $srcdir/diag.sh tcpflood -m40000 -rd400 -P129 -f5 -n3 -c15 -i1
-sleep 2 # due to large messages, we need this time for the tcp receiver to settle...
+sleep 4 # due to large messages, we need this time for the tcp receiver to settle...
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
source $srcdir/diag.sh wait-shutdown # and wait for it to terminate
ls rsyslog.out.*.log
diff --git a/tests/imptcp_large.sh b/tests/imptcp_large.sh
index f6eee895..b4d130bb 100755
--- a/tests/imptcp_large.sh
+++ b/tests/imptcp_large.sh
@@ -2,6 +2,8 @@
# added 2010-08-10 by Rgerhards
#
# This file is part of the rsyslog project, released under GPLv3
+echo ====================================================================================
+echo TEST: \[imptcp_large.sh\]: test imptcp with large-size messages
cat rsyslog.action.1.include
source $srcdir/diag.sh init
source $srcdir/diag.sh startup imptcp_large.conf