From: Tomas Krizek Date: Wed, 14 Feb 2018 17:11:39 +0000 (+0100) Subject: ci: update respdiff config to newest version X-Git-Tag: v2.1.0~8^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48decb5e574dfcddfe22f412b44497cdd0bcc0ca;p=thirdparty%2Fknot-resolver.git ci: update respdiff config to newest version --- diff --git a/ci/respdiff/respdiff-tcp.conf b/ci/respdiff/respdiff-tcp.conf index 2ba89e9b7..17b286489 100644 --- a/ci/respdiff/respdiff-tcp.conf +++ b/ci/respdiff/respdiff-tcp.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound diff --git a/ci/respdiff/respdiff-tls.conf b/ci/respdiff/respdiff-tls.conf index 38b2ba5fe..79d35e6d7 100644 --- a/ci/respdiff/respdiff-tls.conf +++ b/ci/respdiff/respdiff-tls.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound diff --git a/ci/respdiff/respdiff-udp.conf b/ci/respdiff/respdiff-udp.conf index 92db2cb01..d4d57539d 100644 --- a/ci/respdiff/respdiff-udp.conf +++ b/ci/respdiff/respdiff-udp.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound