You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/05/20 23:11:23 UTC

[trafficserver] 27/28: TS-4427 Fix unit tests

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

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 044f5e4eb97a29a2052bcb71f73cb4240707dfa8
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon May 9 08:28:36 2016 -0600

    TS-4427 Fix unit tests
    
    (cherry picked from commit ff1acce9b782e004dd91efc7ba95606002abd533)
---
 proxy/tests/logstats.json    | 4 ++++
 proxy/tests/logstats.summary | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/proxy/tests/logstats.json b/proxy/tests/logstats.json
index 907c2dd..7b20d17 100644
--- a/proxy/tests/logstats.json
+++ b/proxy/tests/logstats.json
@@ -1,5 +1,6 @@
 { "total": {
     "hit.direct" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
+    "hit.ram" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
     "hit.ims" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
     "hit.refresh" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
     "hit.other" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
@@ -109,6 +110,7 @@
     "content.none" : { "req": "1", "req_pct": "1.49", "bytes": "0", "bytes_pct": "0.00" },
     "content.other" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
     "hit.direct.latency" : { "min": "-1", "max": "0", "avg": "0.00", "dev": "0.00" },
+    "hit.ram.latency" : { "min": "-1", "max": "0", "avg": "0.00", "dev": "0.00" },
     "hit.ims.latency" : { "min": "-1", "max": "0", "avg": "0.00", "dev": "0.00" },
     "hit.refresh.latency" : { "min": "-1", "max": "0", "avg": "0.00", "dev": "0.00" },
     "hit.other.latency" : { "min": "-1", "max": "0", "avg": "0.00", "dev": "0.00" },
@@ -121,6 +123,7 @@
   },
   "imgur.com": {
     "hit.direct" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
+    "hit.ram" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
     "hit.ims" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
     "hit.refresh" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
     "hit.other" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
@@ -230,6 +233,7 @@
     "content.none" : { "req": "1", "req_pct": "1.49", "bytes": "0", "bytes_pct": "0.00" },
     "content.other" : { "req": "0", "req_pct": "0.00", "bytes": "0", "bytes_pct": "0.00" },
     "hit.direct.latency" : { "min": "-1", "max": "0", "avg": "0.00", "dev": "0.00" },
+    "hit.ram.latency" : { "min": "-1", "max": "0", "avg": "0.00", "dev": "0.00" },
     "hit.ims.latency" : { "min": "-1", "max": "0", "avg": "0.00", "dev": "0.00" },
     "hit.refresh.latency" : { "min": "-1", "max": "0", "avg": "0.00", "dev": "0.00" },
     "hit.other.latency" : { "min": "-1", "max": "0", "avg": "0.00", "dev": "0.00" },
diff --git a/proxy/tests/logstats.summary b/proxy/tests/logstats.summary
index f27077c..20e1460 100644
--- a/proxy/tests/logstats.summary
+++ b/proxy/tests/logstats.summary
@@ -3,6 +3,7 @@
 Request Result                         Count    Percent       Bytes    Percent
 ------------------------------------------------------------------------------
 Cache hit                                  0      0.00%      0.00KB      0.00%
+Cache hit RAM                              0      0.00%      0.00KB      0.00%
 Cache hit IMS                              0      0.00%      0.00KB      0.00%
 Cache hit refresh                          0      0.00%      0.00KB      0.00%
 Cache hit other                            0      0.00%      0.00KB      0.00%
@@ -148,6 +149,7 @@ other                                      0      0.00%      0.00KB      0.00%
 Elapsed time stats          Min          Max              Avg    Std Deviation
 ------------------------------------------------------------------------------
 Cache hit                     0            0             0.00             0.00
+Cache hit RAM                 0            0             0.00             0.00
 Cache hit IMS                 0            0             0.00             0.00
 Cache hit refresh             0            0             0.00             0.00
 Cache hit other               0            0             0.00             0.00

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.