[jira] Updated: (HDFS-458) Create target for 10 minute patch test build for hdfs

2010-03-03 Thread Erik Steffl (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Steffl updated HDFS-458:
-

Attachment: jira.HDFS-458.branch-0.20.1xx.patch

 Create target for 10 minute patch test build for hdfs
 -

 Key: HDFS-458
 URL: https://issues.apache.org/jira/browse/HDFS-458
 Project: Hadoop HDFS
  Issue Type: New Feature
  Components: build, test
Reporter: Jakob Homan
Assignee: Jakob Homan
 Fix For: 0.21.0

 Attachments: build.xml, HDFS-458.patch, HDFS-458.patch, 
 jira.HDFS-458.branch-0.20.1xx.patch, jira.HDFS-458.branch-0.21.1xx.patch, 
 TenMinuteTestData.xlsx


 It would be good to identify a subset of hdfs tests that provide strong test 
 code coverage within 10 minutes, as is the goal of MAPREDUCE-670 and 
 HADOOP-5628.

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



[jira] Updated: (HDFS-458) Create target for 10 minute patch test build for hdfs

2010-03-01 Thread Erik Steffl (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Steffl updated HDFS-458:
-

Attachment: jira.HDFS-458.branch-0.21.1xx.patch

 Create target for 10 minute patch test build for hdfs
 -

 Key: HDFS-458
 URL: https://issues.apache.org/jira/browse/HDFS-458
 Project: Hadoop HDFS
  Issue Type: New Feature
  Components: build, test
Reporter: Jakob Homan
Assignee: Jakob Homan
 Fix For: 0.21.0

 Attachments: build.xml, HDFS-458.patch, HDFS-458.patch, 
 jira.HDFS-458.branch-0.21.1xx.patch, TenMinuteTestData.xlsx


 It would be good to identify a subset of hdfs tests that provide strong test 
 code coverage within 10 minutes, as is the goal of MAPREDUCE-670 and 
 HADOOP-5628.

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



[jira] Updated: (HDFS-458) Create target for 10 minute patch test build for hdfs

2009-07-21 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-458:


Hadoop Flags: [Reviewed]

+1 patch looks good.  I agree that the patch is ready to go.

The javac problem was reported in HADOOP-6124.

 Create target for 10 minute patch test build for hdfs
 -

 Key: HDFS-458
 URL: https://issues.apache.org/jira/browse/HDFS-458
 Project: Hadoop HDFS
  Issue Type: New Feature
  Components: test
Reporter: Jakob Homan
Assignee: Jakob Homan
 Attachments: build.xml, HDFS-458.patch, HDFS-458.patch, 
 TenMinuteTestData.xlsx


 It would be good to identify a subset of hdfs tests that provide strong test 
 code coverage within 10 minutes, as is the goal of MAPREDUCE-670 and 
 HADOOP-5628.

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



[jira] Updated: (HDFS-458) Create target for 10 minute patch test build for hdfs

2009-07-21 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-458:


Resolution: Fixed
Status: Resolved  (was: Patch Available)

Note that the patch has removed the aop dir from run-test-hdfs target.  The aop 
related targets will be done in HDFS-493.
{code}
-fileset dir=${test.src.dir}/aop
-  includes=**/${test.include}.java
-  excludes=**/${test.exclude}.java /
{code}

Tried ant run-test-hdfs and ant run-commit-test manually.  Both worked fine.

I have committed this.  Thanks, Jakob!

 Create target for 10 minute patch test build for hdfs
 -

 Key: HDFS-458
 URL: https://issues.apache.org/jira/browse/HDFS-458
 Project: Hadoop HDFS
  Issue Type: New Feature
  Components: build, test
Reporter: Jakob Homan
Assignee: Jakob Homan
 Fix For: 0.21.0

 Attachments: build.xml, HDFS-458.patch, HDFS-458.patch, 
 TenMinuteTestData.xlsx


 It would be good to identify a subset of hdfs tests that provide strong test 
 code coverage within 10 minutes, as is the goal of MAPREDUCE-670 and 
 HADOOP-5628.

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



[jira] Updated: (HDFS-458) Create target for 10 minute patch test build for hdfs

2009-07-17 Thread Jakob Homan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated HDFS-458:
-

Attachment: HDFS-458.patch

Updated patch to share the common code for both the regular tests and the 
common tests, using a macro.  Thanks to Nicholas for suggesting the workaround. 
 I don't believe there's any lose of functionality.

 Create target for 10 minute patch test build for hdfs
 -

 Key: HDFS-458
 URL: https://issues.apache.org/jira/browse/HDFS-458
 Project: Hadoop HDFS
  Issue Type: New Feature
  Components: test
Reporter: Jakob Homan
Assignee: Jakob Homan
 Attachments: build.xml, HDFS-458.patch, HDFS-458.patch, 
 TenMinuteTestData.xlsx


 It would be good to identify a subset of hdfs tests that provide strong test 
 code coverage within 10 minutes, as is the goal of MAPREDUCE-670 and 
 HADOOP-5628.

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



[jira] Updated: (HDFS-458) Create target for 10 minute patch test build for hdfs

2009-07-17 Thread Jakob Homan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated HDFS-458:
-

Status: Patch Available  (was: Open)

submitting patch

 Create target for 10 minute patch test build for hdfs
 -

 Key: HDFS-458
 URL: https://issues.apache.org/jira/browse/HDFS-458
 Project: Hadoop HDFS
  Issue Type: New Feature
  Components: test
Reporter: Jakob Homan
Assignee: Jakob Homan
 Attachments: build.xml, HDFS-458.patch, HDFS-458.patch, 
 TenMinuteTestData.xlsx


 It would be good to identify a subset of hdfs tests that provide strong test 
 code coverage within 10 minutes, as is the goal of MAPREDUCE-670 and 
 HADOOP-5628.

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



[jira] Updated: (HDFS-458) Create target for 10 minute patch test build for hdfs

2009-07-13 Thread Jakob Homan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated HDFS-458:
-

Status: Open  (was: Patch Available)

Canceling patch to address Nicholas' comments.

 Create target for 10 minute patch test build for hdfs
 -

 Key: HDFS-458
 URL: https://issues.apache.org/jira/browse/HDFS-458
 Project: Hadoop HDFS
  Issue Type: New Feature
  Components: test
Reporter: Jakob Homan
Assignee: Jakob Homan
 Attachments: build.xml, HDFS-458.patch, TenMinuteTestData.xlsx


 It would be good to identify a subset of hdfs tests that provide strong test 
 code coverage within 10 minutes, as is the goal of MAPREDUCE-670 and 
 HADOOP-5628.

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