trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Run autests with curl UDS default

Open serrislew opened this issue 9 months ago • 1 comments

Extension of #12122

Add autest-uds cmake preset to run all autests with curl --unix-socket [ts_runtime_dir/socket] command

  • skips h2 and tls autests for uds case
  • skips unrelated autests or specific test runs with Condition.CurlIsUsingUnixDomainSocket()
    • changes include removing --ipv4 flag when --unix-socket is present, not including full url in gold file, etc
  • curl_base string format created to just have curl (without uds flag) available in uds case

Resolves #12184

serrislew avatar Apr 07 '25 17:04 serrislew

Added to milestone 10.1.1 via #12360

cmcfarlen avatar Aug 14 '25 14:08 cmcfarlen