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 2020/02/11 23:33:49 UTC

[trafficserver] branch 9.0.x updated: Auto port select slow_post test

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

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new c893a86  Auto port select slow_post test
c893a86 is described below

commit c893a8650c97154bf4e599037cb39b60513efcdc
Author: Susan Hinrichs <sh...@verizonmedia.com>
AuthorDate: Fri Feb 7 21:45:02 2020 +0000

    Auto port select slow_post test
    
    (cherry picked from commit c90226db8c9deb6dd9e4d9f15b4363b467570c1a)
---
 tests/gold_tests/slow_post/slow_post.test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gold_tests/slow_post/slow_post.test.py b/tests/gold_tests/slow_post/slow_post.test.py
index 40b5795..d958708 100644
--- a/tests/gold_tests/slow_post/slow_post.test.py
+++ b/tests/gold_tests/slow_post/slow_post.test.py
@@ -41,7 +41,7 @@ class SlowPostAttack:
         self._server.addResponse("sessionlog.json", request_header2, response_header2)
 
     def setupTS(self):
-        self._ts = Test.MakeATSProcess("ts", select_ports=False)
+        self._ts = Test.MakeATSProcess("ts", select_ports=True)
         self._ts.Disk.remap_config.AddLine(
             'map / http://127.0.0.1:{0}'.format(self._server.Variables.Port)
         )