From 9690bb4608d29970e62e5888385c417589c4f00e Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 4 Aug 2015 11:41:26 +0200 Subject: [PATCH] Decrease sleep, don't output result of sdig for randombackend --- regression-tests.nobackend/counters/command | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/regression-tests.nobackend/counters/command b/regression-tests.nobackend/counters/command index 46019dcb14..1aa59271d0 100755 --- a/regression-tests.nobackend/counters/command +++ b/regression-tests.nobackend/counters/command @@ -10,19 +10,19 @@ rm -f pdns*.pid --local-port=$port --socket-dir=./ --no-shuffle --launch=random --no-config \ --module-dir=../regression-tests/modules & -sleep 5 +sleep 2 -../pdns/sdig 127.0.0.1 $port random.example.com A >&2 -../pdns/sdig 127.0.0.1 $port example.com SOA >&2 +../pdns/sdig 127.0.0.1 $port random.example.com A >&2 >/dev/null +../pdns/sdig 127.0.0.1 $port example.com SOA >&2 >/dev/null -../pdns/sdig 127.0.0.1 $port random.example.com A tcp >&2 -../pdns/sdig 127.0.0.1 $port example.com SOA tcp >&2 +../pdns/sdig 127.0.0.1 $port random.example.com A tcp >&2 >/dev/null +../pdns/sdig 127.0.0.1 $port example.com SOA tcp >&2 >/dev/null -../pdns/sdig ::1 $port random.example.com A >&2 -../pdns/sdig ::1 $port random.example.com A tcp >&2 +../pdns/sdig ::1 $port random.example.com A >&2 >/dev/null +../pdns/sdig ::1 $port random.example.com A tcp >&2 >/dev/null -../pdns/sdig ::1 $port example.com SOA >&2 -../pdns/sdig ::1 $port example.com SOA tcp >&2 +../pdns/sdig ::1 $port example.com SOA >&2 >/dev/null +../pdns/sdig ::1 $port example.com SOA tcp >&2 >/dev/null ../pdns/pdns_control --config-name= --no-config --socket-dir=./ 'show *' | \ tr ',' '\n'| grep -v -E '(user-msec|sys-msec|uptime|udp-noport-errors|udp-in-errors|udp-recvbuf-errors|udp-sndbuf-errors|-hit|-miss)' | LC_ALL=C sort -- 2.47.2