You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2019/05/07 21:36:20 UTC

[trafficserver] branch master updated: Add wait_for_cache to make all_headers test more resilient

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

shinrich 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 5daf1a7  Add wait_for_cache to make all_headers test more resilient
5daf1a7 is described below

commit 5daf1a70fccbd9562a9991be8542b54df4bab73b
Author: Susan Hinrichs <sh...@oath.com>
AuthorDate: Tue May 7 17:37:42 2019 +0000

    Add wait_for_cache to make all_headers test more resilient
---
 tests/gold_tests/logging/all_headers.test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/gold_tests/logging/all_headers.test.py b/tests/gold_tests/logging/all_headers.test.py
index cdb6275..63ed7b9 100644
--- a/tests/gold_tests/logging/all_headers.test.py
+++ b/tests/gold_tests/logging/all_headers.test.py
@@ -43,6 +43,7 @@ response_header = {"headers": "HTTP/1.1 200 OK\r\nConnection: close\r\nCache-con
 server.addResponse("sessionlog.json", request_header, response_header)
 
 ts.Disk.records_config.update({
+    'proxy.config.http.wait_for_cache': 1,
     'proxy.config.diags.debug.enabled': 0,
     'proxy.config.diags.debug.tags': 'http|dns',
 })