![]() |
NodeJs agent hangs frequently immediately after posting results file - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: NodeJs agent hangs frequently immediately after posting results file (/showthread.php?tid=13154) |
NodeJs agent hangs frequently immediately after posting results file - sidbala - 08-12-2014 01:18 PM Hi there, I am running iOS devices with the nodejs agents. They have been rock solid for a while. However, recently, I have been noticing that sometimes the agents simply hang immediately after they've completed a test run and the results have been uploaded. Control-c seems to bring up a message stating that the process will exit after the current run is finished - but that never happens - it is waiting for something forever. So I have all my iOS agents simply stalling forever. What can I do to debug this? How do I hook up a debugger to the agent process and trace the execution to the wait point? Thanks, Sid The last few log lines before where it hangs: Code: F Aug_11_20:17:10.364 wpt_client.js:194 IncomingMessage.<anonymous> : Got response: RE: NodeJs agent hangs frequently immediately after posting results file - pmeenan - 08-14-2014 03:40 AM I'd recommend opening a github issue to track it which should get the attention of the main developer on the node agent. I guess the main question I have is if the results uploaded successfully and completed. It can sometimes take a while (but shouldn't hang forever) since the server has to do a bunch of processing. We might also have to check and make sure there is a timeout on the client side so it doesn't wait forever in the case of a problem. RE: NodeJs agent hangs frequently immediately after posting results file - tatanasov - 08-05-2015 09:04 PM I have found the same issue. Is there a github issue created for this ? Best regards, Todor |