mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 02:50:40 +01:00
... and now make check fails again, we have obviously found some new bugs thanks to the additional cases
15 lines
472 B
Bash
Executable File
15 lines
472 B
Bash
Executable File
# Test for Linkedlist queue mode
|
|
# added 2009-05-20 by rgerhards
|
|
# This file is part of the rsyslog project, released under GPLv3
|
|
echo testing queue Linkedlist queue mode
|
|
source $srcdir/diag.sh init
|
|
source $srcdir/diag.sh startup linkedlistqueue.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`
|
|
source $srcdir/diag.sh seq-check 0 39999
|
|
source $srcdir/diag.sh exit
|