Walt Karas

Results 38 issues of Walt Karas

ports.py is used by tests/gold_tests/autest-site/trafficserver.text.ext and other Au Test extensions to find available TCP ports. But, when I ran this script, which run 5 concurrent instances of Au Test: ```...

AuTest
Stale

They do not appear in any CMakeLIsts.txt file.

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...

https://github.com/yahoo/mdbm/blob/87c20e2afe5bdaa1c47d9dec8b58156f7b392f06/src/tools/mdbm_config.cc#L1189

In this code: https://github.com/apache/trafficserver/blob/ff100f4f5ce69a00e3f3093f202d5f1aa9bb2ee5/src/proxy/logging/LogAccess.cc#L1591 if the unmapped URL has nothing to escape, m_client_req_unmapped_url_canon_str will retain the value returned by string_get_ref(). string_get_ref() is a wrapper for url_string_get_ref(): https://github.com/apache/trafficserver/blob/ff100f4f5ce69a00e3f3093f202d5f1aa9bb2ee5/include/proxy/hdrs/URL.h#L468 In this case,...

Logging
Bug

In src/proxy/http/remap/unit-tests: test_PluginDso.cc test_PluginFactory.cc test_RemapPlugin.cc They build, but fail on the dlopen() call. The test plugins (also in this directory) used by this test build on all supported OSes except...

Specifically this test run: https://github.com/apache/trafficserver/blob/96066eec2d4e4cc29c1665d8a9e484160932c0f3/tests/gold_tests/tls/tls_tunnel.test.py#L217 Causes this exception: ``` 2023-03-22 02:41:41,351 - root - INFO - Sending PROXY protocol version 2 Traceback (most recent call last): File "/home/wkaras/REPOS/TS/tests/_sandbox/tls_tunnel/proxy_protocol_client.py", line 176,...

TLS
AuTest