[
https://issues.apache.org/jira/browse/HBASE-6123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284980#comment-13284980
]
Jesse Yates commented on HBASE-6123:
------------------------------------
looks like the script (in the same section) currently also does:
{code}
# build core and tests
$MVN clean test -DskipTests -Dhadoop.profile=23 -D${PROJECT_NAME}PatchProcess
> $PATCH_DIR/trunk23JavacWarnings.txt 2>&1
if [[ $? != 0 ]] ; then
JIRA_COMMENT="$JIRA_COMMENT
-1 hadoop23. The patch failed to compile against the hadoop 0.23.x
profile."
cleanupAndExit 1
{code}
in the current execution, preventing hadoopQA from actually running the tests.
> dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead
> of hadoop 0.23
> ------------------------------------------------------------------------------------------
>
> Key: HBASE-6123
> URL: https://issues.apache.org/jira/browse/HBASE-6123
> Project: HBase
> Issue Type: Bug
> Reporter: Zhihong Yu
>
> test-patch.sh currently does this:
> {code}
> $MVN clean test -DskipTests -Dhadoop.profile=23
> -D${PROJECT_NAME}PatchProcess > $PATCH_DIR/trunk23JavacWarnings.txt 2>&1
> {code}
> we should compile against hadoop 2.0.0-alpha
--
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