diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-19 09:42:46 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-19 09:42:46 +0100 |
commit | 89216d6a96ea5f6d1fa9893d56fa877a2131d390 (patch) | |
tree | 9dd547e22ac13397762ceed15dad1694258cea67 /tests | |
parent | 9cdcba0bdc8b8d2df8d06784f3c4f0066c90fd40 (diff) | |
download | rsyslog-89216d6a96ea5f6d1fa9893d56fa877a2131d390.tar.gz rsyslog-89216d6a96ea5f6d1fa9893d56fa877a2131d390.tar.xz rsyslog-89216d6a96ea5f6d1fa9893d56fa877a2131d390.zip |
fixed regression from previos (yet unrelease) $omfileFlushOnTXEnd fixtemp.4.6.1.10
The previous fix fixed an issue with on/off bying used in the exact wrong
semantic. It corrected the situation, but failed to fix one spot where the
wrong semantics were used. This is done with this commit.
Note that this is NOT a bug seen in any released version.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/asynwr_deadlock4.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/asynwr_deadlock4.sh b/tests/asynwr_deadlock4.sh index cf1beddb..a3452f5b 100755 --- a/tests/asynwr_deadlock4.sh +++ b/tests/asynwr_deadlock4.sh @@ -12,8 +12,8 @@ echo =========================================================================== echo TEST: \[asynwr_deadlock4.sh\]: a case known to have caused a deadlock in the past source $srcdir/diag.sh init # uncomment for debugging support: -export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" -export RSYSLOG_DEBUGLOG="log" +#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" +#export RSYSLOG_DEBUGLOG="log" source $srcdir/diag.sh startup asynwr_deadlock4.conf # send 20000 messages, each close to 2K (non-randomized!), so that we can fill # the buffers and hopefully run into the "deadlock". |