diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-06-16 17:52:16 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-06-16 17:52:16 +0200 |
commit | 257b06aac8222cdea231a95cbbe659679a2d417e (patch) | |
tree | 60db3a6c8c3bcf1e9cc031cdc84d8ee7e709048d /tests | |
parent | 90f8c7300495da9b61e4706be652c612fccc084f (diff) | |
download | rsyslog-257b06aac8222cdea231a95cbbe659679a2d417e.tar.gz rsyslog-257b06aac8222cdea231a95cbbe659679a2d417e.tar.bz2 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-x | tests/manytcp-too-few-tls.sh | 6 |
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 |