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

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


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 9cb85642c http2_flow_control.test.py: Correctly enable debug logs 
(#9508)
9cb85642c is described below

commit 9cb85642c50cf00b4ff3abcd6ed8d3a55b3e4309
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Mar 7 17:22:01 2023 -0600

    http2_flow_control.test.py: Correctly enable debug logs (#9508)
    
    The http2_flow_control.test.py AuTest was ported from 10.x which
    supports a value of 3 for `proxy.config.diags.debug.enabled`. 9.2.x,
    however, does not support 3 and therefore debug logging hasn't been
    working for this test in 9.2.x. This fixes that. This, incidentally,
    seems to make the test run more reliably in the opensource CI
    environment.
---
 tests/gold_tests/h2/http2_flow_control.test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gold_tests/h2/http2_flow_control.test.py 
b/tests/gold_tests/h2/http2_flow_control.test.py
index babb1a405..f7e819c20 100644
--- a/tests/gold_tests/h2/http2_flow_control.test.py
+++ b/tests/gold_tests/h2/http2_flow_control.test.py
@@ -108,7 +108,7 @@ class Http2FlowControlTest:
             'proxy.config.ssl.client.verify.server.policy': 'PERMISSIVE',
             'proxy.config.dns.nameservers': 
'127.0.0.1:{0}'.format(self._dns.Variables.Port),
 
-            'proxy.config.diags.debug.enabled': 3,
+            'proxy.config.diags.debug.enabled': 1,
             'proxy.config.diags.debug.tags': 'http',
         })
 

Reply via email to