This patch catches the error and therefore keeps the client alive, trying again after 30 seconds: http://github.com/jzaefferer/testswarm/commit/d0c595875dfbd266f611b3ff6305efeb845ebee3
Jörn On Fri, Sep 18, 2009 at 5:09 PM, Jörn Zaefferer <[email protected]> wrote: > So a try-catch around the eval, or just checking the content first, > could be enough to fix this. > > I still need to get started with Git. Once that is in place, I'll look > into it, otherwise I hope John can take a look. > > Jörn > > On Fri, Sep 18, 2009 at 4:27 PM, Dan Herbert <[email protected]> wrote: >> >> This error is repeatable. >> >> I've seen this happen when the server has an interruption. I notice >> that when the server goes down or becomes inaccessible during certain >> times in the day this bug occurs. It looks like something goes wrong >> when making AJAX requests to the server and the JavaScript doesn't >> recover from it. >> >> On Sep 18, 10:20 am, Randy <[email protected]> wrote: >>> I have noticed that every once in a while my tests across multiple >>> browser will pause at "Status: Querying for more tests to run..." >>> >>> I checked the console and this is the error that pops up: >>> >>> missing ) in parenthetical >>> (Client doesn't exist.) >>> >>> From run.js?1253248405 (line 37): >>> >>> 37 var data = txt && typeof txt === "string" ? eval("(" + txt + >>> ")") : txt; >>> >>> This came from running it on Firefox, but I have noticed the same >>> thing in multiple browsers and I think that it is the same thing >>> causing it. >>> >>> On Sep 16, 12:20 pm, Jörn Zaefferer <[email protected]> >>> wrote: >>> >>> >>> >>> > Thanks, thats very valuable feedback. >>> >>> > Jörn >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TestSwarm" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/testswarm?hl=en -~----------~----~----~----~------~----~------~--~---
