summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-19 07:22:59 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-19 07:22:59 +0100
commit44f670848a87fc59bffc0b8f433a2e2c798dc176 (patch)
tree74db535fa4af9ef619bece9970f2002f8fb020fd /tests/testsuites
parente910078e41e2960f9afc55013cbd287532be478e (diff)
downloadrsyslog-44f670848a87fc59bffc0b8f433a2e2c798dc176.tar.gz
rsyslog-44f670848a87fc59bffc0b8f433a2e2c798dc176.tar.xz
rsyslog-44f670848a87fc59bffc0b8f433a2e2c798dc176.zip
added additional test case for async writer
Diffstat (limited to 'tests/testsuites')
-rw-r--r--tests/testsuites/asynwr_deadlock4.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/testsuites/asynwr_deadlock4.conf b/tests/testsuites/asynwr_deadlock4.conf
new file mode 100644
index 00000000..23ce3cfc
--- /dev/null
+++ b/tests/testsuites/asynwr_deadlock4.conf
@@ -0,0 +1,15 @@
+# rgerhards, 2010-03-17
+$IncludeConfig diag-common.conf
+
+$ModLoad ../plugins/imtcp/.libs/imtcp
+$MainMsgQueueTimeoutShutdown 10000
+$InputTCPServerRun 13514
+
+$template outfmt,"%msg:F,58:3%,%msg:F,58:4%,%msg:F,58:5%\n"
+$template dynfile,"rsyslog.out.log" # use multiple dynafiles
+
+$OMFileFlushOnTXEnd on
+$OMFileFlushInterval 10
+$OMFileIOBufferSize 10k
+$DynaFileCacheSize 4
+local0.* ?dynfile;outfmt