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 2015/01/09 03:20:22 UTC

trafficserver git commit: Fix the bogus test_time from messages, it's 60s, not 3600

Repository: trafficserver
Updated Branches:
  refs/heads/master dc1ad38aa -> b1c542a50


Fix the bogus test_time from messages, it's 60s, not 3600


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

Branch: refs/heads/master
Commit: b1c542a501b40e7c9816bb904aa38c2dbef2f8f2
Parents: dc1ad38
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Jan 8 19:20:15 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu Jan 8 19:20:15 2015 -0700

----------------------------------------------------------------------
 ci/tsqa/test-log-refcounting | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b1c542a5/ci/tsqa/test-log-refcounting
----------------------------------------------------------------------
diff --git a/ci/tsqa/test-log-refcounting b/ci/tsqa/test-log-refcounting
index 3340a7c..41bd312 100755
--- a/ci/tsqa/test-log-refcounting
+++ b/ci/tsqa/test-log-refcounting
@@ -94,7 +94,7 @@ reload&
 for i in $(seq $COUNT) ; do
   msg $(bindir)/jtest --proxy_port $PORT --proxy_host 127.0.0.1 \
     --server_port $SERVER_PORT --server_host jtest.trafficserver.apache.org \
-    --clients 10 --test_time 3600
+    --clients 10 --test_time 60
   $(bindir)/jtest --proxy_port $PORT --proxy_host 127.0.0.1 \
     --server_port $SERVER_PORT --server_host jtest.trafficserver.apache.org \
     --clients 10 --test_time 60