This is an automated email from the ASF dual-hosted git repository.
shinrich 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 c90226d Auto port select slow_post test
c90226d is described below
commit c90226db8c9deb6dd9e4d9f15b4363b467570c1a
Author: Susan Hinrichs <[email protected]>
AuthorDate: Fri Feb 7 21:45:02 2020 +0000
Auto port select slow_post test
---
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)
)