bryancall opened a new pull request, #13009: URL: https://github.com/apache/trafficserver/pull/13009
## Summary - **tls_conn_timeout**: Handle SIGPIPE via `signal(SIGPIPE, SIG_IGN)` and retry `send()` on EINTR in the test's `ssl-delay-server.cc` - **sigusr2**: Replace deadlocking `Ready` condition with simple `time.sleep()` polling in `sigusr2.test.py` - **thread_config**: Match `traffic_server` by cmdline instead of process name in `check_threads.py` to handle ASAN-renamed binaries All three tests were failing intermittently in CI. Each fix touches one file in `tests/gold_tests/`. ## Test plan - [ ] Verify `tls_conn_timeout` autest passes under ASAN builds - [ ] Verify `sigusr2` autest no longer deadlocks - [ ] Verify `thread_config` autest passes with ASAN-instrumented binaries -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
