summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-16 17:52:16 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-16 17:52:16 +0200
commit257b06aac8222cdea231a95cbbe659679a2d417e (patch)
tree60db3a6c8c3bcf1e9cc031cdc84d8ee7e709048d /tests
parent90f8c7300495da9b61e4706be652c612fccc084f (diff)
downloadrsyslog-257b06aac8222cdea231a95cbbe659679a2d417e.tar.gz
rsyslog-257b06aac8222cdea231a95cbbe659679a2d417e.tar.xz
rsyslog-257b06aac8222cdea231a95cbbe659679a2d417e.zip
failover problem was not totally solved, now (hopefully ;))
I overlooked a border case, which came up on a larger testbench run.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/manytcp-too-few-tls.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/manytcp-too-few-tls.sh b/tests/manytcp-too-few-tls.sh
index 899a87dc..970a572d 100755
--- a/tests/manytcp-too-few-tls.sh
+++ b/tests/manytcp-too-few-tls.sh
@@ -11,5 +11,9 @@ sleep 1
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
source $srcdir/diag.sh wait-shutdown-vg # we need to wait until rsyslogd is finished!
source $srcdir/diag.sh check-exit-vg
-source $srcdir/diag.sh seq-check 0 39999
+# we do not do a seq check, as of the design of this test some messages
+# will be lost. So there is no point in checking if all were received. The
+# point is that we look at the valgrind result, to make sure we do not
+# have a mem leak in those error cases (we had in the past, thus the test
+# to prevent that in the future).
source $srcdir/diag.sh exit