You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2015/08/14 05:46:12 UTC

trafficserver git commit: TS-3839: Fix overrideable config regression tests

Repository: trafficserver
Updated Branches:
  refs/heads/master a5818b350 -> 6fcff147b


TS-3839: Fix overrideable config regression tests


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6fcff147
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6fcff147
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6fcff147

Branch: refs/heads/master
Commit: 6fcff147bc8de214b0f511cb9fcaa32fd5c6187e
Parents: a5818b3
Author: Gota Adachi <ada@iij. ad.jp>
Authored: Thu Aug 13 20:45:08 2015 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu Aug 13 20:45:08 2015 -0700

----------------------------------------------------------------------
 proxy/InkAPITest.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6fcff147/proxy/InkAPITest.cc
----------------------------------------------------------------------
diff --git a/proxy/InkAPITest.cc b/proxy/InkAPITest.cc
index 704a759..5fefdb3 100644
--- a/proxy/InkAPITest.cc
+++ b/proxy/InkAPITest.cc
@@ -7207,7 +7207,7 @@ const char *SDK_Overridable_Configs[TS_CONFIG_LAST_ENTRY] = {
   "proxy.config.http.cache.max_open_read_retries", "proxy.config.http.cache.range.write",
   "proxy.config.http.post.check.content_length.enabled", "proxy.config.http.global_user_agent_header",
   "proxy.config.http.auth_server_session_private", "proxy.config.http.slow.log.threshold", "proxy.config.http.cache.generation",
-  "proxy.config.body_factory.template_base"};
+  "proxy.config.body_factory.template_base", "proxy.config.http.cache.open_write_fail_action"};
 
 REGRESSION_TEST(SDK_API_OVERRIDABLE_CONFIGS)(RegressionTest *test, int /* atype ATS_UNUSED */, int *pstatus)
 {