This is an automated email from the ASF dual-hosted git repository.
amc 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 e35cf84 Syntax check should ignore age
e35cf84 is described below
commit e35cf8438c9fbd76d5b465e588e13889c1e65f39
Author: Susan Hinrichs <[email protected]>
AuthorDate: Mon Mar 12 16:11:52 2018 -0500
Syntax check should ignore age
The same element is fetched in test one and 5. On a loaded system it
could be in cache for a second and report age:1 instead of age:0
---
tests/gold_tests/headers/syntax.200.gold | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gold_tests/headers/syntax.200.gold
b/tests/gold_tests/headers/syntax.200.gold
index 3b224e6..a60ae6e 100644
--- a/tests/gold_tests/headers/syntax.200.gold
+++ b/tests/gold_tests/headers/syntax.200.gold
@@ -1,6 +1,6 @@
HTTP/1.1 200 OK
Date: ``
-Age: 0
+Age: ``
Transfer-Encoding: chunked
Connection: keep-alive
Server: ``
--
To stop receiving notification emails like this one, please contact
[email protected].