summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-06 15:30:57 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-06 15:30:57 +0100
commitcd61ecd459d7ba915ac5b31743e7ded8db62e30e (patch)
treee2aa93561263af1cdbd9adc9c36920d98567d034 /tests/testsuites
parentbe146bf818a12d71c4ddce1d9278b9ae0c27329f (diff)
downloadrsyslog-cd61ecd459d7ba915ac5b31743e7ded8db62e30e.tar.gz
rsyslog-cd61ecd459d7ba915ac5b31743e7ded8db62e30e.tar.xz
rsyslog-cd61ecd459d7ba915ac5b31743e7ded8db62e30e.zip
added additional test for repeated message reduction (with valgrind)
Diffstat (limited to 'tests/testsuites')
-rw-r--r--tests/testsuites/udp-msgreduc-orgmsg-vg.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/testsuites/udp-msgreduc-orgmsg-vg.conf b/tests/testsuites/udp-msgreduc-orgmsg-vg.conf
new file mode 100644
index 00000000..5e80e49b
--- /dev/null
+++ b/tests/testsuites/udp-msgreduc-orgmsg-vg.conf
@@ -0,0 +1,11 @@
+# Test for queue disk mode (see .sh file for details)
+# rgerhards, 2009-05-22
+$IncludeConfig diag-common.conf
+
+$ModLoad ../plugins/imudp/.libs/imudp
+$UDPServerRun 13514
+$RepeatedMsgReduction on
+$RepeatedMsgContainsOriginalMsg on
+
+$template outfmt,"%msg:F,58:2%\n"
+*.* ./rsyslog.out.log;outfmt