[exim-cvs] Testsuite: allow 1s timing slop in dumpdb output

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: allow 1s timing slop in dumpdb output
Gitweb: https://git.exim.org/exim.git/commitdiff/625cd9501315e1010ecbf8718c88c8b79ce09e94
Commit:     625cd9501315e1010ecbf8718c88c8b79ce09e94
Parent:     45d58479b6cdbacce6cb823355f91d953d5aef9a
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Oct 8 10:24:59 2020 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Oct 8 10:31:04 2020 +0100


    Testsuite: allow 1s timing slop in dumpdb output
---
 test/runtest     | 4 ++--
 test/stdout/0447 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/test/runtest b/test/runtest
index 5918478..8a1e46e 100755
--- a/test/runtest
+++ b/test/runtest
@@ -461,8 +461,8 @@ RESET_AFTER_EXTRA_LINE_READ:
     my($date1,$date2,$date3,$expired) = ($1,$2,$3,$4);
     $expired = '' if !defined $expired;


-    # Round the time-difference up to nearest even value
-    my($increment) = ((date_seconds($date3) - date_seconds($date2) + 1) >> 1) << 1;
+    # Round the time-difference down to nearest even value
+    my($increment) = ((date_seconds($date3) - date_seconds($date2)) >> 1) << 1;


     # We used to use globally unique replacement values, but timing
     # differences make this impossible. Just show the increment on the
diff --git a/test/stdout/0447 b/test/stdout/0447
index caecaea..78eac2c 100644
--- a/test/stdout/0447
+++ b/test/stdout/0447
@@ -11,7 +11,7 @@ first failed = time last try = time2 next try = time2 + 60
 first failed = time last try = time2 next try = time2 + 30
 +++++++++++++++++++++++++++
   T:127.0.0.1:127.0.0.1:1224 dd 321 Connection timed out
-first failed = time last try = time2 next try = time2 + 30
+first failed = time last try = time2 next try = time2 + 28
 +++++++++++++++++++++++++++
   R:xx.test.again.dns -1 0 host lookup did not complete
 first failed = time last try = time2 next try = time2 + 180