[
https://issues.apache.org/jira/browse/HBASE-8320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628256#comment-13628256
]
Ted Yu commented on HBASE-8320:
-------------------------------
Integrated to trunk.
Thanks for the review, Sergey.
> test-patch.sh should post back compilation error against hadoop 2.0
> -------------------------------------------------------------------
>
> Key: HBASE-8320
> URL: https://issues.apache.org/jira/browse/HBASE-8320
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 8320.txt
>
>
> One example was:
> https://builds.apache.org/job/PreCommit-HBASE-Build/5242/console
> {code}
> if [[ $? != 0 ]] ; then
> JIRA_COMMENT="$JIRA_COMMENT
> {color:red}-1 hadoop2.0{color}. The patch failed to compile against the
> hadoop 2.0 profile."
> cleanupAndExit 1
> fi
> {code}
> cleanupAndExit doesn't post the comment.
> I think the correct call should be:
> {code}
> submitJiraComment 1
> cleanupAndExit 1
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira