Testsuite: munge for timing variance
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 Sep 2019 17:16:02 +0000 (18:16 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 Sep 2019 17:16:02 +0000 (18:16 +0100)
test/runtest

index b369d59a3d0bff768ec089d87955f5bec3e028ff..aadd0f1990d8dc56eafca6b676ad1f6490ced68d 100755 (executable)
@@ -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;