summaryrefslogtreecommitdiffstats
path: root/tests/omfwd-errfile-maxsize.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/omfwd-errfile-maxsize.sh')
-rwxr-xr-xtests/omfwd-errfile-maxsize.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/omfwd-errfile-maxsize.sh b/tests/omfwd-errfile-maxsize.sh
new file mode 100755
index 0000000..91756a8
--- /dev/null
+++ b/tests/omfwd-errfile-maxsize.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+# part of the rsyslog project, released under ASL 2.0
+. ${srcdir:=.}/diag.sh init
+
+export MAX_ERROR_SIZE=1999
+
+generate_conf
+add_conf '
+action(type="omfwd" target="1.2.3.4" port="1234" Protocol="tcp" NetworkNamespace="doesNotExist"
+ action.errorfile="'$RSYSLOG2_OUT_LOG'" action.errorfile.maxsize="'$MAX_ERROR_SIZE'")
+'
+startup
+shutdown_when_empty
+wait_shutdown
+check_file_exists ${RSYSLOG2_OUT_LOG}
+file_size_check ${RSYSLOG2_OUT_LOG} ${MAX_ERROR_SIZE}
+exit_test