FWIW, the patch attached to COUCHDB-1310 (https://issues.apache.org/jira/browse/COUCHDB-1310)
will fix a great many (all, afaik) of the futon test "hangs" (the cases where the tests get "stuck", and never complete). Without this patch, I was never able to get a complete run through the browser tests in 1.1.1 RC1. With the patch, I still get test failures, but at least I can get through all the tests without restarting the browser. The patch is tiny -- it just swaps the order of two lines of code, in the '/_restart' handler, so that the http response gets written *before* the server is restarted (rather than after). As test instability continues to be a hot topic, maybe this patch is worth considering for inclusion in the next 1.1.1 RC? -Lee On Oct 20, 2011, at 12:25 PM, Benoit Chesneau wrote: > On Thu, Oct 20, 2011 at 6:23 PM, Robert Newson <[email protected]> wrote: >> Hi All, >> >> Thanks for all the responses so far. Unfortunately I am aborting this round. >> >> It turns out there is a serious bug in this 1.1.1 candidate when using >> SpiderMonkey 1.7.0. Instead of sealing the 'doc' parameter to views, >> we seal the object that defines the seal function, which then causes >> all kinds of 'X is read-only' events. >> >> It's a one word fix, so a new 1.1.1 candidate will be out very soon, >> and it should not invalidate any of these results. >> >> B. >> > > :( > > It would worth to look at this erlang warning too imo. Hopefully i > will have some wifi at the hotel tonight.I will see if I can make it. > > - benoit
