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 dc49b4c0a s3_auth_parsing.gold: Make Age Less Specified (#9175)
dc49b4c0a is described below

commit dc49b4c0ac6143fc829d2daff05d63ec434fbbd9
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Nov 3 08:30:49 2022 -0500

    s3_auth_parsing.gold: Make Age Less Specified (#9175)
    
    The s3_auth_parsing.gold file overspecified the value of Age. We aren't
    testing that value in the test and due to timing issues the value can be
    1 or 0. Making it allow other values.
    
    Co-authored-by: bneradt <[email protected]>
    (cherry picked from commit 0b2424b09d751726bf06d4854639e4d019c3fdc0)
---
 tests/gold_tests/pluginTest/s3_auth/gold/s3_auth_parsing.gold | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gold_tests/pluginTest/s3_auth/gold/s3_auth_parsing.gold 
b/tests/gold_tests/pluginTest/s3_auth/gold/s3_auth_parsing.gold
index 50a707eb2..2303e2859 100644
--- a/tests/gold_tests/pluginTest/s3_auth/gold/s3_auth_parsing.gold
+++ b/tests/gold_tests/pluginTest/s3_auth/gold/s3_auth_parsing.gold
@@ -9,7 +9,7 @@
 < HTTP/1.1 200 OK
 < Content-Length: 8
 < Date: ``
-< Age: 0
+< Age: ``
 < Connection: keep-alive
 < Server: ``
 < 

Reply via email to