From cb6bd80f1680a22c96bfff84e8671fa01417611b Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 31 Dec 2018 13:58:26 +0000 Subject: PIPE_CONNECT: fix feature-cache refresh --- test/scripts/4068-pipe-conn-gnutls-tfo/4068 | 60 +++++++++++++++++++++++++ test/scripts/4068-pipe-conn-gnutls-tfo/REQUIRES | 3 ++ 2 files changed, 63 insertions(+) create mode 100644 test/scripts/4068-pipe-conn-gnutls-tfo/4068 create mode 100644 test/scripts/4068-pipe-conn-gnutls-tfo/REQUIRES (limited to 'test/scripts/4068-pipe-conn-gnutls-tfo') diff --git a/test/scripts/4068-pipe-conn-gnutls-tfo/4068 b/test/scripts/4068-pipe-conn-gnutls-tfo/4068 new file mode 100644 index 000000000..9a454391a --- /dev/null +++ b/test/scripts/4068-pipe-conn-gnutls-tfo/4068 @@ -0,0 +1,60 @@ +# early-pipe, starttls, tfo +# +# Not attempted without a cache entry +exim -bd -DSERVER=server -oX PORT_D +**** +# +exim a@test.ex +Subject test 1 + +**** +exim -DCONNECTCOND=127.0.0.1 -q +**** +exim -DNOTDAEMON -DSERVER=server -q +**** +# +# +# +# Go for it. This one should do early-pipelinng. +exim b@test.ex +Subject test 2 + +**** +exim -DCONNECTCOND=127.0.0.1 -q +**** +exim -DNOTDAEMON -DSERVER=server -q +**** +# +# +killdaemon +# +# +# And again with CHUNKING +sudo rm DIR/spool/db/misc +exim -bd -DSERVER=server -DOPT=* -oX PORT_D +**** +# +exim nocache@test.ex +Subject test 4 + +**** +exim -DCONNECTCOND=127.0.0.1 -q +**** +exim -DNOTDAEMON -DSERVER=server -q +**** +# +# +# +# Go for it +exim chunking@test.ex +Subject test 5 + +**** +exim -DCONNECTCOND=127.0.0.1 -q +**** +exim -DNOTDAEMON -DSERVER=server -q +**** +# +killdaemon +# +no_msglog_check diff --git a/test/scripts/4068-pipe-conn-gnutls-tfo/REQUIRES b/test/scripts/4068-pipe-conn-gnutls-tfo/REQUIRES new file mode 100644 index 000000000..0cfd46cac --- /dev/null +++ b/test/scripts/4068-pipe-conn-gnutls-tfo/REQUIRES @@ -0,0 +1,3 @@ +support Experimental_PIPE_CONNECT +support GnuTLS +support TCP_Fast_Open -- cgit v1.2.3