summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-16 18:39:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-16 18:39:06 +0200
commit475eb28e551f1b12ebde3b2f2ddb2c33403f192c (patch)
tree247b9f1beab50d0355be1151b4e45d6da3260333 /tests
parentc561994c108627c490729d98d671c45b4f9684e5 (diff)
parentb3dae5cff321e066bacc5e03846c77f832004006 (diff)
downloadrsyslog-475eb28e551f1b12ebde3b2f2ddb2c33403f192c.tar.gz
rsyslog-475eb28e551f1b12ebde3b2f2ddb2c33403f192c.tar.xz
rsyslog-475eb28e551f1b12ebde3b2f2ddb2c33403f192c.zip
Merge branch 'v5-stable' into v5-devel
Conflicts: runtime/rsyslog.h
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