I am trying to run the regression tests in TSQA but traffic_server just sits
there doing nothing.Here's what I have found so far:The framework launches
traffic_cop which kicks off traffic_manager which kicks off
traffic_server.Meanwhile, the test itself launches traffic_server with args -R
1. It seems right at that moment traffic_cop, traffic_manager and
traffic_server (started by manager) exit (manager is getting a SIGTERM).
The traffic_server started by the test using run_sync_command still lingers
around forever.I haven't nailed down exactly why the manager is getting a
SIGTERM (#15).
But it seems to be obviously wrong to start traffic_server twice. Unless I am
wrong and that the expected sequence is to kill traffic_server and then the
test starts it. pushkar