This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 30caa5d0485d2d3aac2197faec7d546b0bd8809c
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Apr 16 07:02:00 2024 +0900

    AuTest: Make ja3_fingerprint test more stable (#11254)
    
    (cherry picked from commit 2462b9378244fd36fdaa289c82600294c1f726e9)
---
 .../gold_tests/pluginTest/ja3_fingerprint/modify-incoming-client.gold | 2 +-
 .../gold_tests/pluginTest/ja3_fingerprint/modify-incoming-proxy.gold  | 4 +---
 tests/gold_tests/pluginTest/ja3_fingerprint/modify-sent-client.gold   | 2 +-
 tests/gold_tests/pluginTest/ja3_fingerprint/modify-sent-proxy.gold    | 4 +---
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git 
a/tests/gold_tests/pluginTest/ja3_fingerprint/modify-incoming-client.gold 
b/tests/gold_tests/pluginTest/ja3_fingerprint/modify-incoming-client.gold
index 22560ff722..97adf7921f 100644
--- a/tests/gold_tests/pluginTest/ja3_fingerprint/modify-incoming-client.gold
+++ b/tests/gold_tests/pluginTest/ja3_fingerprint/modify-incoming-client.gold
@@ -1,6 +1,6 @@
 +++++++++ Incoming Request +++++++++
 -- State Machine Id``
-GET ``
+GET https:///some/path/https``
 host: ``
 content-length: ``
 x-request: ``
diff --git 
a/tests/gold_tests/pluginTest/ja3_fingerprint/modify-incoming-proxy.gold 
b/tests/gold_tests/pluginTest/ja3_fingerprint/modify-incoming-proxy.gold
index 0e7a2379cc..4ad44adc70 100644
--- a/tests/gold_tests/pluginTest/ja3_fingerprint/modify-incoming-proxy.gold
+++ b/tests/gold_tests/pluginTest/ja3_fingerprint/modify-incoming-proxy.gold
@@ -1,8 +1,6 @@
 +++++++++ Proxy's Request after hooks +++++++++
-``
-+++++++++ Proxy's Request after hooks +++++++++
 -- State Machine Id``
-POST ``
+POST /some/path/http2``
 Host: ``
 Content-Type: ``
 uuid: ``
diff --git 
a/tests/gold_tests/pluginTest/ja3_fingerprint/modify-sent-client.gold 
b/tests/gold_tests/pluginTest/ja3_fingerprint/modify-sent-client.gold
index 4fe02c02a7..e7e3c85e68 100644
--- a/tests/gold_tests/pluginTest/ja3_fingerprint/modify-sent-client.gold
+++ b/tests/gold_tests/pluginTest/ja3_fingerprint/modify-sent-client.gold
@@ -1,6 +1,6 @@
 +++++++++ Incoming Request +++++++++
 -- State Machine Id``
-POST ``
+POST https://http2.server.com/some/path/http2``
 Host: ``
 Content-Type: ``
 uuid: ``
diff --git a/tests/gold_tests/pluginTest/ja3_fingerprint/modify-sent-proxy.gold 
b/tests/gold_tests/pluginTest/ja3_fingerprint/modify-sent-proxy.gold
index 785faae93d..89f8fb4ce6 100644
--- a/tests/gold_tests/pluginTest/ja3_fingerprint/modify-sent-proxy.gold
+++ b/tests/gold_tests/pluginTest/ja3_fingerprint/modify-sent-proxy.gold
@@ -1,8 +1,6 @@
 +++++++++ Proxy's Request after hooks +++++++++
-``
-+++++++++ Proxy's Request after hooks +++++++++
 -- State Machine Id``
-POST ``
+POST /some/path/http2``
 Host: ``
 Content-Type: ``
 uuid: ``

Reply via email to