summaryrefslogtreecommitdiff
path: root/tests/arrayqueue.sh
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-03-09 22:20:53 +0100
committerMichael Biebl <biebl@debian.org>2011-03-09 22:20:53 +0100
commita362b3333f84518889cefc1706d4e6adaa92888c (patch)
treec680c3dec25c9b987bcb3ddb2caa34f68fe00944 /tests/arrayqueue.sh
parent4f45cc34384973b3643148c21a5ede489ab05f86 (diff)
downloadrsyslog-a362b3333f84518889cefc1706d4e6adaa92888c.tar.gz
Imported Upstream version 5.7.8upstream/5.7.8
Diffstat (limited to 'tests/arrayqueue.sh')
-rwxr-xr-xtests/arrayqueue.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/arrayqueue.sh b/tests/arrayqueue.sh
deleted file mode 100755
index 71e1cc2..0000000
--- a/tests/arrayqueue.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-# Test for fixedArray queue mode
-# added 2009-05-20 by rgerhards
-# This file is part of the rsyslog project, released under GPLv3
-echo ===============================================================================
-echo \[arrayqueue.sh\]: testing queue fixedArray queue mode
-source $srcdir/diag.sh init
-source $srcdir/diag.sh startup arrayqueue.conf
-
-# 40000 messages should be enough
-source $srcdir/diag.sh injectmsg 0 40000
-
-# terminate *now* (don't wait for queue to drain!)
-kill `cat rsyslog.pid`
-
-# now wait until rsyslog.pid is gone (and the process finished)
-source $srcdir/diag.sh wait-shutdown
-source $srcdir/diag.sh seq-check 0 39999
-source $srcdir/diag.sh exit