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

wkaras pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b2424b09 s3_auth_parsing.gold: Make Age Less Specified (#9175)
0b2424b09 is described below

commit 0b2424b09d751726bf06d4854639e4d019c3fdc0
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]>
---
 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