You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/05/22 00:11:34 UTC

[12/12] git commit: TS-2274 Fix the regressions

TS-2274 Fix the regressions


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

Branch: refs/heads/master
Commit: b3009146bcd58d2b23b06412ffa61936192afcc1
Parents: ce5c821
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed May 21 16:10:44 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed May 21 16:10:49 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b3009146/proxy/InkAPITest.cc
----------------------------------------------------------------------
diff --git a/proxy/InkAPITest.cc b/proxy/InkAPITest.cc
index 39add2c..1ff7cd5 100644
--- a/proxy/InkAPITest.cc
+++ b/proxy/InkAPITest.cc
@@ -5396,7 +5396,7 @@ REGRESSION_TEST(SDK_API_TSMgmtGet) (RegressionTest * test, int /* atype ATS_UNUS
   int CONFIG_PARAM_COUNTER_VALUE = 0;
 
   const char *CONFIG_PARAM_FLOAT_NAME = "proxy.config.http.background_fill_completed_threshold";
-  float CONFIG_PARAM_FLOAT_VALUE = 0.5;
+  float CONFIG_PARAM_FLOAT_VALUE = 0.0;
 
   const char *CONFIG_PARAM_INT_NAME = "proxy.config.http.cache.http";
   int CONFIG_PARAM_INT_VALUE = 1;