Re: Long running tests failure

2011-09-29 Thread Milind.Bhandarkar
Yeah ! That's really crazy. I don;t have time to debug it though. I will move my dev environment to linux. :-( - milind On 9/29/11 4:12 AM, "Jeff MAURY" wrote: >I have met a very strange behaviour: as it seems the Hadoop build does not >work on MacOS, I build an Ubuntu VM that I launched on my

Re: Long running tests failure

2011-09-29 Thread Jeff MAURY
I have met a very strange behaviour: as it seems the Hadoop build does not work on MacOS, I build an Ubuntu VM that I launched on my MBP and when I run maven on this VM, the LargeBlock test passed in 475s (compared to 2000s on native MacOS build) Regards Jeff On Thu, Sep 29, 2011 at 12:58 PM, St

Re: Long running tests failure

2011-09-29 Thread Steve Loughran
On 28/09/11 21:15, Jeff MAURY wrote: On Wed, Sep 28, 2011 at 8:58 PM, wrote: Cool! I commented out that line as well. Can I override that parameter from commandline ? It will be less headache. This is theorically possible through the surefire.timeout property but as soon as the property is d

Re: Long running tests failure

2011-09-28 Thread Jeff MAURY
On Wed, Sep 28, 2011 at 8:58 PM, wrote: > Cool! I commented out that line as well. Can I override that parameter > from commandline ? It will be less headache. > This is theorically possible through the surefire.timeout property but as soon as the property is defined in a POM (or a parent POM), i

Re: Long running tests failure

2011-09-28 Thread Milind.Bhandarkar
Cool! I commented out that line as well. Can I override that parameter from commandline ? It will be less headache. - milind On 9/28/11 3:48 AM, "Jeff MAURY" wrote: >I faced the same issue on my brand new MPB (i7) laptop. >The Hadoop pom.xml are configured with a surefire plugin timeout of 900s

Re: Long running tests failure

2011-09-28 Thread Jeff MAURY
I faced the same issue on my brand new MPB (i7) laptop. The Hadoop pom.xml are configured with a surefire plugin timeout of 900s. I commented it out (infinite timeout) and the TestLargeBlock last 2000s on my laptop. I have now a problem with another test (org.apache.hadoop.hdfs.server.common.TestDi

Re: Long running tests failure

2011-09-27 Thread Milind.Bhandarkar
Disk space is not an issue on my MBP: Filesystem 1K-blocks Used Available Use% Mounted on /dev/disk0s2 488050672 198290788 289503884 41% / - milind On 9/23/11 4:15 PM, "Todd Lipcon" wrote: >I think TestLargeBlock fails if you have low disk space on your dev >machine -- since the

Re: Long running tests failure

2011-09-26 Thread Steve Loughran
On 24/09/11 00:15, Todd Lipcon wrote: I think TestLargeBlock fails if you have low disk space on your dev machine -- since the drive selection algorithm needs something like 5x block size free, and the test uses a 2G+ block size. I know it always fails on my laptop where I tend to have 5-6G free

Re: Long running tests failure

2011-09-23 Thread Todd Lipcon
I think TestLargeBlock fails if you have low disk space on your dev machine -- since the drive selection algorithm needs something like 5x block size free, and the test uses a 2G+ block size. I know it always fails on my laptop where I tend to have 5-6G free (SSD small but worth it!) -Todd On Sat