From b6d5e1ac6a49f39b79827a1fa5dd4a0d8e6bd9a9 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 8 Sep 2019 18:16:02 +0100 Subject: [PATCH] Testsuite: munge for timing variance --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/runtest b/test/runtest index b369d59a3..aadd0f199 100755 --- a/test/runtest +++ b/test/runtest @@ -1161,6 +1161,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Platform-dependent resolver option bits s/^ (?:writing|update) neg-cache entry for [^,]+-\K[0-9a-f]+, ttl/xxxx, ttl/; + # timing variance, run-to-run + s/^time on queue = \K1s/0s/; + # Skip hosts_require_dane checks when the options # are unset, because dane ain't always there. next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x; -- 2.25.1