rsyslog/tests/badqi.sh
Andre Lorbach be940cf970 testbench: made work on FreeBSD
bash "source" extension is not supported in FreeBSD default shell"
2015-07-15 09:33:31 +00:00

17 lines
804 B
Bash
Executable File

# Test for a startup with a bad qi file. This tests simply tests
# if the rsyslog engine survives (we had segfaults in this situation
# in the past).
# added 2009-10-21 by RGerhards
# This file is part of the rsyslog project, released under GPLv3
# uncomment for debugging support:
echo ===============================================================================
echo \[badqi.sh\]: test startup with invalid .qi file
. $srcdir/diag.sh init
. $srcdir/diag.sh startup badqi.conf
# we just inject a handful of messages so that we have something to wait for...
. $srcdir/diag.sh tcpflood -m20
. $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
. $srcdir/diag.sh wait-shutdown # wait for process to terminate
. $srcdir/diag.sh seq-check 0 19
. $srcdir/diag.sh exit