[exim-cvs] Testsuite: more fastopen knockouts

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: more fastopen knockouts
Gitweb: https://git.exim.org/exim.git/commitdiff/047d31cbc35d5323345a135ad87ef38f8a5c4789
Commit:     047d31cbc35d5323345a135ad87ef38f8a5c4789
Parent:     f0ed88dac3d0bb2ec10c3e799d4b410b3ec2c0c4
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Dec 11 10:26:07 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Dec 11 10:57:52 2019 +0000


    Testsuite: more fastopen knockouts
---
 test/confs/4061 | 3 ++-
 test/confs/4065 | 3 ++-
 test/confs/5821 | 1 +
 test/confs/5841 | 1 +
 4 files changed, 6 insertions(+), 2 deletions(-)


diff --git a/test/confs/4061 b/test/confs/4061
index d929d53..96a7c6f 100644
--- a/test/confs/4061
+++ b/test/confs/4061
@@ -57,8 +57,9 @@ begin transports
 smtp:
   driver =        smtp
   hosts_pipe_connect =    CONTROL
-  protocol =        smtps
   port =        PORT_D
+  hosts_try_fastopen =    :
+  protocol =        smtps
   tls_verify_hosts =
   tls_try_verify_hosts =


diff --git a/test/confs/4065 b/test/confs/4065
index 92a17d7..d527c06 100644
--- a/test/confs/4065
+++ b/test/confs/4065
@@ -57,8 +57,9 @@ begin transports
 smtp:
   driver =        smtp
   hosts_pipe_connect =    *
-  protocol =        smtps
   port =        PORT_D
+  hosts_try_fastopen =    :
+  protocol =        smtps
   tls_verify_hosts =
   tls_try_verify_hosts =
   hosts_require_auth =    *
diff --git a/test/confs/5821 b/test/confs/5821
index 97d0cb8..84d29bd 100644
--- a/test/confs/5821
+++ b/test/confs/5821
@@ -48,6 +48,7 @@ send_to_server:
   driver =            smtp
   allow_localhost
   port =            PORT_D
+  hosts_try_fastopen =        :
   hosts_try_dane =        *
   tls_verify_certificates =    CDIR2/ca_chain.pem


diff --git a/test/confs/5841 b/test/confs/5841
index ccecd7e..e1d2c28 100644
--- a/test/confs/5841
+++ b/test/confs/5841
@@ -54,6 +54,7 @@ send_to_server:
   driver =            smtp
   allow_localhost
   port =            PORT_D
+  hosts_try_fastopen =        :
   hosts_try_dane =        *
   tls_verify_certificates =    CDIR2/ca_chain.pem