The TestRegressions environment setup is killing traffic_cop, traffic_manager and traffic_server so as to start up traffic_server without any monitoring.Now I need to debug why it just sits there in my environment. pushkar
On Thursday, August 20, 2015 6:08 PM, Pushkar Pradhan <pprad...@yahoo-inc.com.INVALID> wrote: 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