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

paziz 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  7c731d6   Fix http2 big client test
7c731d6 is described below

commit 7c731d6b01e839ba3f50605c97c61a15ef680e20
Author: Persia Aziz <per...@yahoo-inc.com>
AuthorDate: Wed Apr 12 16:41:12 2017 -0500

    Fix http2 big client test
---
 tests/gold_tests/h2/http2.test.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tests/gold_tests/h2/http2.test.py 
b/tests/gold_tests/h2/http2.test.py
index 13fb79f..2d81c1b 100644
--- a/tests/gold_tests/h2/http2.test.py
+++ b/tests/gold_tests/h2/http2.test.py
@@ -70,7 +70,7 @@ tr=Test.AddTestRun()
 tr.Processes.Default.Command='python3 h2client.py -p 
{0}'.format(ts.Variables.ssl_port)
 tr.Processes.Default.ReturnCode=0
 # time delay as proxy.config.http.wait_for_cache could be broken
-tr.Processes.Default.StartBefore(server,ready=When.PortOpen(server.Variables.Port))
+tr.Processes.Default.StartBefore(server)
 tr.Processes.Default.StartBefore(Test.Processes.ts, 
ready=When.PortOpen(ts.Variables.ssl_port))
 tr.Processes.Default.Streams.stdout="gold/remap-200.gold"
 tr.StillRunningAfter=server
@@ -79,9 +79,6 @@ tr.StillRunningAfter=server
 tr=Test.AddTestRun()
 tr.Processes.Default.Command='python3 h2bigclient.py -p 
{0}'.format(ts.Variables.ssl_port)
 tr.Processes.Default.ReturnCode=0
-# time delay as proxy.config.http.wait_for_cache could be broken
-tr.Processes.Default.StartBefore(server,ready=When.PortOpen(server.Variables.Port))
-tr.Processes.Default.StartBefore(Test.Processes.ts, 
ready=When.PortOpen(ts.Variables.ssl_port))
 tr.Processes.Default.Streams.stdout="gold/bigfile.gold"
 tr.StillRunningAfter=server
 

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

Reply via email to