rsyslog/tests/elasticsearch-bulk-errorfile-empty.sh
Rainer Gerhards 2446a796be testbench: add tests for elasticsearch errorfile
this is not yet integrated into the automatted test build,
as the current code seems to have some issues which must
be sorted out first. A branch with patches already exists, but
they need these tests to be verified.
2014-09-25 12:15:35 +02:00

18 lines
686 B
Bash
Executable File

# This file is part of the rsyslog project, released under ASL 2.0
echo ===============================================================================
echo \[elasticsearch-bulk-errorfile-empty\]: basic test for elasticsearch functionality
source $srcdir/diag.sh init
source $srcdir/diag.sh es-init
source $srcdir/diag.sh startup elasticsearch-bulk-errorfile-empty.conf
source $srcdir/diag.sh injectmsg 0 10000
source $srcdir/diag.sh shutdown-when-empty
source $srcdir/diag.sh wait-shutdown
source $srcdir/diag.sh es-getdata 10000
if [ -f rsyslog.errorfile ]
then
echo "error: error file exists!"
exit 1
fi
source $srcdir/diag.sh seq-check 0 9999
source $srcdir/diag.sh exit