summaryrefslogtreecommitdiffstats
path: root/tests/random.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-04-01 15:11:16 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-04-01 15:11:16 +0200
commit1cba2162201e98a4a24a3eb19d168c81adf1bbd2 (patch)
treeb3860438eefb1766f17524b5618d1313c1b4934c /tests/random.sh
parent302ad02e7781892856c1cacaf98a87f90db9571c (diff)
downloadrsyslog-1cba2162201e98a4a24a3eb19d168c81adf1bbd2.tar.gz
rsyslog-1cba2162201e98a4a24a3eb19d168c81adf1bbd2.tar.xz
rsyslog-1cba2162201e98a4a24a3eb19d168c81adf1bbd2.zip
improvded testbench: added test with truly random data received via syslog to test robustness
Diffstat (limited to 'tests/random.sh')
-rwxr-xr-xtests/random.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/random.sh b/tests/random.sh
new file mode 100755
index 00000000..79f704c7
--- /dev/null
+++ b/tests/random.sh
@@ -0,0 +1,20 @@
+# Test if rsyslog survives sending truely random data to it...
+#
+# added 2010-04-01 by Rgerhards
+# This file is part of the rsyslog project, released under GPLv3
+echo ===============================================================================
+echo TEST: \[random.sh\]: testing random data
+source $srcdir/diag.sh init
+# uncomment for debugging support:
+#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction"
+#export RSYSLOG_DEBUGLOG="log"
+source $srcdir/diag.sh startup random.conf
+# generate random data
+./randomgen -f rsyslog.random.data -s 100000
+ls -l rsyslog.random.data
+source $srcdir/diag.sh tcpflood -B -I rsyslog.random.data -c5 -C10
+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
+# we do not check anything yet, the point is if rsyslog survived ;)
+# TODO: check for exit message, but we'll notice an abort anyhow, so not that important
+#source $srcdir/diag.sh exit