serrislew opened a new pull request, #12168: URL: https://github.com/apache/trafficserver/pull/12168
Extension of #12122 Add `autest-uds` cmake preset to run all autests with `curl --unix-socket uds.socket` command - creates gold_test_filtered folder to skip `_uds` autests for normal case and include for uds case - skips h2 and tls autests for uds case - skips other unrelated autests with `Test.SkipIf(Condition.CurlUds())` conditional - if tests need changes to accommodate uds case, a duplicate with `_uds.test.py` extension has been created - changes include removing `--ipv4` flag when `--unix-socket` is present, not including full url in gold file, etc - `uds_suffix` parameter created in curlcommand to allow multiple uds sockets to listen on a single test file - `curl_base` string format created to just have `curl` available in uds case -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org