mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 10:30:40 +01:00
Merge branch 'master' into v5-devel
Conflicts: tests/Makefile.am tests/diag.sh
This commit is contained in:
commit
7860e4a393
@ -68,6 +68,7 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
|
||||
diag.sh \
|
||||
daqueue-persist.sh \
|
||||
daqueue-persist-drvr.sh \
|
||||
testsuites/diag-common.conf \
|
||||
queue-persist.sh \
|
||||
queue-persist-drvr.sh \
|
||||
testsuites/queue-persist.conf \
|
||||
|
||||
@ -13,13 +13,13 @@
|
||||
#export RSYSLOG_DEBUGLOG="log"
|
||||
case $1 in
|
||||
'init') $srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason
|
||||
rm -f core.* vgcore.* # do NOT delete them at exit ;)
|
||||
cp $srcdir/testsuites/diag-common.conf diag-common.conf
|
||||
rm -f rsyslogd.started work-*.conf
|
||||
rm -f work rsyslog.out.log rsyslog.out.log.save # common work files
|
||||
rm -rf test-spool
|
||||
mkdir test-spool
|
||||
;;
|
||||
'exit') rm -f rsyslogd.started work-*.conf
|
||||
'exit') rm -f rsyslogd.started work-*.conf diag-common.conf
|
||||
rm -f work rsyslog.out.log rsyslog.out.log.save # common work files
|
||||
rm -rf test-spool
|
||||
;;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Test for queue disk mode (see .sh file for details)
|
||||
# rgerhards, 2009-04-17
|
||||
$IncludeConfig testsuites/diag-common.conf
|
||||
$IncludeConfig diag-common.conf
|
||||
|
||||
$ModLoad ../plugins/imtcp/.libs/imtcp
|
||||
$MainMsgQueueTimeoutShutdown 10000
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Test for queue disk mode (see .sh file for details)
|
||||
# rgerhards, 2009-05-22
|
||||
$IncludeConfig testsuites/diag-common.conf
|
||||
$IncludeConfig diag-common.conf
|
||||
|
||||
$ModLoad ../plugins/imtcp/.libs/imtcp
|
||||
$MainMsgQueueTimeoutShutdown 10000
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Test for tcp "flood" testing
|
||||
# rgerhards, 2009-04-08
|
||||
$IncludeConfig testsuites/diag-common.conf
|
||||
$IncludeConfig diag-common.conf
|
||||
|
||||
$ModLoad ../plugins/imtcp/.libs/imtcp
|
||||
$MainMsgQueueTimeoutShutdown 10000
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Test for persisting messages on shutdown
|
||||
# rgerhards, 2009-04-17
|
||||
$IncludeConfig testsuites/diag-common.conf
|
||||
$IncludeConfig diag-common.conf
|
||||
|
||||
$ModLoad ../plugins/imtcp/.libs/imtcp
|
||||
$MainMsgQueueTimeoutShutdown 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user