I'm just the dumb QA guy. If you have some diagnostics you want me to run on my machine, I am happy to.
On Sun, Jan 22, 2012 at 11:31 PM, Filipe David Manana <[email protected]>wrote: > On Sun, Jan 22, 2012 at 7:20 PM, Noah Slater <[email protected]> wrote: > > Works. How do we proceed? > > For how much time does the test runs? On 2 different physical > machines, it takes about 1 minute and 10 seconds for me. > > Perhaps some manual replication tests could confirm if there's > something wrong with the codebase, your environment or if simply > increasing the timeout is not alarming. > > > > > On Sun, Jan 22, 2012 at 7:05 PM, Noah Slater <[email protected]> > wrote: > > > >> OVAR 9000! (Testing now...) > >> > >> > >> On Sun, Jan 22, 2012 at 6:56 PM, Filipe David Manana < > [email protected]>wrote: > >> > >>> On Sun, Jan 22, 2012 at 6:47 PM, Noah Slater <[email protected]> > >>> wrote: > >>> > No change, still fails. > >>> > >>> Noah, to try to find out if it's due to slowness of the machine or > >>> some other issue, do you think you can try to increase the following > >>> timeout in the test? > >>> > >>> diff --git a/test/etap/242-replication-many-leaves.t > >>> b/test/etap/242-replication-many-leaves.t > >>> index d8d3eb9..737cd31 100755 > >>> --- a/test/etap/242-replication-many-leaves.t > >>> +++ b/test/etap/242-replication-many-leaves.t > >>> @@ -287,6 +287,6 @@ replicate(Source, Target) -> > >>> receive > >>> {'DOWN', MonRef, process, Pid, Reason} -> > >>> etap:is(Reason, normal, "Replication finished successfully") > >>> - after 300000 -> > >>> + after 900000 -> > >>> etap:bail("Timeout waiting for replication to finish") > >>> end. > >>> > >>> > > >>> > On Sun, Jan 22, 2012 at 6:08 PM, Noah Slater <[email protected]> > >>> wrote: > >>> > > >>> >> > >>> >> On Sun, Jan 22, 2012 at 6:01 PM, Filipe David Manana < > >>> [email protected]>wrote: > >>> >> > >>> >>> Noah, does it fail occasionally or every time for you? > >>> >>> > >>> >> > >>> >> Fails every time. > >>> >> > >>> >> > >>> >>> I'm assuming you're with a slow machine or the machine is a bit > >>> >>> overloaded. > >>> >>> > >>> >> > >>> >> Shouldn't be, I'm not doing anything else right now, and this is a > new > >>> MBA. > >>> >> > >>> >> > >>> >>> Can you try with the following patch? > >>> >>> > >>> >> > >>> >> Yes. Will report back. > >>> >> > >>> >> > >>> > >>> > >>> > >>> -- > >>> Filipe David Manana, > >>> > >>> "Reasonable men adapt themselves to the world. > >>> Unreasonable men adapt the world to themselves. > >>> That's why all progress depends on unreasonable men." > >>> > >> > >> > > > > -- > Filipe David Manana, > > "Reasonable men adapt themselves to the world. > Unreasonable men adapt the world to themselves. > That's why all progress depends on unreasonable men." >
