You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by wk...@apache.org on 2023/03/17 23:33:09 UTC

[trafficserver] branch block_comment created (now 2768d955f)

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

wkaras pushed a change to branch block_comment
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


      at 2768d955f Improve comment on Au test extension function MakeATSProcess().

This branch includes the following new commits:

     new 2768d955f Improve comment on Au test extension function MakeATSProcess().

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[trafficserver] 01/01: Improve comment on Au test extension function MakeATSProcess().

Posted by wk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wkaras pushed a commit to branch block_comment
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 2768d955fd82e95cae511ba0cbf032f3447c68aa
Author: Walt Karas <wk...@yahooinc.com>
AuthorDate: Fri Mar 17 23:31:31 2023 +0000

    Improve comment on Au test extension function MakeATSProcess().
---
 tests/gold_tests/autest-site/trafficserver.test.ext | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/tests/gold_tests/autest-site/trafficserver.test.ext b/tests/gold_tests/autest-site/trafficserver.test.ext
index ad9b10837..10e696af7 100755
--- a/tests/gold_tests/autest-site/trafficserver.test.ext
+++ b/tests/gold_tests/autest-site/trafficserver.test.ext
@@ -47,15 +47,20 @@ default_log_data = {
     'manager': 'manager.log'
 }
 
-# 'block_for_debug', if True, causes traffic_server to run with the --block option enabled, and effectively
-# disables timeouts that could be triggered by running traffic_server under a debugger.
-
 
 def MakeATSProcess(obj, name, command='traffic_server', select_ports=True,
                    enable_tls=False, enable_cache=True, enable_quic=False,
                    block_for_debug=False, log_data=default_log_data,
                    use_traffic_out=True, dump_runroot=True,
                    enable_proxy_protocol=False):
+    """Create a traffic server process.
+
+    :param block_for_debug: if True, causes traffic_server to run with the
+    --block option enabled, and effectively disables timeouts that could be
+    triggered by running traffic_server under a debugger. In the debugger,
+    `set cmd_block = 0`, set any desired break points, then `c` to continue
+    to let the test proceed.
+    """
     #####################################
     # common locations