This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.2.x by this push:
new 80f813ff7 Stabilize autest tls_hooks17 (#9671)
80f813ff7 is described below
commit 80f813ff785924d241f0e562ac8ecd93bebf1d98
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Thu May 4 00:50:31 2023 +0900
Stabilize autest tls_hooks17 (#9671)
(cherry picked from commit 194b1fa59bc2c6b40160a37e318abb1e0a0afbeb)
---
tests/gold_tests/tls_hooks/tls_hooks17.test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gold_tests/tls_hooks/tls_hooks17.test.py
b/tests/gold_tests/tls_hooks/tls_hooks17.test.py
index 827f4676c..29663782c 100644
--- a/tests/gold_tests/tls_hooks/tls_hooks17.test.py
+++ b/tests/gold_tests/tls_hooks/tls_hooks17.test.py
@@ -51,7 +51,7 @@ ts.Disk.remap_config.AddLine(
'map https://example.com:{1}
http://127.0.0.1:{0}'.format(server.Variables.Port, ts.Variables.ssl_port)
)
-Test.PrepareTestPlugin(os.path.join(Test.Variables.AtsTestPluginsDir,
'ssl_hook_test.so'), ts, '-client_hello=1')
+Test.PrepareTestPlugin(os.path.join(Test.Variables.AtsTestPluginsDir,
'ssl_hook_test.so'), ts, '-client_hello=1 -close=1')
tr = Test.AddTestRun("Test one delayed client hello hook")
tr.Processes.Default.StartBefore(server)