diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-08 18:16:02 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-08 18:16:02 +0100 |
commit | b6d5e1ac6a49f39b79827a1fa5dd4a0d8e6bd9a9 (patch) | |
tree | 2e34ada042f7219fad12c8834614a462c62aeef2 /test | |
parent | 3a2feed81419853e1288bd63b7887363a0c267b7 (diff) |
Testsuite: munge for timing variance
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
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; |