Re: [Geotools-devel] 8.0-RC1 stalled out

2012-05-17 Thread Jody Garnett
> > Andrea were you able to commit your ImageWorkerTest work fix to trunk? Or > > should I rescue it. > > > > > > Err... no? I sent you a full patch file, so you could have done it youself. > Anyways, committed it now > > Thanks Andrea! My git-fu was weak (since I was working from svn) and

Re: [Geotools-devel] 8.0-RC1 stalled out

2012-05-17 Thread Andrea Aime
On Fri, May 18, 2012 at 3:27 AM, Jody Garnett wrote: > Andrea were you able to commit your ImageWorkerTest work fix to trunk? Or > should I rescue it. Err... no? I sent you a full patch file, so you could have done it youself. Anyways, committed it now Cheers Andrea -- Ing. Andrea Aime GeoSolu

Re: [Geotools-devel] 8.0-RC1 stalled out

2012-05-17 Thread Michael Bedward
Thanks Justin. You could also use a javax.swing.Timer which might be an easier option because it runs its task on the event dispatch thread. > Any idea about the unsupported/swing test failures? As I understand it you > run on osx as well? I am running on lion, not sure if that is what is making >

Re: [Geotools-devel] 8.0-RC1 stalled out

2012-05-17 Thread Justin Deoliveira
Hey Michael, I haven't committed any thing yet. indeed "interactive" is misleading if in fact they can not require any "interaction" :) I will let Jody weigh in and can commit the change tomorrow. At any rate, there is probably an easier/nicer way to do this but here is what i added; diff --git

Re: [Geotools-devel] 8.0-RC1 stalled out

2012-05-17 Thread Michael Bedward
Sorry for not responding earlier Justin, Jody. I was under the impression that "interactive" allowed tests that require user input such as, in this case, dismissing a window after visual inspection. Did you commit your change ? On 18 May 2012 13:40, Justin Deoliveira wrote: > Ok, so after patch

Re: [Geotools-devel] 8.0-RC1 stalled out

2012-05-17 Thread Justin Deoliveira
Ok, so after patching the StreamingRendererDirectLayerTest to not wait for user input i am able to do a successful build with extensive and interactive tests, well for the most part. I ran into issues in the imagepyramid module but i couldn't actually reproduce consistently. The final hiccup was in

Re: [Geotools-devel] 8.0-RC1 stalled out

2012-05-17 Thread Justin Deoliveira
Hey Jody, ImageWorkerTest doesn't fail for me locally... what platform are you on? Or maybe the fix was already committed. As for the StreamingRendererDirectLayerTest it seems the test is written to hang until the user acts? If this intentional perhaps it should not be? Anyways, seems a straight

[Geotools-devel] 8.0-RC1 stalled out

2012-05-17 Thread Jody Garnett
> This is a normal test (runs in all builds), the test is my fault but > for the life of me I cannot > reproduce this problem. > See previous thread on the same issue in this same ML, a user on > Windows experienced > it, but none of the devs using Linux could replicate. > I've also tried to add a

[Geotools-devel] [Hudson] Build failed in Hudson: geotools-2.7.x-docs #311

2012-05-17 Thread Hudson
See -- Started by an SCM change Updating http://svn.osgeo.org/geotools/branches/2.7.x revision: May 17, 2012 6:45:24 PM depth:infinity ignoreExternals: false U modules/library/jdbc/src/

Re: [Geotools-devel] GeoTools 8.0-RC1 Release: ImageWorkerTest interactive test failure

2012-05-17 Thread Andrea Aime
On Thu, May 17, 2012 at 5:47 AM, Jody Garnett wrote: > During online tests I do not want headless - I am trying to do the full > meal deal. > Jody, if Michael does not step in you're in a good position as mine to fix that test, in fact I never used direct layer, at least you helped design it Ch