You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2009/04/06 07:09:13 UTC

[jira] Commented: (HADOOP-5628) Create target for 10 minute patch test build

    [ https://issues.apache.org/jira/browse/HADOOP-5628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695978#action_12695978 ] 

Owen O'Malley commented on HADOOP-5628:
---------------------------------------

I propose that we take the test-patch target name and have it:
  1. Run javac, javadoc, findbugs, and release audit tool and report any new violations. Since this is for developers, we shouldn't force them to make a patch and make a clean work directory, but assume the patch has been applied to the work directory. That means we need to either clean up or suppress all of the warnings, especially from javac and findbugs.
  2. Run some unit tests that aim for breadth of coverage.

Try and keep the whole thing under 10 minutes so that developers that are trying to test their patches aren't spending hours in the edit-test patch that is currently happening.

The other tests should be kept and run as often as possible.

> Create target for 10 minute patch test build
> --------------------------------------------
>
>                 Key: HADOOP-5628
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5628
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>            Reporter: Owen O'Malley
>
> I think we should create an ant target that performs a smoke test on the patched system to enable developers to have faster turn around time on developing patches than the 3 hour unit tests that we currently have.

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