[
https://issues.apache.org/jira/browse/HBASE-8320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628569#comment-13628569
]
Hudson commented on HBASE-8320:
-------------------------------
Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #492 (See
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/492/])
HBASE-8320 test-patch.sh should post back compilation error against hadoop
2.0 (Revision 1466684)
Result = FAILURE
tedyu :
Files :
* /hbase/trunk/dev-support/test-patch.sh
> 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
> Fix For: 0.98.0
>
> 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