diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-19 09:41:45 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-19 09:41:45 +0200 |
commit | 90e8475260cf8ac54519b3d964d879489af879f6 (patch) | |
tree | cf072344f5a41b2485f6ad320c408d4f5fe0d903 /tests/daqueue-persist-drvr.sh | |
parent | a4344f350151cdb9172897709fa08680ec8587ba (diff) | |
download | rsyslog-90e8475260cf8ac54519b3d964d879489af879f6.tar.gz rsyslog-90e8475260cf8ac54519b3d964d879489af879f6.tar.bz2 rsyslog-90e8475260cf8ac54519b3d964d879489af879f6.zip |
bugfix: message processing states were not set correctly in all cases
however, this had no negative effect, as the message processing state
was not evaluated when a batch was deleted, and that was the only case
where the state could be wrong.
Diffstat (limited to 'tests/daqueue-persist-drvr.sh')
-rwxr-xr-x | tests/daqueue-persist-drvr.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/daqueue-persist-drvr.sh b/tests/daqueue-persist-drvr.sh index f5937541..d36a6be5 100755 --- a/tests/daqueue-persist-drvr.sh +++ b/tests/daqueue-persist-drvr.sh @@ -12,8 +12,8 @@ source $srcdir/diag.sh init echo \$MainMsgQueueType $1 > work-queuemode.conf echo "*.* :omtesting:sleep 0 1000" > work-delay.conf -#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" -#export RSYSLOG_DEBUGLOG="log0" +export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" +export RSYSLOG_DEBUGLOG="log0" # inject 10000 msgs, so that DO hit the high watermark source $srcdir/diag.sh startup queue-persist.conf @@ -26,8 +26,8 @@ echo "Enter phase 2, rsyslogd restart" #exit -#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" -#export RSYSLOG_DEBUGLOG="log" +export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" +export RSYSLOG_DEBUGLOG="log" #valgrind="valgrind --tool=helgrind --log-fd=1" # restart engine and have rest processed |