rsyslog/tests/testsuites/linkedlistqueue.conf
Rainer Gerhards affa217cc2 adapted testbench to new capabilities
... and now make check fails again, we have obviously found some new
bugs thanks to the additional cases
2009-05-27 12:52:28 +02:00

17 lines
490 B
Plaintext

# Test for queue LinkedList mode (see .sh file for details)
# rgerhards, 2009-04-17
$IncludeConfig testsuites/diag-common.conf
$ModLoad ../plugins/imtcp/.libs/imtcp
$MainMsgQueueTimeoutShutdown 10000
$InputTCPServerRun 13514
$ErrorMessagesToStderr off
# set spool locations and switch queue to disk-only mode
$MainMsgQueueType LinkedList
$template outfmt,"%msg:F,58:2%\n"
$template dynfile,"rsyslog.out.log" # trick to use relative path names!
:msg, contains, "msgnum:" ?dynfile;outfmt