[jira] Commented: (MAPREDUCE-911) TestTaskFail fail sometimes

2009-09-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12750519#action_12750519
 ] 

Hudson commented on MAPREDUCE-911:
--

Integrated in Hadoop-Mapreduce-trunk #70 (See 
[http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk/70/])


 TestTaskFail fail sometimes
 ---

 Key: MAPREDUCE-911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: test
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.20.1

 Attachments: faillog.txt, patch-911-0.20.txt, patch-911.txt


 TestTaskFail  fail sometimes with following error :
 junit.framework.AssertionFailedError
   at 
 org.apache.hadoop.mapred.TestTaskFail.validateJob(TestTaskFail.java:136)
   at 
 org.apache.hadoop.mapred.TestTaskFail.testWithDFS(TestTaskFail.java:181)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MAPREDUCE-911) TestTaskFail fail sometimes

2009-09-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749789#action_12749789
 ] 

Hudson commented on MAPREDUCE-911:
--

Integrated in Hadoop-Mapreduce-trunk-Commit #7 (See 
[http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/7/])
. Fix a bug in TestTaskFail related to speculative execution. Contributed 
by Amareshwari Sriramadasu.


 TestTaskFail fail sometimes
 ---

 Key: MAPREDUCE-911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: test
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.20.1

 Attachments: faillog.txt, patch-911-0.20.txt, patch-911.txt


 TestTaskFail  fail sometimes with following error :
 junit.framework.AssertionFailedError
   at 
 org.apache.hadoop.mapred.TestTaskFail.validateJob(TestTaskFail.java:136)
   at 
 org.apache.hadoop.mapred.TestTaskFail.testWithDFS(TestTaskFail.java:181)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MAPREDUCE-911) TestTaskFail fail sometimes

2009-08-25 Thread Amareshwari Sriramadasu (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747260#action_12747260
 ] 

Amareshwari Sriramadasu commented on MAPREDUCE-911:
---

TestTaskFail fails first 2 attempts and passes in thrid attempt. 
From the logs, it shows that before 2nd attempt could get a chance to run, 
third attempt is launched speculatively, which leads to job completion.
So, speculation-execution should be disabled for the test.

 TestTaskFail fail sometimes
 ---

 Key: MAPREDUCE-911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: test
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.20.1

 Attachments: faillog.txt


 TestTaskFail  fail sometimes with following error :
 junit.framework.AssertionFailedError
   at 
 org.apache.hadoop.mapred.TestTaskFail.validateJob(TestTaskFail.java:136)
   at 
 org.apache.hadoop.mapred.TestTaskFail.testWithDFS(TestTaskFail.java:181)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MAPREDUCE-911) TestTaskFail fail sometimes

2009-08-25 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747454#action_12747454
 ] 

Hadoop QA commented on MAPREDUCE-911:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12417581/patch-911.txt
  against trunk revision 807543.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 3 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

-1 release audit.  The applied patch generated 202 release audit warnings 
(more than the trunk's current 0 warnings).

-1 core tests.  The patch failed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/515/testReport/
Release audit warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/515/artifact/trunk/patchprocess/releaseAuditDiffWarnings.txt
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/515/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/515/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/515/console

This message is automatically generated.

 TestTaskFail fail sometimes
 ---

 Key: MAPREDUCE-911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: test
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.20.1

 Attachments: faillog.txt, patch-911-0.20.txt, patch-911.txt


 TestTaskFail  fail sometimes with following error :
 junit.framework.AssertionFailedError
   at 
 org.apache.hadoop.mapred.TestTaskFail.validateJob(TestTaskFail.java:136)
   at 
 org.apache.hadoop.mapred.TestTaskFail.testWithDFS(TestTaskFail.java:181)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MAPREDUCE-911) TestTaskFail fail sometimes

2009-08-25 Thread Amareshwari Sriramadasu (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747748#action_12747748
 ] 

Amareshwari Sriramadasu commented on MAPREDUCE-911:
---

-1 core tests. Due to MAPREDUCE-880
-1 release audit. Looks spurious. Patch does not add any new files.

 TestTaskFail fail sometimes
 ---

 Key: MAPREDUCE-911
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-911
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: test
Reporter: Amareshwari Sriramadasu
Assignee: Amareshwari Sriramadasu
 Fix For: 0.20.1

 Attachments: faillog.txt, patch-911-0.20.txt, patch-911.txt


 TestTaskFail  fail sometimes with following error :
 junit.framework.AssertionFailedError
   at 
 org.apache.hadoop.mapred.TestTaskFail.validateJob(TestTaskFail.java:136)
   at 
 org.apache.hadoop.mapred.TestTaskFail.testWithDFS(TestTaskFail.java:181)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.