From: Pieter Lexis Date: Tue, 4 Aug 2015 09:41:26 +0000 (+0200) Subject: Decrease sleep, don't output result of sdig for randombackend X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~4^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9690bb4608d29970e62e5888385c417589c4f00e;p=pdns Decrease sleep, don't output result of sdig for randombackend --- diff --git a/regression-tests.nobackend/counters/command b/regression-tests.nobackend/counters/command index 46019dcb1..1aa59271d 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