You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Ravi Prakash <ra...@gmail.com> on 2011/10/12 16:50:32 UTC

Tests timing out!

Hi folks,

Mapreduce v1 tests are timing out / failing on branch-0.23. Does anyone have
information about this?

Here's how I'm able to consistently reproduce this:
1. rm -rf ~/.ivy2 ~/.m2 # Clean up repository caches
2. cd branch-0.23
3. mvn -Pdist -DskipTests -P-cbuild install
4. cd hadoop-mapreduce-project
5. mvn -P-cbuild -DskipTests install assembly:assembly
6. ant -Dtestcase=TestFileSystem test

You can directly try Step 6 too.

Any information would be very appreciated.

Thanks
Ravi.

Re: Tests timing out!

Posted by Ravi Prakash <ra...@gmail.com>.
Hi folks,

I git bisected and the problem starts from
147e2cf81f97580c011d3667aa6444a970b44baa.

I'll follow up with the folks / file a jira.

Thanks
Ravi



On Wed, Oct 12, 2011 at 9:50 AM, Ravi Prakash <ra...@gmail.com> wrote:

> Hi folks,
>
> Mapreduce v1 tests are timing out / failing on branch-0.23. Does anyone
> have information about this?
>
> Here's how I'm able to consistently reproduce this:
> 1. rm -rf ~/.ivy2 ~/.m2 # Clean up repository caches
> 2. cd branch-0.23
> 3. mvn -Pdist -DskipTests -P-cbuild install
> 4. cd hadoop-mapreduce-project
> 5. mvn -P-cbuild -DskipTests install assembly:assembly
> 6. ant -Dtestcase=TestFileSystem test
>
> You can directly try Step 6 too.
>
> Any information would be very appreciated.
>
> Thanks
> Ravi.
>
>