From dcc721a95bef6f0d8e6d8775b8efe33e5aecd562 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:28:20 +0200 Subject: Adding upstream version 8.2402.0. Signed-off-by: Daniel Baumann --- tests/dnscache-TTL-0.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 tests/dnscache-TTL-0.sh (limited to 'tests/dnscache-TTL-0.sh') diff --git a/tests/dnscache-TTL-0.sh b/tests/dnscache-TTL-0.sh new file mode 100755 index 0000000..3d169d0 --- /dev/null +++ b/tests/dnscache-TTL-0.sh @@ -0,0 +1,21 @@ +#!/bin/bash +# addd 2019-04-12 by RGerhards, released under ASL 2.0 +. ${srcdir:=.}/diag.sh init +export NUMMESSAGES=20 # should be sufficient to stress DNS cache +generate_conf +add_conf ' +global(reverselookup.cache.ttl.default="0" + reverselookup.cache.ttl.enable="on") +module(load="../plugins/imtcp/.libs/imtcp") +input(type="imtcp" port="0" listenPortFileName="'$RSYSLOG_DYNNAME'.tcpflood_port") + +template(name="outfmt" type="string" string="%msg:F,58:2%\n") +:msg, contains, "msgnum:" action(type="omfile" template="outfmt" + file="'$RSYSLOG_OUT_LOG'") +' +startup +tcpflood -m$NUMMESSAGES -c10 # run on 10 connections --> 10 dns cache calls +shutdown_when_empty +wait_shutdown +seq_check +exit_test -- cgit v1.2.3