Colin Patrick McCabe created HADOOP-8488:
--------------------------------------------

             Summary: when Jenkins tests a patch, it should compile with 
-Pnative 
                 Key: HADOOP-8488
                 URL: https://issues.apache.org/jira/browse/HADOOP-8488
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Colin Patrick McCabe
            Priority: Minor


It would be nice if Jenkins would compile with mvn compile -Pnative or a 
similar command line.

Currently, we don't seem to build the native code at all when testing patches. 
Unfortunately, this allows patches that break the native parts of the build to 
go in without the usual testing.

It's true that the Jenkins build would not catch all native code issues (it 
only compiles in one environment, and there may be #ifdefs). However, some 
testing is sure better than none. I believe with cmake the performance overhead 
of -Pnative should be very minimal.

This would also allow us to run the junit tests which depend on native code, 
and the raw native unit tests in Jenkins.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to