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

Nigel Daley commented on HADOOP-2678:
-------------------------------------

This is because the precommit builds exec separate ant processes for test-core 
and test-contrib.  The nigthly builds run the test target which calls test-core 
then test-contrib. Unfortunately, test-core may call <fail> which exits the ant 
process before test-contrib is called.

> Hadoop-Nightly does not run contrib tests if core tests fail
> ------------------------------------------------------------
>
>                 Key: HADOOP-2678
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2678
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Jim Kellerman
>            Assignee: Nigel Daley
>
> Unlike Hadoop-Patch, Hadoop-Nightly does not run the contrib tests if the 
> core tests fail. Even if the core tests fail, it is useful to know if there 
> has been a regression in contrib.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to